@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListVPCAssociationAuthorizationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
A complex type that contains information about that can be associated with your hosted zone.
NOOP
Constructor and Description |
---|
ListVPCAssociationAuthorizationsRequest() |
Modifier and Type | Method and Description |
---|---|
ListVPCAssociationAuthorizationsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getHostedZoneId()
The ID of the hosted zone for which you want a list of VPCs that can be associated with the hosted zone.
|
String |
getMaxResults()
Optional: An integer that specifies the maximum number of VPCs that you want Amazon Route 53 to return.
|
String |
getNextToken()
Optional: If a response includes a
NextToken element, there are more VPCs that can be
associated with the specified hosted zone. |
int |
hashCode() |
void |
setHostedZoneId(String hostedZoneId)
The ID of the hosted zone for which you want a list of VPCs that can be associated with the hosted zone.
|
void |
setMaxResults(String maxResults)
Optional: An integer that specifies the maximum number of VPCs that you want Amazon Route 53 to return.
|
void |
setNextToken(String nextToken)
Optional: If a response includes a
NextToken element, there are more VPCs that can be
associated with the specified hosted zone. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListVPCAssociationAuthorizationsRequest |
withHostedZoneId(String hostedZoneId)
The ID of the hosted zone for which you want a list of VPCs that can be associated with the hosted zone.
|
ListVPCAssociationAuthorizationsRequest |
withMaxResults(String maxResults)
Optional: An integer that specifies the maximum number of VPCs that you want Amazon Route 53 to return.
|
ListVPCAssociationAuthorizationsRequest |
withNextToken(String nextToken)
Optional: If a response includes a
NextToken element, there are more VPCs that can be
associated with the specified hosted zone. |
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public ListVPCAssociationAuthorizationsRequest()
public void setHostedZoneId(String hostedZoneId)
The ID of the hosted zone for which you want a list of VPCs that can be associated with the hosted zone.
hostedZoneId
- The ID of the hosted zone for which you want a list of VPCs that can be associated with the hosted zone.public String getHostedZoneId()
The ID of the hosted zone for which you want a list of VPCs that can be associated with the hosted zone.
public ListVPCAssociationAuthorizationsRequest withHostedZoneId(String hostedZoneId)
The ID of the hosted zone for which you want a list of VPCs that can be associated with the hosted zone.
hostedZoneId
- The ID of the hosted zone for which you want a list of VPCs that can be associated with the hosted zone.public void setNextToken(String nextToken)
Optional: If a response includes a NextToken
element, there are more VPCs that can be
associated with the specified hosted zone. To get the next page of results, submit another request, and include
the value of NextToken
from the response in the nexttoken
parameter in another
ListVPCAssociationAuthorizations
request.
nextToken
- Optional: If a response includes a NextToken
element, there are more VPCs that can be
associated with the specified hosted zone. To get the next page of results, submit another request, and
include the value of NextToken
from the response in the nexttoken
parameter in
another ListVPCAssociationAuthorizations
request.public String getNextToken()
Optional: If a response includes a NextToken
element, there are more VPCs that can be
associated with the specified hosted zone. To get the next page of results, submit another request, and include
the value of NextToken
from the response in the nexttoken
parameter in another
ListVPCAssociationAuthorizations
request.
NextToken
element, there are more VPCs that can be
associated with the specified hosted zone. To get the next page of results, submit another request, and
include the value of NextToken
from the response in the nexttoken
parameter in
another ListVPCAssociationAuthorizations
request.public ListVPCAssociationAuthorizationsRequest withNextToken(String nextToken)
Optional: If a response includes a NextToken
element, there are more VPCs that can be
associated with the specified hosted zone. To get the next page of results, submit another request, and include
the value of NextToken
from the response in the nexttoken
parameter in another
ListVPCAssociationAuthorizations
request.
nextToken
- Optional: If a response includes a NextToken
element, there are more VPCs that can be
associated with the specified hosted zone. To get the next page of results, submit another request, and
include the value of NextToken
from the response in the nexttoken
parameter in
another ListVPCAssociationAuthorizations
request.public void setMaxResults(String maxResults)
Optional: An integer that specifies the maximum number of VPCs that you want Amazon Route 53 to return. If
you don't specify a value for MaxResults
, Amazon Route 53 returns up to 50 VPCs per page.
maxResults
- Optional: An integer that specifies the maximum number of VPCs that you want Amazon Route 53 to
return. If you don't specify a value for MaxResults
, Amazon Route 53 returns up to 50 VPCs
per page.public String getMaxResults()
Optional: An integer that specifies the maximum number of VPCs that you want Amazon Route 53 to return. If
you don't specify a value for MaxResults
, Amazon Route 53 returns up to 50 VPCs per page.
MaxResults
, Amazon Route 53 returns up to 50 VPCs
per page.public ListVPCAssociationAuthorizationsRequest withMaxResults(String maxResults)
Optional: An integer that specifies the maximum number of VPCs that you want Amazon Route 53 to return. If
you don't specify a value for MaxResults
, Amazon Route 53 returns up to 50 VPCs per page.
maxResults
- Optional: An integer that specifies the maximum number of VPCs that you want Amazon Route 53 to
return. If you don't specify a value for MaxResults
, Amazon Route 53 returns up to 50 VPCs
per page.public String toString()
toString
in class Object
Object.toString()
public ListVPCAssociationAuthorizationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.