@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListVPCAssociationAuthorizationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
A complex type that contains the response information for the request.
Constructor and Description |
---|
ListVPCAssociationAuthorizationsResult() |
Modifier and Type | Method and Description |
---|---|
ListVPCAssociationAuthorizationsResult |
clone() |
boolean |
equals(Object obj) |
String |
getHostedZoneId()
The ID of the hosted zone that you can associate the listed VPCs with.
|
String |
getNextToken()
When the response includes a
NextToken element, there are more VPCs that can be associated with the
specified hosted zone. |
List<VPC> |
getVPCs()
The list of VPCs that are authorized to be associated with the specified hosted zone.
|
int |
hashCode() |
void |
setHostedZoneId(String hostedZoneId)
The ID of the hosted zone that you can associate the listed VPCs with.
|
void |
setNextToken(String nextToken)
When the response includes a
NextToken element, there are more VPCs that can be associated with the
specified hosted zone. |
void |
setVPCs(Collection<VPC> vPCs)
The list of VPCs that are authorized to be associated with the specified hosted zone.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListVPCAssociationAuthorizationsResult |
withHostedZoneId(String hostedZoneId)
The ID of the hosted zone that you can associate the listed VPCs with.
|
ListVPCAssociationAuthorizationsResult |
withNextToken(String nextToken)
When the response includes a
NextToken element, there are more VPCs that can be associated with the
specified hosted zone. |
ListVPCAssociationAuthorizationsResult |
withVPCs(Collection<VPC> vPCs)
The list of VPCs that are authorized to be associated with the specified hosted zone.
|
ListVPCAssociationAuthorizationsResult |
withVPCs(VPC... vPCs)
The list of VPCs that are authorized to be associated with the specified hosted zone.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public ListVPCAssociationAuthorizationsResult()
public void setHostedZoneId(String hostedZoneId)
The ID of the hosted zone that you can associate the listed VPCs with.
hostedZoneId
- The ID of the hosted zone that you can associate the listed VPCs with.public String getHostedZoneId()
The ID of the hosted zone that you can associate the listed VPCs with.
public ListVPCAssociationAuthorizationsResult withHostedZoneId(String hostedZoneId)
The ID of the hosted zone that you can associate the listed VPCs with.
hostedZoneId
- The ID of the hosted zone that you can associate the listed VPCs with.public void setNextToken(String nextToken)
When the response includes a NextToken
element, there are more VPCs that can be associated with the
specified hosted zone. To get the next page of VPCs, submit another ListVPCAssociationAuthorizations
request, and include the value of the NextToken
element from the response in the
nexttoken
request parameter.
nextToken
- When the response includes a NextToken
element, there are more VPCs that can be associated
with the specified hosted zone. To get the next page of VPCs, submit another
ListVPCAssociationAuthorizations
request, and include the value of the NextToken
element from the response in the nexttoken
request parameter.public String getNextToken()
When the response includes a NextToken
element, there are more VPCs that can be associated with the
specified hosted zone. To get the next page of VPCs, submit another ListVPCAssociationAuthorizations
request, and include the value of the NextToken
element from the response in the
nexttoken
request parameter.
NextToken
element, there are more VPCs that can be associated
with the specified hosted zone. To get the next page of VPCs, submit another
ListVPCAssociationAuthorizations
request, and include the value of the
NextToken
element from the response in the nexttoken
request parameter.public ListVPCAssociationAuthorizationsResult withNextToken(String nextToken)
When the response includes a NextToken
element, there are more VPCs that can be associated with the
specified hosted zone. To get the next page of VPCs, submit another ListVPCAssociationAuthorizations
request, and include the value of the NextToken
element from the response in the
nexttoken
request parameter.
nextToken
- When the response includes a NextToken
element, there are more VPCs that can be associated
with the specified hosted zone. To get the next page of VPCs, submit another
ListVPCAssociationAuthorizations
request, and include the value of the NextToken
element from the response in the nexttoken
request parameter.public List<VPC> getVPCs()
The list of VPCs that are authorized to be associated with the specified hosted zone.
public void setVPCs(Collection<VPC> vPCs)
The list of VPCs that are authorized to be associated with the specified hosted zone.
vPCs
- The list of VPCs that are authorized to be associated with the specified hosted zone.public ListVPCAssociationAuthorizationsResult withVPCs(VPC... vPCs)
The list of VPCs that are authorized to be associated with the specified hosted zone.
NOTE: This method appends the values to the existing list (if any). Use
setVPCs(java.util.Collection)
or withVPCs(java.util.Collection)
if you want to override the
existing values.
vPCs
- The list of VPCs that are authorized to be associated with the specified hosted zone.public ListVPCAssociationAuthorizationsResult withVPCs(Collection<VPC> vPCs)
The list of VPCs that are authorized to be associated with the specified hosted zone.
vPCs
- The list of VPCs that are authorized to be associated with the specified hosted zone.public String toString()
toString
in class Object
Object.toString()
public ListVPCAssociationAuthorizationsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.