@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteQueuedSavingsPlanRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteQueuedSavingsPlanRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteQueuedSavingsPlanRequest |
clone() |
boolean |
equals(Object obj) |
String |
getSavingsPlanId()
The ID of the Savings Plan.
|
int |
hashCode() |
void |
setSavingsPlanId(String savingsPlanId)
The ID of the Savings Plan.
|
String |
toString()
Returns a string representation of this object.
|
DeleteQueuedSavingsPlanRequest |
withSavingsPlanId(String savingsPlanId)
The ID of the Savings Plan.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setSavingsPlanId(String savingsPlanId)
The ID of the Savings Plan.
savingsPlanId - The ID of the Savings Plan.public String getSavingsPlanId()
The ID of the Savings Plan.
public DeleteQueuedSavingsPlanRequest withSavingsPlanId(String savingsPlanId)
The ID of the Savings Plan.
savingsPlanId - The ID of the Savings Plan.public String toString()
toString in class ObjectObject.toString()public DeleteQueuedSavingsPlanRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.