@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 Amazon Web Services
account.
|
int |
hashCode() |
void |
setHostedZoneCount(Long hostedZoneCount)
The total number of public and private hosted zones that are associated with the current Amazon Web Services
account.
|
String |
toString()
Returns a string representation of this object.
|
GetHostedZoneCountResult |
withHostedZoneCount(Long hostedZoneCount)
The total number of public and private hosted zones that are associated with the current Amazon Web Services
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 Amazon Web Services account.
hostedZoneCount
- The total number of public and private hosted zones that are associated with the current Amazon Web
Services account.public Long getHostedZoneCount()
The total number of public and private hosted zones that are associated with the current Amazon Web Services account.
public GetHostedZoneCountResult withHostedZoneCount(Long hostedZoneCount)
The total number of public and private hosted zones that are associated with the current Amazon Web Services account.
hostedZoneCount
- The total number of public and private hosted zones that are associated with the current Amazon Web
Services account.public String toString()
toString
in class Object
Object.toString()
public GetHostedZoneCountResult clone()