public class GetHostedZoneCountResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
A complex type that contains the count of hosted zones associated with the current AWS account.
Modifier and Type | Field and Description |
---|---|
private java.lang.Long |
hostedZoneCount
The number of hosted zones associated with the current AWS account.
|
Constructor and Description |
---|
GetHostedZoneCountResult() |
Modifier and Type | Method and Description |
---|---|
GetHostedZoneCountResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.Long |
getHostedZoneCount()
The number of hosted zones associated with the current AWS account.
|
int |
hashCode() |
void |
setHostedZoneCount(java.lang.Long hostedZoneCount)
The number of hosted zones associated with the current AWS account.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetHostedZoneCountResult |
withHostedZoneCount(java.lang.Long hostedZoneCount)
The number of hosted zones associated with the current AWS account.
|
private java.lang.Long hostedZoneCount
The number of hosted zones associated with the current AWS account.
public void setHostedZoneCount(java.lang.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 java.lang.Long getHostedZoneCount()
The number of hosted zones associated with the current AWS account.
public GetHostedZoneCountResult withHostedZoneCount(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public GetHostedZoneCountResult clone()
clone
in class java.lang.Object