@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeVpcEndpointConnectionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeVpcEndpointConnectionsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeVpcEndpointConnectionsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token to use to retrieve the next page of results.
|
List<VpcEndpointConnection> |
getVpcEndpointConnections()
Information about the VPC endpoint connections.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
void |
setVpcEndpointConnections(Collection<VpcEndpointConnection> vpcEndpointConnections)
Information about the VPC endpoint connections.
|
String |
toString()
Returns a string representation of this object.
|
DescribeVpcEndpointConnectionsResult |
withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
DescribeVpcEndpointConnectionsResult |
withVpcEndpointConnections(Collection<VpcEndpointConnection> vpcEndpointConnections)
Information about the VPC endpoint connections.
|
DescribeVpcEndpointConnectionsResult |
withVpcEndpointConnections(VpcEndpointConnection... vpcEndpointConnections)
Information about the VPC endpoint connections.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeVpcEndpointConnectionsResult()
public List<VpcEndpointConnection> getVpcEndpointConnections()
Information about the VPC endpoint connections.
public void setVpcEndpointConnections(Collection<VpcEndpointConnection> vpcEndpointConnections)
Information about the VPC endpoint connections.
vpcEndpointConnections
- Information about the VPC endpoint connections.public DescribeVpcEndpointConnectionsResult withVpcEndpointConnections(VpcEndpointConnection... vpcEndpointConnections)
Information about the VPC endpoint connections.
NOTE: This method appends the values to the existing list (if any). Use
setVpcEndpointConnections(java.util.Collection)
or
withVpcEndpointConnections(java.util.Collection)
if you want to override the existing values.
vpcEndpointConnections
- Information about the VPC endpoint connections.public DescribeVpcEndpointConnectionsResult withVpcEndpointConnections(Collection<VpcEndpointConnection> vpcEndpointConnections)
Information about the VPC endpoint connections.
vpcEndpointConnections
- Information about the VPC endpoint connections.public void setNextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null
when there are no more
results to return.
nextToken
- The token to use to retrieve the next page of results. This value is null
when there are no
more results to return.public String getNextToken()
The token to use to retrieve the next page of results. This value is null
when there are no more
results to return.
null
when there are no
more results to return.public DescribeVpcEndpointConnectionsResult withNextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null
when there are no more
results to return.
nextToken
- The token to use to retrieve the next page of results. This value is null
when there are no
more results to return.public String toString()
toString
in class Object
Object.toString()
public DescribeVpcEndpointConnectionsResult clone()