@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetCustomEntityTypesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
BatchGetCustomEntityTypesRequest() |
| Modifier and Type | Method and Description |
|---|---|
BatchGetCustomEntityTypesRequest |
clone() |
boolean |
equals(Object obj) |
List<String> |
getNames()
A list of names of the custom patterns that you want to retrieve.
|
int |
hashCode() |
void |
setNames(Collection<String> names)
A list of names of the custom patterns that you want to retrieve.
|
String |
toString()
Returns a string representation of this object.
|
BatchGetCustomEntityTypesRequest |
withNames(Collection<String> names)
A list of names of the custom patterns that you want to retrieve.
|
BatchGetCustomEntityTypesRequest |
withNames(String... names)
A list of names of the custom patterns that you want to retrieve.
|
addHandlerContext, copyBaseTo, 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> getNames()
A list of names of the custom patterns that you want to retrieve.
public void setNames(Collection<String> names)
A list of names of the custom patterns that you want to retrieve.
names - A list of names of the custom patterns that you want to retrieve.public BatchGetCustomEntityTypesRequest withNames(String... names)
A list of names of the custom patterns that you want to retrieve.
NOTE: This method appends the values to the existing list (if any). Use
setNames(java.util.Collection) or withNames(java.util.Collection) if you want to override the
existing values.
names - A list of names of the custom patterns that you want to retrieve.public BatchGetCustomEntityTypesRequest withNames(Collection<String> names)
A list of names of the custom patterns that you want to retrieve.
names - A list of names of the custom patterns that you want to retrieve.public String toString()
toString in class ObjectObject.toString()public BatchGetCustomEntityTypesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.