@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListHostedZonesByVPCRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Lists all the private hosted zones that a specified VPC is associated with, regardless of which Amazon Web Services account created the hosted zones.
NOOP| Constructor and Description |
|---|
ListHostedZonesByVPCRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListHostedZonesByVPCRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getMaxItems()
(Optional) The maximum number of hosted zones that you want Amazon Route 53 to return.
|
String |
getNextToken()
If the previous response included a
NextToken element, the specified VPC is associated with more
hosted zones. |
String |
getVPCId()
The ID of the Amazon VPC that you want to list hosted zones for.
|
String |
getVPCRegion()
For the Amazon VPC that you specified for
VPCId, the Amazon Web Services Region that you created the
VPC in. |
int |
hashCode() |
void |
setMaxItems(String maxItems)
(Optional) The maximum number of hosted zones that you want Amazon Route 53 to return.
|
void |
setNextToken(String nextToken)
If the previous response included a
NextToken element, the specified VPC is associated with more
hosted zones. |
void |
setVPCId(String vPCId)
The ID of the Amazon VPC that you want to list hosted zones for.
|
void |
setVPCRegion(String vPCRegion)
For the Amazon VPC that you specified for
VPCId, the Amazon Web Services Region that you created the
VPC in. |
String |
toString()
Returns a string representation of this object.
|
ListHostedZonesByVPCRequest |
withMaxItems(String maxItems)
(Optional) The maximum number of hosted zones that you want Amazon Route 53 to return.
|
ListHostedZonesByVPCRequest |
withNextToken(String nextToken)
If the previous response included a
NextToken element, the specified VPC is associated with more
hosted zones. |
ListHostedZonesByVPCRequest |
withVPCId(String vPCId)
The ID of the Amazon VPC that you want to list hosted zones for.
|
ListHostedZonesByVPCRequest |
withVPCRegion(String vPCRegion)
For the Amazon VPC that you specified for
VPCId, the Amazon Web Services Region that you created the
VPC in. |
ListHostedZonesByVPCRequest |
withVPCRegion(VPCRegion vPCRegion)
For the Amazon VPC that you specified for
VPCId, the Amazon Web Services Region that you created the
VPC in. |
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, withSdkRequestTimeoutpublic void setVPCId(String vPCId)
The ID of the Amazon VPC that you want to list hosted zones for.
vPCId - The ID of the Amazon VPC that you want to list hosted zones for.public String getVPCId()
The ID of the Amazon VPC that you want to list hosted zones for.
public ListHostedZonesByVPCRequest withVPCId(String vPCId)
The ID of the Amazon VPC that you want to list hosted zones for.
vPCId - The ID of the Amazon VPC that you want to list hosted zones for.public void setVPCRegion(String vPCRegion)
For the Amazon VPC that you specified for VPCId, the Amazon Web Services Region that you created the
VPC in.
vPCRegion - For the Amazon VPC that you specified for VPCId, the Amazon Web Services Region that you
created the VPC in.VPCRegionpublic String getVPCRegion()
For the Amazon VPC that you specified for VPCId, the Amazon Web Services Region that you created the
VPC in.
VPCId, the Amazon Web Services Region that you
created the VPC in.VPCRegionpublic ListHostedZonesByVPCRequest withVPCRegion(String vPCRegion)
For the Amazon VPC that you specified for VPCId, the Amazon Web Services Region that you created the
VPC in.
vPCRegion - For the Amazon VPC that you specified for VPCId, the Amazon Web Services Region that you
created the VPC in.VPCRegionpublic ListHostedZonesByVPCRequest withVPCRegion(VPCRegion vPCRegion)
For the Amazon VPC that you specified for VPCId, the Amazon Web Services Region that you created the
VPC in.
vPCRegion - For the Amazon VPC that you specified for VPCId, the Amazon Web Services Region that you
created the VPC in.VPCRegionpublic void setMaxItems(String maxItems)
(Optional) The maximum number of hosted zones that you want Amazon Route 53 to return. If the specified VPC is
associated with more than MaxItems hosted zones, the response includes a NextToken
element. NextToken contains an encrypted token that identifies the first hosted zone that Route 53
will return if you submit another request.
maxItems - (Optional) The maximum number of hosted zones that you want Amazon Route 53 to return. If the specified
VPC is associated with more than MaxItems hosted zones, the response includes a
NextToken element. NextToken contains an encrypted token that identifies the
first hosted zone that Route 53 will return if you submit another request.public String getMaxItems()
(Optional) The maximum number of hosted zones that you want Amazon Route 53 to return. If the specified VPC is
associated with more than MaxItems hosted zones, the response includes a NextToken
element. NextToken contains an encrypted token that identifies the first hosted zone that Route 53
will return if you submit another request.
MaxItems hosted zones, the response includes a
NextToken element. NextToken contains an encrypted token that identifies the
first hosted zone that Route 53 will return if you submit another request.public ListHostedZonesByVPCRequest withMaxItems(String maxItems)
(Optional) The maximum number of hosted zones that you want Amazon Route 53 to return. If the specified VPC is
associated with more than MaxItems hosted zones, the response includes a NextToken
element. NextToken contains an encrypted token that identifies the first hosted zone that Route 53
will return if you submit another request.
maxItems - (Optional) The maximum number of hosted zones that you want Amazon Route 53 to return. If the specified
VPC is associated with more than MaxItems hosted zones, the response includes a
NextToken element. NextToken contains an encrypted token that identifies the
first hosted zone that Route 53 will return if you submit another request.public void setNextToken(String nextToken)
If the previous response included a NextToken element, the specified VPC is associated with more
hosted zones. To get more hosted zones, submit another ListHostedZonesByVPC request.
For the value of NextToken, specify the value of NextToken from the previous response.
If the previous response didn't include a NextToken element, there are no more hosted zones to get.
nextToken - If the previous response included a NextToken element, the specified VPC is associated with
more hosted zones. To get more hosted zones, submit another ListHostedZonesByVPC request.
For the value of NextToken, specify the value of NextToken from the previous
response.
If the previous response didn't include a NextToken element, there are no more hosted zones
to get.
public String getNextToken()
If the previous response included a NextToken element, the specified VPC is associated with more
hosted zones. To get more hosted zones, submit another ListHostedZonesByVPC request.
For the value of NextToken, specify the value of NextToken from the previous response.
If the previous response didn't include a NextToken element, there are no more hosted zones to get.
NextToken element, the specified VPC is associated with
more hosted zones. To get more hosted zones, submit another ListHostedZonesByVPC request.
For the value of NextToken, specify the value of NextToken from the previous
response.
If the previous response didn't include a NextToken element, there are no more hosted zones
to get.
public ListHostedZonesByVPCRequest withNextToken(String nextToken)
If the previous response included a NextToken element, the specified VPC is associated with more
hosted zones. To get more hosted zones, submit another ListHostedZonesByVPC request.
For the value of NextToken, specify the value of NextToken from the previous response.
If the previous response didn't include a NextToken element, there are no more hosted zones to get.
nextToken - If the previous response included a NextToken element, the specified VPC is associated with
more hosted zones. To get more hosted zones, submit another ListHostedZonesByVPC request.
For the value of NextToken, specify the value of NextToken from the previous
response.
If the previous response didn't include a NextToken element, there are no more hosted zones
to get.
public String toString()
toString in class ObjectObject.toString()public ListHostedZonesByVPCRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()