@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetCustomDataIdentifiersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| BatchGetCustomDataIdentifiersRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| BatchGetCustomDataIdentifiersRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| List<String> | getIds()
 An array of strings that lists the unique identifiers for the custom data identifiers to retrieve information
 about. | 
| int | hashCode() | 
| void | setIds(Collection<String> ids)
 An array of strings that lists the unique identifiers for the custom data identifiers to retrieve information
 about. | 
| String | toString()Returns a string representation of this object. | 
| BatchGetCustomDataIdentifiersRequest | withIds(Collection<String> ids)
 An array of strings that lists the unique identifiers for the custom data identifiers to retrieve information
 about. | 
| BatchGetCustomDataIdentifiersRequest | withIds(String... ids)
 An array of strings that lists the unique identifiers for the custom data identifiers to retrieve information
 about. | 
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 BatchGetCustomDataIdentifiersRequest()
public List<String> getIds()
An array of strings that lists the unique identifiers for the custom data identifiers to retrieve information about.
public void setIds(Collection<String> ids)
An array of strings that lists the unique identifiers for the custom data identifiers to retrieve information about.
ids - An array of strings that lists the unique identifiers for the custom data identifiers to retrieve
        information about.public BatchGetCustomDataIdentifiersRequest withIds(String... ids)
An array of strings that lists the unique identifiers for the custom data identifiers to retrieve information about.
 NOTE: This method appends the values to the existing list (if any). Use
 setIds(java.util.Collection) or withIds(java.util.Collection) if you want to override the
 existing values.
 
ids - An array of strings that lists the unique identifiers for the custom data identifiers to retrieve
        information about.public BatchGetCustomDataIdentifiersRequest withIds(Collection<String> ids)
An array of strings that lists the unique identifiers for the custom data identifiers to retrieve information about.
ids - An array of strings that lists the unique identifiers for the custom data identifiers to retrieve
        information about.public String toString()
toString in class ObjectObject.toString()public BatchGetCustomDataIdentifiersRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()