@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListHostedZonesByVPCResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListHostedZonesByVPCResult() |
Modifier and Type | Method and Description |
---|---|
ListHostedZonesByVPCResult |
clone() |
boolean |
equals(Object obj) |
List<HostedZoneSummary> |
getHostedZoneSummaries()
A list that contains one
HostedZoneSummary element for each hosted zone that the specified Amazon
VPC is associated with. |
String |
getMaxItems()
The value that you specified for
MaxItems in the most recent ListHostedZonesByVPC
request. |
String |
getNextToken()
The value that you will use for
NextToken in the next ListHostedZonesByVPC request. |
int |
hashCode() |
void |
setHostedZoneSummaries(Collection<HostedZoneSummary> hostedZoneSummaries)
A list that contains one
HostedZoneSummary element for each hosted zone that the specified Amazon
VPC is associated with. |
void |
setMaxItems(String maxItems)
The value that you specified for
MaxItems in the most recent ListHostedZonesByVPC
request. |
void |
setNextToken(String nextToken)
The value that you will use for
NextToken in the next ListHostedZonesByVPC request. |
String |
toString()
Returns a string representation of this object.
|
ListHostedZonesByVPCResult |
withHostedZoneSummaries(Collection<HostedZoneSummary> hostedZoneSummaries)
A list that contains one
HostedZoneSummary element for each hosted zone that the specified Amazon
VPC is associated with. |
ListHostedZonesByVPCResult |
withHostedZoneSummaries(HostedZoneSummary... hostedZoneSummaries)
A list that contains one
HostedZoneSummary element for each hosted zone that the specified Amazon
VPC is associated with. |
ListHostedZonesByVPCResult |
withMaxItems(String maxItems)
The value that you specified for
MaxItems in the most recent ListHostedZonesByVPC
request. |
ListHostedZonesByVPCResult |
withNextToken(String nextToken)
The value that you will use for
NextToken in the next ListHostedZonesByVPC request. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<HostedZoneSummary> getHostedZoneSummaries()
A list that contains one HostedZoneSummary
element for each hosted zone that the specified Amazon
VPC is associated with. Each HostedZoneSummary
element contains the hosted zone name and ID, and
information about who owns the hosted zone.
HostedZoneSummary
element for each hosted zone that the specified
Amazon VPC is associated with. Each HostedZoneSummary
element contains the hosted zone name
and ID, and information about who owns the hosted zone.public void setHostedZoneSummaries(Collection<HostedZoneSummary> hostedZoneSummaries)
A list that contains one HostedZoneSummary
element for each hosted zone that the specified Amazon
VPC is associated with. Each HostedZoneSummary
element contains the hosted zone name and ID, and
information about who owns the hosted zone.
hostedZoneSummaries
- A list that contains one HostedZoneSummary
element for each hosted zone that the specified
Amazon VPC is associated with. Each HostedZoneSummary
element contains the hosted zone name
and ID, and information about who owns the hosted zone.public ListHostedZonesByVPCResult withHostedZoneSummaries(HostedZoneSummary... hostedZoneSummaries)
A list that contains one HostedZoneSummary
element for each hosted zone that the specified Amazon
VPC is associated with. Each HostedZoneSummary
element contains the hosted zone name and ID, and
information about who owns the hosted zone.
NOTE: This method appends the values to the existing list (if any). Use
setHostedZoneSummaries(java.util.Collection)
or withHostedZoneSummaries(java.util.Collection)
if you want to override the existing values.
hostedZoneSummaries
- A list that contains one HostedZoneSummary
element for each hosted zone that the specified
Amazon VPC is associated with. Each HostedZoneSummary
element contains the hosted zone name
and ID, and information about who owns the hosted zone.public ListHostedZonesByVPCResult withHostedZoneSummaries(Collection<HostedZoneSummary> hostedZoneSummaries)
A list that contains one HostedZoneSummary
element for each hosted zone that the specified Amazon
VPC is associated with. Each HostedZoneSummary
element contains the hosted zone name and ID, and
information about who owns the hosted zone.
hostedZoneSummaries
- A list that contains one HostedZoneSummary
element for each hosted zone that the specified
Amazon VPC is associated with. Each HostedZoneSummary
element contains the hosted zone name
and ID, and information about who owns the hosted zone.public void setMaxItems(String maxItems)
The value that you specified for MaxItems
in the most recent ListHostedZonesByVPC
request.
maxItems
- The value that you specified for MaxItems
in the most recent
ListHostedZonesByVPC
request.public String getMaxItems()
The value that you specified for MaxItems
in the most recent ListHostedZonesByVPC
request.
MaxItems
in the most recent
ListHostedZonesByVPC
request.public ListHostedZonesByVPCResult withMaxItems(String maxItems)
The value that you specified for MaxItems
in the most recent ListHostedZonesByVPC
request.
maxItems
- The value that you specified for MaxItems
in the most recent
ListHostedZonesByVPC
request.public void setNextToken(String nextToken)
The value that you will use for NextToken
in the next ListHostedZonesByVPC
request.
nextToken
- The value that you will use for NextToken
in the next ListHostedZonesByVPC
request.public String getNextToken()
The value that you will use for NextToken
in the next ListHostedZonesByVPC
request.
NextToken
in the next ListHostedZonesByVPC
request.public ListHostedZonesByVPCResult withNextToken(String nextToken)
The value that you will use for NextToken
in the next ListHostedZonesByVPC
request.
nextToken
- The value that you will use for NextToken
in the next ListHostedZonesByVPC
request.public String toString()
toString
in class Object
Object.toString()
public ListHostedZonesByVPCResult clone()