@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetReusableDelegationSetLimitRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
A complex type that contains information about the request to create a hosted zone.
NOOP
Constructor and Description |
---|
GetReusableDelegationSetLimitRequest() |
Modifier and Type | Method and Description |
---|---|
GetReusableDelegationSetLimitRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDelegationSetId()
The ID of the delegation set that you want to get the limit for.
|
String |
getType()
Specify
MAX_ZONES_BY_REUSABLE_DELEGATION_SET to get the maximum number of hosted zones that you can
associate with the specified reusable delegation set. |
int |
hashCode() |
void |
setDelegationSetId(String delegationSetId)
The ID of the delegation set that you want to get the limit for.
|
void |
setType(String type)
Specify
MAX_ZONES_BY_REUSABLE_DELEGATION_SET to get the maximum number of hosted zones that you can
associate with the specified reusable delegation set. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetReusableDelegationSetLimitRequest |
withDelegationSetId(String delegationSetId)
The ID of the delegation set that you want to get the limit for.
|
GetReusableDelegationSetLimitRequest |
withType(ReusableDelegationSetLimitType type)
Specify
MAX_ZONES_BY_REUSABLE_DELEGATION_SET to get the maximum number of hosted zones that you can
associate with the specified reusable delegation set. |
GetReusableDelegationSetLimitRequest |
withType(String type)
Specify
MAX_ZONES_BY_REUSABLE_DELEGATION_SET to get the maximum number of hosted zones that you can
associate with the specified reusable delegation set. |
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public GetReusableDelegationSetLimitRequest()
public void setType(String type)
Specify MAX_ZONES_BY_REUSABLE_DELEGATION_SET
to get the maximum number of hosted zones that you can
associate with the specified reusable delegation set.
type
- Specify MAX_ZONES_BY_REUSABLE_DELEGATION_SET
to get the maximum number of hosted zones that
you can associate with the specified reusable delegation set.ReusableDelegationSetLimitType
public String getType()
Specify MAX_ZONES_BY_REUSABLE_DELEGATION_SET
to get the maximum number of hosted zones that you can
associate with the specified reusable delegation set.
MAX_ZONES_BY_REUSABLE_DELEGATION_SET
to get the maximum number of hosted zones that
you can associate with the specified reusable delegation set.ReusableDelegationSetLimitType
public GetReusableDelegationSetLimitRequest withType(String type)
Specify MAX_ZONES_BY_REUSABLE_DELEGATION_SET
to get the maximum number of hosted zones that you can
associate with the specified reusable delegation set.
type
- Specify MAX_ZONES_BY_REUSABLE_DELEGATION_SET
to get the maximum number of hosted zones that
you can associate with the specified reusable delegation set.ReusableDelegationSetLimitType
public GetReusableDelegationSetLimitRequest withType(ReusableDelegationSetLimitType type)
Specify MAX_ZONES_BY_REUSABLE_DELEGATION_SET
to get the maximum number of hosted zones that you can
associate with the specified reusable delegation set.
type
- Specify MAX_ZONES_BY_REUSABLE_DELEGATION_SET
to get the maximum number of hosted zones that
you can associate with the specified reusable delegation set.ReusableDelegationSetLimitType
public void setDelegationSetId(String delegationSetId)
The ID of the delegation set that you want to get the limit for.
delegationSetId
- The ID of the delegation set that you want to get the limit for.public String getDelegationSetId()
The ID of the delegation set that you want to get the limit for.
public GetReusableDelegationSetLimitRequest withDelegationSetId(String delegationSetId)
The ID of the delegation set that you want to get the limit for.
delegationSetId
- The ID of the delegation set that you want to get the limit for.public String toString()
toString
in class Object
Object.toString()
public GetReusableDelegationSetLimitRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.