@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteQueuedReservedInstancesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteQueuedReservedInstancesResult() |
Modifier and Type | Method and Description |
---|---|
DeleteQueuedReservedInstancesResult |
clone() |
boolean |
equals(Object obj) |
List<FailedQueuedPurchaseDeletion> |
getFailedQueuedPurchaseDeletions()
Information about the queued purchases that could not be deleted.
|
List<SuccessfulQueuedPurchaseDeletion> |
getSuccessfulQueuedPurchaseDeletions()
Information about the queued purchases that were successfully deleted.
|
int |
hashCode() |
void |
setFailedQueuedPurchaseDeletions(Collection<FailedQueuedPurchaseDeletion> failedQueuedPurchaseDeletions)
Information about the queued purchases that could not be deleted.
|
void |
setSuccessfulQueuedPurchaseDeletions(Collection<SuccessfulQueuedPurchaseDeletion> successfulQueuedPurchaseDeletions)
Information about the queued purchases that were successfully deleted.
|
String |
toString()
Returns a string representation of this object.
|
DeleteQueuedReservedInstancesResult |
withFailedQueuedPurchaseDeletions(Collection<FailedQueuedPurchaseDeletion> failedQueuedPurchaseDeletions)
Information about the queued purchases that could not be deleted.
|
DeleteQueuedReservedInstancesResult |
withFailedQueuedPurchaseDeletions(FailedQueuedPurchaseDeletion... failedQueuedPurchaseDeletions)
Information about the queued purchases that could not be deleted.
|
DeleteQueuedReservedInstancesResult |
withSuccessfulQueuedPurchaseDeletions(Collection<SuccessfulQueuedPurchaseDeletion> successfulQueuedPurchaseDeletions)
Information about the queued purchases that were successfully deleted.
|
DeleteQueuedReservedInstancesResult |
withSuccessfulQueuedPurchaseDeletions(SuccessfulQueuedPurchaseDeletion... successfulQueuedPurchaseDeletions)
Information about the queued purchases that were successfully deleted.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<SuccessfulQueuedPurchaseDeletion> getSuccessfulQueuedPurchaseDeletions()
Information about the queued purchases that were successfully deleted.
public void setSuccessfulQueuedPurchaseDeletions(Collection<SuccessfulQueuedPurchaseDeletion> successfulQueuedPurchaseDeletions)
Information about the queued purchases that were successfully deleted.
successfulQueuedPurchaseDeletions
- Information about the queued purchases that were successfully deleted.public DeleteQueuedReservedInstancesResult withSuccessfulQueuedPurchaseDeletions(SuccessfulQueuedPurchaseDeletion... successfulQueuedPurchaseDeletions)
Information about the queued purchases that were successfully deleted.
NOTE: This method appends the values to the existing list (if any). Use
setSuccessfulQueuedPurchaseDeletions(java.util.Collection)
or
withSuccessfulQueuedPurchaseDeletions(java.util.Collection)
if you want to override the existing values.
successfulQueuedPurchaseDeletions
- Information about the queued purchases that were successfully deleted.public DeleteQueuedReservedInstancesResult withSuccessfulQueuedPurchaseDeletions(Collection<SuccessfulQueuedPurchaseDeletion> successfulQueuedPurchaseDeletions)
Information about the queued purchases that were successfully deleted.
successfulQueuedPurchaseDeletions
- Information about the queued purchases that were successfully deleted.public List<FailedQueuedPurchaseDeletion> getFailedQueuedPurchaseDeletions()
Information about the queued purchases that could not be deleted.
public void setFailedQueuedPurchaseDeletions(Collection<FailedQueuedPurchaseDeletion> failedQueuedPurchaseDeletions)
Information about the queued purchases that could not be deleted.
failedQueuedPurchaseDeletions
- Information about the queued purchases that could not be deleted.public DeleteQueuedReservedInstancesResult withFailedQueuedPurchaseDeletions(FailedQueuedPurchaseDeletion... failedQueuedPurchaseDeletions)
Information about the queued purchases that could not be deleted.
NOTE: This method appends the values to the existing list (if any). Use
setFailedQueuedPurchaseDeletions(java.util.Collection)
or
withFailedQueuedPurchaseDeletions(java.util.Collection)
if you want to override the existing values.
failedQueuedPurchaseDeletions
- Information about the queued purchases that could not be deleted.public DeleteQueuedReservedInstancesResult withFailedQueuedPurchaseDeletions(Collection<FailedQueuedPurchaseDeletion> failedQueuedPurchaseDeletions)
Information about the queued purchases that could not be deleted.
failedQueuedPurchaseDeletions
- Information about the queued purchases that could not be deleted.public String toString()
toString
in class Object
Object.toString()
public DeleteQueuedReservedInstancesResult clone()