@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetVpcEndpointRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
BatchGetVpcEndpointRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
BatchGetVpcEndpointRequest | 
clone()
Creates a shallow clone of this object for all fields except the handler context. 
 | 
boolean | 
equals(Object obj)  | 
List<String> | 
getIds()
 A list of VPC endpoint identifiers. 
 | 
int | 
hashCode()  | 
void | 
setIds(Collection<String> ids)
 A list of VPC endpoint identifiers. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
BatchGetVpcEndpointRequest | 
withIds(Collection<String> ids)
 A list of VPC endpoint identifiers. 
 | 
BatchGetVpcEndpointRequest | 
withIds(String... ids)
 A list of VPC endpoint identifiers. 
 | 
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, withSdkRequestTimeoutpublic List<String> getIds()
A list of VPC endpoint identifiers.
public void setIds(Collection<String> ids)
A list of VPC endpoint identifiers.
ids - A list of VPC endpoint identifiers.public BatchGetVpcEndpointRequest withIds(String... ids)
A list of VPC endpoint identifiers.
 NOTE: This method appends the values to the existing list (if any). Use
 setIds(java.util.Collection) or withIds(java.util.Collection) if you want to override the
 existing values.
 
ids - A list of VPC endpoint identifiers.public BatchGetVpcEndpointRequest withIds(Collection<String> ids)
A list of VPC endpoint identifiers.
ids - A list of VPC endpoint identifiers.public String toString()
toString in class ObjectObject.toString()public BatchGetVpcEndpointRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()