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 Long getHostedZoneCount()
public void setHostedZoneCount(Long hostedZoneCount)
hostedZoneCount - The number of hosted zones associated with the current AWS account.public GetHostedZoneCountResult withHostedZoneCount(Long hostedZoneCount)
Returns a reference to this object so that method calls can be chained together.
hostedZoneCount - The number of hosted zones associated with the current AWS account.public String toString()
toString in class ObjectObject.toString()public GetHostedZoneCountResult clone()
Copyright © 2015. All rights reserved.