@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReusableDelegationSetLimit extends Object implements Serializable, Cloneable
A complex type that contains the type of limit that you specified in the request and the current value for that limit.
Constructor and Description |
---|
ReusableDelegationSetLimit() |
Modifier and Type | Method and Description |
---|---|
ReusableDelegationSetLimit |
clone() |
boolean |
equals(Object obj) |
String |
getType()
The limit that you requested:
MAX_ZONES_BY_REUSABLE_DELEGATION_SET , the maximum number of hosted
zones that you can associate with the specified reusable delegation set. |
Long |
getValue()
The current value for the
MAX_ZONES_BY_REUSABLE_DELEGATION_SET limit. |
int |
hashCode() |
void |
setType(String type)
The limit that you requested:
MAX_ZONES_BY_REUSABLE_DELEGATION_SET , the maximum number of hosted
zones that you can associate with the specified reusable delegation set. |
void |
setValue(Long value)
The current value for the
MAX_ZONES_BY_REUSABLE_DELEGATION_SET limit. |
String |
toString()
Returns a string representation of this object.
|
ReusableDelegationSetLimit |
withType(ReusableDelegationSetLimitType type)
The limit that you requested:
MAX_ZONES_BY_REUSABLE_DELEGATION_SET , the maximum number of hosted
zones that you can associate with the specified reusable delegation set. |
ReusableDelegationSetLimit |
withType(String type)
The limit that you requested:
MAX_ZONES_BY_REUSABLE_DELEGATION_SET , the maximum number of hosted
zones that you can associate with the specified reusable delegation set. |
ReusableDelegationSetLimit |
withValue(Long value)
The current value for the
MAX_ZONES_BY_REUSABLE_DELEGATION_SET limit. |
public void setType(String type)
The limit that you requested: MAX_ZONES_BY_REUSABLE_DELEGATION_SET
, the maximum number of hosted
zones that you can associate with the specified reusable delegation set.
type
- The limit that you requested: MAX_ZONES_BY_REUSABLE_DELEGATION_SET
, the maximum number of
hosted zones that you can associate with the specified reusable delegation set.ReusableDelegationSetLimitType
public String getType()
The limit that you requested: MAX_ZONES_BY_REUSABLE_DELEGATION_SET
, the maximum number of hosted
zones that you can associate with the specified reusable delegation set.
MAX_ZONES_BY_REUSABLE_DELEGATION_SET
, the maximum number of
hosted zones that you can associate with the specified reusable delegation set.ReusableDelegationSetLimitType
public ReusableDelegationSetLimit withType(String type)
The limit that you requested: MAX_ZONES_BY_REUSABLE_DELEGATION_SET
, the maximum number of hosted
zones that you can associate with the specified reusable delegation set.
type
- The limit that you requested: MAX_ZONES_BY_REUSABLE_DELEGATION_SET
, the maximum number of
hosted zones that you can associate with the specified reusable delegation set.ReusableDelegationSetLimitType
public ReusableDelegationSetLimit withType(ReusableDelegationSetLimitType type)
The limit that you requested: MAX_ZONES_BY_REUSABLE_DELEGATION_SET
, the maximum number of hosted
zones that you can associate with the specified reusable delegation set.
type
- The limit that you requested: MAX_ZONES_BY_REUSABLE_DELEGATION_SET
, the maximum number of
hosted zones that you can associate with the specified reusable delegation set.ReusableDelegationSetLimitType
public void setValue(Long value)
The current value for the MAX_ZONES_BY_REUSABLE_DELEGATION_SET
limit.
value
- The current value for the MAX_ZONES_BY_REUSABLE_DELEGATION_SET
limit.public Long getValue()
The current value for the MAX_ZONES_BY_REUSABLE_DELEGATION_SET
limit.
MAX_ZONES_BY_REUSABLE_DELEGATION_SET
limit.public ReusableDelegationSetLimit withValue(Long value)
The current value for the MAX_ZONES_BY_REUSABLE_DELEGATION_SET
limit.
value
- The current value for the MAX_ZONES_BY_REUSABLE_DELEGATION_SET
limit.public String toString()
toString
in class Object
Object.toString()
public ReusableDelegationSetLimit clone()