@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetCustomEntityTypesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
BatchGetCustomEntityTypesResult() |
Modifier and Type | Method and Description |
---|---|
BatchGetCustomEntityTypesResult |
clone() |
boolean |
equals(Object obj) |
List<CustomEntityType> |
getCustomEntityTypes()
A list of
CustomEntityType objects representing the custom patterns that have been created. |
List<String> |
getCustomEntityTypesNotFound()
A list of the names of custom patterns that were not found.
|
int |
hashCode() |
void |
setCustomEntityTypes(Collection<CustomEntityType> customEntityTypes)
A list of
CustomEntityType objects representing the custom patterns that have been created. |
void |
setCustomEntityTypesNotFound(Collection<String> customEntityTypesNotFound)
A list of the names of custom patterns that were not found.
|
String |
toString()
Returns a string representation of this object.
|
BatchGetCustomEntityTypesResult |
withCustomEntityTypes(Collection<CustomEntityType> customEntityTypes)
A list of
CustomEntityType objects representing the custom patterns that have been created. |
BatchGetCustomEntityTypesResult |
withCustomEntityTypes(CustomEntityType... customEntityTypes)
A list of
CustomEntityType objects representing the custom patterns that have been created. |
BatchGetCustomEntityTypesResult |
withCustomEntityTypesNotFound(Collection<String> customEntityTypesNotFound)
A list of the names of custom patterns that were not found.
|
BatchGetCustomEntityTypesResult |
withCustomEntityTypesNotFound(String... customEntityTypesNotFound)
A list of the names of custom patterns that were not found.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<CustomEntityType> getCustomEntityTypes()
A list of CustomEntityType
objects representing the custom patterns that have been created.
CustomEntityType
objects representing the custom patterns that have been created.public void setCustomEntityTypes(Collection<CustomEntityType> customEntityTypes)
A list of CustomEntityType
objects representing the custom patterns that have been created.
customEntityTypes
- A list of CustomEntityType
objects representing the custom patterns that have been created.public BatchGetCustomEntityTypesResult withCustomEntityTypes(CustomEntityType... customEntityTypes)
A list of CustomEntityType
objects representing the custom patterns that have been created.
NOTE: This method appends the values to the existing list (if any). Use
setCustomEntityTypes(java.util.Collection)
or withCustomEntityTypes(java.util.Collection)
if
you want to override the existing values.
customEntityTypes
- A list of CustomEntityType
objects representing the custom patterns that have been created.public BatchGetCustomEntityTypesResult withCustomEntityTypes(Collection<CustomEntityType> customEntityTypes)
A list of CustomEntityType
objects representing the custom patterns that have been created.
customEntityTypes
- A list of CustomEntityType
objects representing the custom patterns that have been created.public List<String> getCustomEntityTypesNotFound()
A list of the names of custom patterns that were not found.
public void setCustomEntityTypesNotFound(Collection<String> customEntityTypesNotFound)
A list of the names of custom patterns that were not found.
customEntityTypesNotFound
- A list of the names of custom patterns that were not found.public BatchGetCustomEntityTypesResult withCustomEntityTypesNotFound(String... customEntityTypesNotFound)
A list of the names of custom patterns that were not found.
NOTE: This method appends the values to the existing list (if any). Use
setCustomEntityTypesNotFound(java.util.Collection)
or
withCustomEntityTypesNotFound(java.util.Collection)
if you want to override the existing values.
customEntityTypesNotFound
- A list of the names of custom patterns that were not found.public BatchGetCustomEntityTypesResult withCustomEntityTypesNotFound(Collection<String> customEntityTypesNotFound)
A list of the names of custom patterns that were not found.
customEntityTypesNotFound
- A list of the names of custom patterns that were not found.public String toString()
toString
in class Object
Object.toString()
public BatchGetCustomEntityTypesResult clone()