@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchDescribeEntitiesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
BatchDescribeEntitiesRequest() |
Modifier and Type | Method and Description |
---|---|
BatchDescribeEntitiesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<EntityRequest> |
getEntityRequestList()
List of entity IDs and the catalogs the entities are present in.
|
int |
hashCode() |
void |
setEntityRequestList(Collection<EntityRequest> entityRequestList)
List of entity IDs and the catalogs the entities are present in.
|
String |
toString()
Returns a string representation of this object.
|
BatchDescribeEntitiesRequest |
withEntityRequestList(Collection<EntityRequest> entityRequestList)
List of entity IDs and the catalogs the entities are present in.
|
BatchDescribeEntitiesRequest |
withEntityRequestList(EntityRequest... entityRequestList)
List of entity IDs and the catalogs the entities are present in.
|
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<EntityRequest> getEntityRequestList()
List of entity IDs and the catalogs the entities are present in.
public void setEntityRequestList(Collection<EntityRequest> entityRequestList)
List of entity IDs and the catalogs the entities are present in.
entityRequestList
- List of entity IDs and the catalogs the entities are present in.public BatchDescribeEntitiesRequest withEntityRequestList(EntityRequest... entityRequestList)
List of entity IDs and the catalogs the entities are present in.
NOTE: This method appends the values to the existing list (if any). Use
setEntityRequestList(java.util.Collection)
or withEntityRequestList(java.util.Collection)
if
you want to override the existing values.
entityRequestList
- List of entity IDs and the catalogs the entities are present in.public BatchDescribeEntitiesRequest withEntityRequestList(Collection<EntityRequest> entityRequestList)
List of entity IDs and the catalogs the entities are present in.
entityRequestList
- List of entity IDs and the catalogs the entities are present in.public String toString()
toString
in class Object
Object.toString()
public BatchDescribeEntitiesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()