@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() |
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, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic 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 the NextToken element in 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 the NextToken element in 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 the NextToken element in 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 the NextToken element in 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 the NextToken element in 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 the NextToken element in 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.
maxResults - Optional: An integer that specifies the maximum number of VPCs that you want Amazon Route 53 to
return.public String getMaxResults()
Optional: An integer that specifies the maximum number of VPCs that you want Amazon Route 53 to return.
public ListVPCAssociationAuthorizationsRequest withMaxResults(String maxResults)
Optional: An integer that specifies the maximum number of VPCs that you want Amazon Route 53 to return.
maxResults - Optional: An integer that specifies the maximum number of VPCs that you want Amazon Route 53 to
return.public String toString()
toString in class ObjectObject.toString()public ListVPCAssociationAuthorizationsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2017. All rights reserved.