@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDirectConnectGatewayAssociationProposalsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeDirectConnectGatewayAssociationProposalsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeDirectConnectGatewayAssociationProposalsResult |
clone() |
boolean |
equals(Object obj) |
List<DirectConnectGatewayAssociationProposal> |
getDirectConnectGatewayAssociationProposals()
Describes the Direct Connect gateway association proposals.
|
String |
getNextToken()
The token to use to retrieve the next page of results.
|
int |
hashCode() |
void |
setDirectConnectGatewayAssociationProposals(Collection<DirectConnectGatewayAssociationProposal> directConnectGatewayAssociationProposals)
Describes the Direct Connect gateway association proposals.
|
void |
setNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
DescribeDirectConnectGatewayAssociationProposalsResult |
withDirectConnectGatewayAssociationProposals(Collection<DirectConnectGatewayAssociationProposal> directConnectGatewayAssociationProposals)
Describes the Direct Connect gateway association proposals.
|
DescribeDirectConnectGatewayAssociationProposalsResult |
withDirectConnectGatewayAssociationProposals(DirectConnectGatewayAssociationProposal... directConnectGatewayAssociationProposals)
Describes the Direct Connect gateway association proposals.
|
DescribeDirectConnectGatewayAssociationProposalsResult |
withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeDirectConnectGatewayAssociationProposalsResult()
public List<DirectConnectGatewayAssociationProposal> getDirectConnectGatewayAssociationProposals()
Describes the Direct Connect gateway association proposals.
public void setDirectConnectGatewayAssociationProposals(Collection<DirectConnectGatewayAssociationProposal> directConnectGatewayAssociationProposals)
Describes the Direct Connect gateway association proposals.
directConnectGatewayAssociationProposals
- Describes the Direct Connect gateway association proposals.public DescribeDirectConnectGatewayAssociationProposalsResult withDirectConnectGatewayAssociationProposals(DirectConnectGatewayAssociationProposal... directConnectGatewayAssociationProposals)
Describes the Direct Connect gateway association proposals.
NOTE: This method appends the values to the existing list (if any). Use
setDirectConnectGatewayAssociationProposals(java.util.Collection)
or
withDirectConnectGatewayAssociationProposals(java.util.Collection)
if you want to override the existing
values.
directConnectGatewayAssociationProposals
- Describes the Direct Connect gateway association proposals.public DescribeDirectConnectGatewayAssociationProposalsResult withDirectConnectGatewayAssociationProposals(Collection<DirectConnectGatewayAssociationProposal> directConnectGatewayAssociationProposals)
Describes the Direct Connect gateway association proposals.
directConnectGatewayAssociationProposals
- Describes the Direct Connect gateway association proposals.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 DescribeDirectConnectGatewayAssociationProposalsResult 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 DescribeDirectConnectGatewayAssociationProposalsResult clone()