@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetHostedZoneLimitResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
A complex type that contains the requested limit.
Constructor and Description |
---|
GetHostedZoneLimitResult() |
Modifier and Type | Method and Description |
---|---|
GetHostedZoneLimitResult |
clone() |
boolean |
equals(Object obj) |
Long |
getCount()
The current number of entities that you have created of the specified type.
|
HostedZoneLimit |
getLimit()
The current setting for the specified limit.
|
int |
hashCode() |
void |
setCount(Long count)
The current number of entities that you have created of the specified type.
|
void |
setLimit(HostedZoneLimit limit)
The current setting for the specified limit.
|
String |
toString()
Returns a string representation of this object.
|
GetHostedZoneLimitResult |
withCount(Long count)
The current number of entities that you have created of the specified type.
|
GetHostedZoneLimitResult |
withLimit(HostedZoneLimit limit)
The current setting for the specified limit.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setLimit(HostedZoneLimit limit)
The current setting for the specified limit. For example, if you specified MAX_RRSETS_BY_ZONE
for
the value of Type
in the request, the value of Limit
is the maximum number of records
that you can create in the specified hosted zone.
limit
- The current setting for the specified limit. For example, if you specified MAX_RRSETS_BY_ZONE
for the value of Type
in the request, the value of Limit
is the maximum number
of records that you can create in the specified hosted zone.public HostedZoneLimit getLimit()
The current setting for the specified limit. For example, if you specified MAX_RRSETS_BY_ZONE
for
the value of Type
in the request, the value of Limit
is the maximum number of records
that you can create in the specified hosted zone.
MAX_RRSETS_BY_ZONE
for the value of Type
in the request, the value of
Limit
is the maximum number of records that you can create in the specified hosted zone.public GetHostedZoneLimitResult withLimit(HostedZoneLimit limit)
The current setting for the specified limit. For example, if you specified MAX_RRSETS_BY_ZONE
for
the value of Type
in the request, the value of Limit
is the maximum number of records
that you can create in the specified hosted zone.
limit
- The current setting for the specified limit. For example, if you specified MAX_RRSETS_BY_ZONE
for the value of Type
in the request, the value of Limit
is the maximum number
of records that you can create in the specified hosted zone.public void setCount(Long count)
The current number of entities that you have created of the specified type. For example, if you specified
MAX_RRSETS_BY_ZONE
for the value of Type
in the request, the value of
Count
is the current number of records that you have created in the specified hosted zone.
count
- The current number of entities that you have created of the specified type. For example, if you specified
MAX_RRSETS_BY_ZONE
for the value of Type
in the request, the value of
Count
is the current number of records that you have created in the specified hosted zone.public Long getCount()
The current number of entities that you have created of the specified type. For example, if you specified
MAX_RRSETS_BY_ZONE
for the value of Type
in the request, the value of
Count
is the current number of records that you have created in the specified hosted zone.
MAX_RRSETS_BY_ZONE
for the value of Type
in the request, the value of
Count
is the current number of records that you have created in the specified hosted zone.public GetHostedZoneLimitResult withCount(Long count)
The current number of entities that you have created of the specified type. For example, if you specified
MAX_RRSETS_BY_ZONE
for the value of Type
in the request, the value of
Count
is the current number of records that you have created in the specified hosted zone.
count
- The current number of entities that you have created of the specified type. For example, if you specified
MAX_RRSETS_BY_ZONE
for the value of Type
in the request, the value of
Count
is the current number of records that you have created in the specified hosted zone.public String toString()
toString
in class Object
Object.toString()
public GetHostedZoneLimitResult clone()