@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetHostedZoneCountResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
A complex type that contains the response to a GetHostedZoneCount
request.
Constructor and Description |
---|
GetHostedZoneCountResult() |
Modifier and Type | Method and Description |
---|---|
GetHostedZoneCountResult |
clone() |
boolean |
equals(Object obj) |
Long |
getHostedZoneCount()
The total number of public and private hosted zones that are associated with the current AWS account.
|
int |
hashCode() |
void |
setHostedZoneCount(Long hostedZoneCount)
The total number of public and private hosted zones that are associated with the current AWS account.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetHostedZoneCountResult |
withHostedZoneCount(Long hostedZoneCount)
The total number of public and private hosted zones that are associated with the current AWS account.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setHostedZoneCount(Long hostedZoneCount)
The total number of public and private hosted zones that are associated with the current AWS account.
hostedZoneCount
- The total number of public and private hosted zones that are associated with the current AWS account.public Long getHostedZoneCount()
The total number of public and private hosted zones that are associated with the current AWS account.
public GetHostedZoneCountResult withHostedZoneCount(Long hostedZoneCount)
The total number of public and private hosted zones that are associated with the current AWS account.
hostedZoneCount
- The total number of public and private hosted zones that are associated with the current AWS account.public String toString()
toString
in class Object
Object.toString()
public GetHostedZoneCountResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.