@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetReusableDelegationSetLimitResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
A complex type that contains the requested limit.
Constructor and Description |
---|
GetReusableDelegationSetLimitResult() |
Modifier and Type | Method and Description |
---|---|
GetReusableDelegationSetLimitResult |
clone() |
boolean |
equals(Object obj) |
Long |
getCount()
The current number of hosted zones that you can associate with the specified reusable delegation set.
|
ReusableDelegationSetLimit |
getLimit()
The current setting for the limit on hosted zones that you can associate with the specified reusable delegation
set.
|
int |
hashCode() |
void |
setCount(Long count)
The current number of hosted zones that you can associate with the specified reusable delegation set.
|
void |
setLimit(ReusableDelegationSetLimit limit)
The current setting for the limit on hosted zones that you can associate with the specified reusable delegation
set.
|
String |
toString()
Returns a string representation of this object.
|
GetReusableDelegationSetLimitResult |
withCount(Long count)
The current number of hosted zones that you can associate with the specified reusable delegation set.
|
GetReusableDelegationSetLimitResult |
withLimit(ReusableDelegationSetLimit limit)
The current setting for the limit on hosted zones that you can associate with the specified reusable delegation
set.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setLimit(ReusableDelegationSetLimit limit)
The current setting for the limit on hosted zones that you can associate with the specified reusable delegation set.
limit
- The current setting for the limit on hosted zones that you can associate with the specified reusable
delegation set.public ReusableDelegationSetLimit getLimit()
The current setting for the limit on hosted zones that you can associate with the specified reusable delegation set.
public GetReusableDelegationSetLimitResult withLimit(ReusableDelegationSetLimit limit)
The current setting for the limit on hosted zones that you can associate with the specified reusable delegation set.
limit
- The current setting for the limit on hosted zones that you can associate with the specified reusable
delegation set.public void setCount(Long count)
The current number of hosted zones that you can associate with the specified reusable delegation set.
count
- The current number of hosted zones that you can associate with the specified reusable delegation set.public Long getCount()
The current number of hosted zones that you can associate with the specified reusable delegation set.
public GetReusableDelegationSetLimitResult withCount(Long count)
The current number of hosted zones that you can associate with the specified reusable delegation set.
count
- The current number of hosted zones that you can associate with the specified reusable delegation set.public String toString()
toString
in class Object
Object.toString()
public GetReusableDelegationSetLimitResult clone()