@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeVpcEndpointsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeVpcEndpointsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeVpcEndpointsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getVpcEndpointIds()
The unique identifiers of the endpoints to get information about.
|
int |
hashCode() |
void |
setVpcEndpointIds(Collection<String> vpcEndpointIds)
The unique identifiers of the endpoints to get information about.
|
String |
toString()
Returns a string representation of this object.
|
DescribeVpcEndpointsRequest |
withVpcEndpointIds(Collection<String> vpcEndpointIds)
The unique identifiers of the endpoints to get information about.
|
DescribeVpcEndpointsRequest |
withVpcEndpointIds(String... vpcEndpointIds)
The unique identifiers of the endpoints to get information about.
|
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> getVpcEndpointIds()
The unique identifiers of the endpoints to get information about.
public void setVpcEndpointIds(Collection<String> vpcEndpointIds)
The unique identifiers of the endpoints to get information about.
vpcEndpointIds
- The unique identifiers of the endpoints to get information about.public DescribeVpcEndpointsRequest withVpcEndpointIds(String... vpcEndpointIds)
The unique identifiers of the endpoints to get information about.
NOTE: This method appends the values to the existing list (if any). Use
setVpcEndpointIds(java.util.Collection)
or withVpcEndpointIds(java.util.Collection)
if you want
to override the existing values.
vpcEndpointIds
- The unique identifiers of the endpoints to get information about.public DescribeVpcEndpointsRequest withVpcEndpointIds(Collection<String> vpcEndpointIds)
The unique identifiers of the endpoints to get information about.
vpcEndpointIds
- The unique identifiers of the endpoints to get information about.public String toString()
toString
in class Object
Object.toString()
public DescribeVpcEndpointsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()