@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateEksAnywhereSubscriptionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateEksAnywhereSubscriptionRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateEksAnywhereSubscriptionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Boolean |
getAutoRenew()
A boolean indicating whether or not to automatically renew the subscription.
|
String |
getClientRequestToken()
Unique, case-sensitive identifier to ensure the idempotency of the request.
|
String |
getId()
The ID of the subscription.
|
int |
hashCode() |
Boolean |
isAutoRenew()
A boolean indicating whether or not to automatically renew the subscription.
|
void |
setAutoRenew(Boolean autoRenew)
A boolean indicating whether or not to automatically renew the subscription.
|
void |
setClientRequestToken(String clientRequestToken)
Unique, case-sensitive identifier to ensure the idempotency of the request.
|
void |
setId(String id)
The ID of the subscription.
|
String |
toString()
Returns a string representation of this object.
|
UpdateEksAnywhereSubscriptionRequest |
withAutoRenew(Boolean autoRenew)
A boolean indicating whether or not to automatically renew the subscription.
|
UpdateEksAnywhereSubscriptionRequest |
withClientRequestToken(String clientRequestToken)
Unique, case-sensitive identifier to ensure the idempotency of the request.
|
UpdateEksAnywhereSubscriptionRequest |
withId(String id)
The ID of the subscription.
|
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 UpdateEksAnywhereSubscriptionRequest()
public void setId(String id)
The ID of the subscription.
id
- The ID of the subscription.public String getId()
The ID of the subscription.
public UpdateEksAnywhereSubscriptionRequest withId(String id)
The ID of the subscription.
id
- The ID of the subscription.public void setAutoRenew(Boolean autoRenew)
A boolean indicating whether or not to automatically renew the subscription.
autoRenew
- A boolean indicating whether or not to automatically renew the subscription.public Boolean getAutoRenew()
A boolean indicating whether or not to automatically renew the subscription.
public UpdateEksAnywhereSubscriptionRequest withAutoRenew(Boolean autoRenew)
A boolean indicating whether or not to automatically renew the subscription.
autoRenew
- A boolean indicating whether or not to automatically renew the subscription.public Boolean isAutoRenew()
A boolean indicating whether or not to automatically renew the subscription.
public void setClientRequestToken(String clientRequestToken)
Unique, case-sensitive identifier to ensure the idempotency of the request.
clientRequestToken
- Unique, case-sensitive identifier to ensure the idempotency of the request.public String getClientRequestToken()
Unique, case-sensitive identifier to ensure the idempotency of the request.
public UpdateEksAnywhereSubscriptionRequest withClientRequestToken(String clientRequestToken)
Unique, case-sensitive identifier to ensure the idempotency of the request.
clientRequestToken
- Unique, case-sensitive identifier to ensure the idempotency of the request.public String toString()
toString
in class Object
Object.toString()
public UpdateEksAnywhereSubscriptionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()