@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReturnSavingsPlanRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ReturnSavingsPlanRequest() |
Modifier and Type | Method and Description |
---|---|
ReturnSavingsPlanRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientToken()
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
String |
getSavingsPlanId()
The ID of the Savings Plan.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
void |
setSavingsPlanId(String savingsPlanId)
The ID of the Savings Plan.
|
String |
toString()
Returns a string representation of this object.
|
ReturnSavingsPlanRequest |
withClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
ReturnSavingsPlanRequest |
withSavingsPlanId(String savingsPlanId)
The ID of the Savings Plan.
|
addHandlerContext, 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, withSdkRequestTimeout
public 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 ReturnSavingsPlanRequest withSavingsPlanId(String savingsPlanId)
The ID of the Savings Plan.
savingsPlanId
- The ID of the Savings Plan.public void setClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
clientToken
- A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.public String getClientToken()
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
public ReturnSavingsPlanRequest withClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
clientToken
- A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.public String toString()
toString
in class Object
Object.toString()
public ReturnSavingsPlanRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()