Class CancelSpotFleetRequestsErrorItem
java.lang.Object
com.amazonaws.services.ec2.model.CancelSpotFleetRequestsErrorItem
- All Implemented Interfaces:
Serializable, Cloneable
Describes a Spot fleet request that was not successfully canceled.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleangetError()The error.The ID of the Spot fleet request.inthashCode()voidThe error.voidsetSpotFleetRequestId(String spotFleetRequestId) The ID of the Spot fleet request.toString()Returns a string representation of this object; useful for testing and debugging.The error.withSpotFleetRequestId(String spotFleetRequestId) The ID of the Spot fleet request.
-
Constructor Details
-
CancelSpotFleetRequestsErrorItem
public CancelSpotFleetRequestsErrorItem()
-
-
Method Details
-
setSpotFleetRequestId
The ID of the Spot fleet request.
- Parameters:
spotFleetRequestId- The ID of the Spot fleet request.
-
getSpotFleetRequestId
The ID of the Spot fleet request.
- Returns:
- The ID of the Spot fleet request.
-
withSpotFleetRequestId
The ID of the Spot fleet request.
- Parameters:
spotFleetRequestId- The ID of the Spot fleet request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setError
-
getError
-
withError
The error.
- Parameters:
error- The error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-