@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 custom data identifier IDs, one for each custom data identifier to retrieve information about.
|
int |
hashCode() |
void |
setIds(Collection<String> ids)
An array of custom data identifier IDs, one for each custom data identifier to retrieve information about.
|
String |
toString()
Returns a string representation of this object.
|
BatchGetCustomDataIdentifiersRequest |
withIds(Collection<String> ids)
An array of custom data identifier IDs, one for each custom data identifier to retrieve information about.
|
BatchGetCustomDataIdentifiersRequest |
withIds(String... ids)
An array of custom data identifier IDs, one for each custom data identifier 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, withSdkRequestTimeout
public BatchGetCustomDataIdentifiersRequest()
public List<String> getIds()
An array of custom data identifier IDs, one for each custom data identifier to retrieve information about.
public void setIds(Collection<String> ids)
An array of custom data identifier IDs, one for each custom data identifier to retrieve information about.
ids
- An array of custom data identifier IDs, one for each custom data identifier to retrieve information about.public BatchGetCustomDataIdentifiersRequest withIds(String... ids)
An array of custom data identifier IDs, one for each custom data identifier 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 custom data identifier IDs, one for each custom data identifier to retrieve information about.public BatchGetCustomDataIdentifiersRequest withIds(Collection<String> ids)
An array of custom data identifier IDs, one for each custom data identifier to retrieve information about.
ids
- An array of custom data identifier IDs, one for each custom data identifier to retrieve information about.public String toString()
toString
in class Object
Object.toString()
public BatchGetCustomDataIdentifiersRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()