@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetCustomDataIdentifiersResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
BatchGetCustomDataIdentifiersResult() |
Modifier and Type | Method and Description |
---|---|
BatchGetCustomDataIdentifiersResult |
clone() |
boolean |
equals(Object obj) |
List<BatchGetCustomDataIdentifierSummary> |
getCustomDataIdentifiers()
An array of objects, one for each custom data identifier that matches the criteria specified in the request.
|
List<String> |
getNotFoundIdentifierIds()
An array of custom data identifier IDs, one for each custom data identifier that was specified in the request but
doesn't correlate to an existing custom data identifier.
|
int |
hashCode() |
void |
setCustomDataIdentifiers(Collection<BatchGetCustomDataIdentifierSummary> customDataIdentifiers)
An array of objects, one for each custom data identifier that matches the criteria specified in the request.
|
void |
setNotFoundIdentifierIds(Collection<String> notFoundIdentifierIds)
An array of custom data identifier IDs, one for each custom data identifier that was specified in the request but
doesn't correlate to an existing custom data identifier.
|
String |
toString()
Returns a string representation of this object.
|
BatchGetCustomDataIdentifiersResult |
withCustomDataIdentifiers(BatchGetCustomDataIdentifierSummary... customDataIdentifiers)
An array of objects, one for each custom data identifier that matches the criteria specified in the request.
|
BatchGetCustomDataIdentifiersResult |
withCustomDataIdentifiers(Collection<BatchGetCustomDataIdentifierSummary> customDataIdentifiers)
An array of objects, one for each custom data identifier that matches the criteria specified in the request.
|
BatchGetCustomDataIdentifiersResult |
withNotFoundIdentifierIds(Collection<String> notFoundIdentifierIds)
An array of custom data identifier IDs, one for each custom data identifier that was specified in the request but
doesn't correlate to an existing custom data identifier.
|
BatchGetCustomDataIdentifiersResult |
withNotFoundIdentifierIds(String... notFoundIdentifierIds)
An array of custom data identifier IDs, one for each custom data identifier that was specified in the request but
doesn't correlate to an existing custom data identifier.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<BatchGetCustomDataIdentifierSummary> getCustomDataIdentifiers()
An array of objects, one for each custom data identifier that matches the criteria specified in the request.
public void setCustomDataIdentifiers(Collection<BatchGetCustomDataIdentifierSummary> customDataIdentifiers)
An array of objects, one for each custom data identifier that matches the criteria specified in the request.
customDataIdentifiers
- An array of objects, one for each custom data identifier that matches the criteria specified in the
request.public BatchGetCustomDataIdentifiersResult withCustomDataIdentifiers(BatchGetCustomDataIdentifierSummary... customDataIdentifiers)
An array of objects, one for each custom data identifier that matches the criteria specified in the request.
NOTE: This method appends the values to the existing list (if any). Use
setCustomDataIdentifiers(java.util.Collection)
or
withCustomDataIdentifiers(java.util.Collection)
if you want to override the existing values.
customDataIdentifiers
- An array of objects, one for each custom data identifier that matches the criteria specified in the
request.public BatchGetCustomDataIdentifiersResult withCustomDataIdentifiers(Collection<BatchGetCustomDataIdentifierSummary> customDataIdentifiers)
An array of objects, one for each custom data identifier that matches the criteria specified in the request.
customDataIdentifiers
- An array of objects, one for each custom data identifier that matches the criteria specified in the
request.public List<String> getNotFoundIdentifierIds()
An array of custom data identifier IDs, one for each custom data identifier that was specified in the request but doesn't correlate to an existing custom data identifier.
public void setNotFoundIdentifierIds(Collection<String> notFoundIdentifierIds)
An array of custom data identifier IDs, one for each custom data identifier that was specified in the request but doesn't correlate to an existing custom data identifier.
notFoundIdentifierIds
- An array of custom data identifier IDs, one for each custom data identifier that was specified in the
request but doesn't correlate to an existing custom data identifier.public BatchGetCustomDataIdentifiersResult withNotFoundIdentifierIds(String... notFoundIdentifierIds)
An array of custom data identifier IDs, one for each custom data identifier that was specified in the request but doesn't correlate to an existing custom data identifier.
NOTE: This method appends the values to the existing list (if any). Use
setNotFoundIdentifierIds(java.util.Collection)
or
withNotFoundIdentifierIds(java.util.Collection)
if you want to override the existing values.
notFoundIdentifierIds
- An array of custom data identifier IDs, one for each custom data identifier that was specified in the
request but doesn't correlate to an existing custom data identifier.public BatchGetCustomDataIdentifiersResult withNotFoundIdentifierIds(Collection<String> notFoundIdentifierIds)
An array of custom data identifier IDs, one for each custom data identifier that was specified in the request but doesn't correlate to an existing custom data identifier.
notFoundIdentifierIds
- An array of custom data identifier IDs, one for each custom data identifier that was specified in the
request but doesn't correlate to an existing custom data identifier.public String toString()
toString
in class Object
Object.toString()
public BatchGetCustomDataIdentifiersResult clone()