@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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 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 Object
Object.toString()
public BatchGetCustomEntityTypesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()