@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchDisableStandardsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| BatchDisableStandardsRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| BatchDisableStandardsRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| List<String> | getStandardsSubscriptionArns()
 The ARNs of the standards subscriptions to disable. | 
| int | hashCode() | 
| void | setStandardsSubscriptionArns(Collection<String> standardsSubscriptionArns)
 The ARNs of the standards subscriptions to disable. | 
| String | toString()Returns a string representation of this object. | 
| BatchDisableStandardsRequest | withStandardsSubscriptionArns(Collection<String> standardsSubscriptionArns)
 The ARNs of the standards subscriptions to disable. | 
| BatchDisableStandardsRequest | withStandardsSubscriptionArns(String... standardsSubscriptionArns)
 The ARNs of the standards subscriptions to disable. | 
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, withSdkRequestTimeoutpublic List<String> getStandardsSubscriptionArns()
The ARNs of the standards subscriptions to disable.
public void setStandardsSubscriptionArns(Collection<String> standardsSubscriptionArns)
The ARNs of the standards subscriptions to disable.
standardsSubscriptionArns - The ARNs of the standards subscriptions to disable.public BatchDisableStandardsRequest withStandardsSubscriptionArns(String... standardsSubscriptionArns)
The ARNs of the standards subscriptions to disable.
 NOTE: This method appends the values to the existing list (if any). Use
 setStandardsSubscriptionArns(java.util.Collection) or
 withStandardsSubscriptionArns(java.util.Collection) if you want to override the existing values.
 
standardsSubscriptionArns - The ARNs of the standards subscriptions to disable.public BatchDisableStandardsRequest withStandardsSubscriptionArns(Collection<String> standardsSubscriptionArns)
The ARNs of the standards subscriptions to disable.
standardsSubscriptionArns - The ARNs of the standards subscriptions to disable.public String toString()
toString in class ObjectObject.toString()public BatchDisableStandardsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()