@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeVpcEndpointsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeVpcEndpointsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeVpcEndpointsResult |
clone() |
boolean |
equals(Object obj) |
List<VpcEndpointError> |
getVpcEndpointErrors()
Any errors associated with the request.
|
List<VpcEndpoint> |
getVpcEndpoints()
Information about each requested VPC endpoint.
|
int |
hashCode() |
void |
setVpcEndpointErrors(Collection<VpcEndpointError> vpcEndpointErrors)
Any errors associated with the request.
|
void |
setVpcEndpoints(Collection<VpcEndpoint> vpcEndpoints)
Information about each requested VPC endpoint.
|
String |
toString()
Returns a string representation of this object.
|
DescribeVpcEndpointsResult |
withVpcEndpointErrors(Collection<VpcEndpointError> vpcEndpointErrors)
Any errors associated with the request.
|
DescribeVpcEndpointsResult |
withVpcEndpointErrors(VpcEndpointError... vpcEndpointErrors)
Any errors associated with the request.
|
DescribeVpcEndpointsResult |
withVpcEndpoints(Collection<VpcEndpoint> vpcEndpoints)
Information about each requested VPC endpoint.
|
DescribeVpcEndpointsResult |
withVpcEndpoints(VpcEndpoint... vpcEndpoints)
Information about each requested VPC endpoint.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<VpcEndpoint> getVpcEndpoints()
Information about each requested VPC endpoint.
public void setVpcEndpoints(Collection<VpcEndpoint> vpcEndpoints)
Information about each requested VPC endpoint.
vpcEndpoints
- Information about each requested VPC endpoint.public DescribeVpcEndpointsResult withVpcEndpoints(VpcEndpoint... vpcEndpoints)
Information about each requested VPC endpoint.
NOTE: This method appends the values to the existing list (if any). Use
setVpcEndpoints(java.util.Collection)
or withVpcEndpoints(java.util.Collection)
if you want to
override the existing values.
vpcEndpoints
- Information about each requested VPC endpoint.public DescribeVpcEndpointsResult withVpcEndpoints(Collection<VpcEndpoint> vpcEndpoints)
Information about each requested VPC endpoint.
vpcEndpoints
- Information about each requested VPC endpoint.public List<VpcEndpointError> getVpcEndpointErrors()
Any errors associated with the request.
public void setVpcEndpointErrors(Collection<VpcEndpointError> vpcEndpointErrors)
Any errors associated with the request.
vpcEndpointErrors
- Any errors associated with the request.public DescribeVpcEndpointsResult withVpcEndpointErrors(VpcEndpointError... vpcEndpointErrors)
Any errors associated with the request.
NOTE: This method appends the values to the existing list (if any). Use
setVpcEndpointErrors(java.util.Collection)
or withVpcEndpointErrors(java.util.Collection)
if
you want to override the existing values.
vpcEndpointErrors
- Any errors associated with the request.public DescribeVpcEndpointsResult withVpcEndpointErrors(Collection<VpcEndpointError> vpcEndpointErrors)
Any errors associated with the request.
vpcEndpointErrors
- Any errors associated with the request.public String toString()
toString
in class Object
Object.toString()
public DescribeVpcEndpointsResult clone()