@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListVpcIngressConnectionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListVpcIngressConnectionsResult() |
Modifier and Type | Method and Description |
---|---|
ListVpcIngressConnectionsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token that you can pass in a subsequent request to get the next result page.
|
List<VpcIngressConnectionSummary> |
getVpcIngressConnectionSummaryList()
A list of summary information records for VPC Ingress Connections.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token that you can pass in a subsequent request to get the next result page.
|
void |
setVpcIngressConnectionSummaryList(Collection<VpcIngressConnectionSummary> vpcIngressConnectionSummaryList)
A list of summary information records for VPC Ingress Connections.
|
String |
toString()
Returns a string representation of this object.
|
ListVpcIngressConnectionsResult |
withNextToken(String nextToken)
The token that you can pass in a subsequent request to get the next result page.
|
ListVpcIngressConnectionsResult |
withVpcIngressConnectionSummaryList(Collection<VpcIngressConnectionSummary> vpcIngressConnectionSummaryList)
A list of summary information records for VPC Ingress Connections.
|
ListVpcIngressConnectionsResult |
withVpcIngressConnectionSummaryList(VpcIngressConnectionSummary... vpcIngressConnectionSummaryList)
A list of summary information records for VPC Ingress Connections.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<VpcIngressConnectionSummary> getVpcIngressConnectionSummaryList()
A list of summary information records for VPC Ingress Connections. In a paginated request, the request returns up
to MaxResults
records for each call.
MaxResults
records for each call.public void setVpcIngressConnectionSummaryList(Collection<VpcIngressConnectionSummary> vpcIngressConnectionSummaryList)
A list of summary information records for VPC Ingress Connections. In a paginated request, the request returns up
to MaxResults
records for each call.
vpcIngressConnectionSummaryList
- A list of summary information records for VPC Ingress Connections. In a paginated request, the request
returns up to MaxResults
records for each call.public ListVpcIngressConnectionsResult withVpcIngressConnectionSummaryList(VpcIngressConnectionSummary... vpcIngressConnectionSummaryList)
A list of summary information records for VPC Ingress Connections. In a paginated request, the request returns up
to MaxResults
records for each call.
NOTE: This method appends the values to the existing list (if any). Use
setVpcIngressConnectionSummaryList(java.util.Collection)
or
withVpcIngressConnectionSummaryList(java.util.Collection)
if you want to override the existing values.
vpcIngressConnectionSummaryList
- A list of summary information records for VPC Ingress Connections. In a paginated request, the request
returns up to MaxResults
records for each call.public ListVpcIngressConnectionsResult withVpcIngressConnectionSummaryList(Collection<VpcIngressConnectionSummary> vpcIngressConnectionSummaryList)
A list of summary information records for VPC Ingress Connections. In a paginated request, the request returns up
to MaxResults
records for each call.
vpcIngressConnectionSummaryList
- A list of summary information records for VPC Ingress Connections. In a paginated request, the request
returns up to MaxResults
records for each call.public void setNextToken(String nextToken)
The token that you can pass in a subsequent request to get the next result page. It's returned in a paginated request.
nextToken
- The token that you can pass in a subsequent request to get the next result page. It's returned in a
paginated request.public String getNextToken()
The token that you can pass in a subsequent request to get the next result page. It's returned in a paginated request.
public ListVpcIngressConnectionsResult withNextToken(String nextToken)
The token that you can pass in a subsequent request to get the next result page. It's returned in a paginated request.
nextToken
- The token that you can pass in a subsequent request to get the next result page. It's returned in a
paginated request.public String toString()
toString
in class Object
Object.toString()
public ListVpcIngressConnectionsResult clone()