@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteFleetsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteFleetsResult() |
Modifier and Type | Method and Description |
---|---|
DeleteFleetsResult |
clone() |
boolean |
equals(Object obj) |
List<DeleteFleetSuccessItem> |
getSuccessfulFleetDeletions()
Information about the EC2 Fleets that are successfully deleted.
|
List<DeleteFleetErrorItem> |
getUnsuccessfulFleetDeletions()
Information about the EC2 Fleets that are not successfully deleted.
|
int |
hashCode() |
void |
setSuccessfulFleetDeletions(Collection<DeleteFleetSuccessItem> successfulFleetDeletions)
Information about the EC2 Fleets that are successfully deleted.
|
void |
setUnsuccessfulFleetDeletions(Collection<DeleteFleetErrorItem> unsuccessfulFleetDeletions)
Information about the EC2 Fleets that are not successfully deleted.
|
String |
toString()
Returns a string representation of this object.
|
DeleteFleetsResult |
withSuccessfulFleetDeletions(Collection<DeleteFleetSuccessItem> successfulFleetDeletions)
Information about the EC2 Fleets that are successfully deleted.
|
DeleteFleetsResult |
withSuccessfulFleetDeletions(DeleteFleetSuccessItem... successfulFleetDeletions)
Information about the EC2 Fleets that are successfully deleted.
|
DeleteFleetsResult |
withUnsuccessfulFleetDeletions(Collection<DeleteFleetErrorItem> unsuccessfulFleetDeletions)
Information about the EC2 Fleets that are not successfully deleted.
|
DeleteFleetsResult |
withUnsuccessfulFleetDeletions(DeleteFleetErrorItem... unsuccessfulFleetDeletions)
Information about the EC2 Fleets that are not successfully deleted.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<DeleteFleetSuccessItem> getSuccessfulFleetDeletions()
Information about the EC2 Fleets that are successfully deleted.
public void setSuccessfulFleetDeletions(Collection<DeleteFleetSuccessItem> successfulFleetDeletions)
Information about the EC2 Fleets that are successfully deleted.
successfulFleetDeletions
- Information about the EC2 Fleets that are successfully deleted.public DeleteFleetsResult withSuccessfulFleetDeletions(DeleteFleetSuccessItem... successfulFleetDeletions)
Information about the EC2 Fleets that are successfully deleted.
NOTE: This method appends the values to the existing list (if any). Use
setSuccessfulFleetDeletions(java.util.Collection)
or
withSuccessfulFleetDeletions(java.util.Collection)
if you want to override the existing values.
successfulFleetDeletions
- Information about the EC2 Fleets that are successfully deleted.public DeleteFleetsResult withSuccessfulFleetDeletions(Collection<DeleteFleetSuccessItem> successfulFleetDeletions)
Information about the EC2 Fleets that are successfully deleted.
successfulFleetDeletions
- Information about the EC2 Fleets that are successfully deleted.public List<DeleteFleetErrorItem> getUnsuccessfulFleetDeletions()
Information about the EC2 Fleets that are not successfully deleted.
public void setUnsuccessfulFleetDeletions(Collection<DeleteFleetErrorItem> unsuccessfulFleetDeletions)
Information about the EC2 Fleets that are not successfully deleted.
unsuccessfulFleetDeletions
- Information about the EC2 Fleets that are not successfully deleted.public DeleteFleetsResult withUnsuccessfulFleetDeletions(DeleteFleetErrorItem... unsuccessfulFleetDeletions)
Information about the EC2 Fleets that are not successfully deleted.
NOTE: This method appends the values to the existing list (if any). Use
setUnsuccessfulFleetDeletions(java.util.Collection)
or
withUnsuccessfulFleetDeletions(java.util.Collection)
if you want to override the existing values.
unsuccessfulFleetDeletions
- Information about the EC2 Fleets that are not successfully deleted.public DeleteFleetsResult withUnsuccessfulFleetDeletions(Collection<DeleteFleetErrorItem> unsuccessfulFleetDeletions)
Information about the EC2 Fleets that are not successfully deleted.
unsuccessfulFleetDeletions
- Information about the EC2 Fleets that are not successfully deleted.public String toString()
toString
in class Object
Object.toString()
public DeleteFleetsResult clone()