public class GetHostedZoneCountResult extends Object implements Serializable, Cloneable
A complex type that contains the count of hosted zones associated with the current AWS account.
Constructor and Description |
---|
GetHostedZoneCountResult() |
Modifier and Type | Method and Description |
---|---|
GetHostedZoneCountResult |
clone() |
boolean |
equals(Object obj) |
Long |
getHostedZoneCount()
The number of hosted zones associated with the current AWS account.
|
int |
hashCode() |
void |
setHostedZoneCount(Long hostedZoneCount)
The number of hosted zones 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 number of hosted zones associated with the current AWS account.
|
public void setHostedZoneCount(Long hostedZoneCount)
The number of hosted zones associated with the current AWS account.
hostedZoneCount
- The number of hosted zones associated with the current AWS
account.public Long getHostedZoneCount()
The number of hosted zones associated with the current AWS account.
public GetHostedZoneCountResult withHostedZoneCount(Long hostedZoneCount)
The number of hosted zones associated with the current AWS account.
hostedZoneCount
- The number of hosted zones 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.