@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateDelegationSignerFromDomainRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DisassociateDelegationSignerFromDomainRequest() |
| Modifier and Type | Method and Description |
|---|---|
DisassociateDelegationSignerFromDomainRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDomainName()
Name of the domain.
|
String |
getId()
An internal identification number assigned to each DS record after it’s created.
|
int |
hashCode() |
void |
setDomainName(String domainName)
Name of the domain.
|
void |
setId(String id)
An internal identification number assigned to each DS record after it’s created.
|
String |
toString()
Returns a string representation of this object.
|
DisassociateDelegationSignerFromDomainRequest |
withDomainName(String domainName)
Name of the domain.
|
DisassociateDelegationSignerFromDomainRequest |
withId(String id)
An internal identification number assigned to each DS record after it’s created.
|
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, withSdkRequestTimeoutpublic DisassociateDelegationSignerFromDomainRequest()
public void setDomainName(String domainName)
Name of the domain.
domainName - Name of the domain.public String getDomainName()
Name of the domain.
public DisassociateDelegationSignerFromDomainRequest withDomainName(String domainName)
Name of the domain.
domainName - Name of the domain.public void setId(String id)
An internal identification number assigned to each DS record after it’s created. You can retrieve it as part of DNSSEC information returned by GetDomainDetail.
id - An internal identification number assigned to each DS record after it’s created. You can retrieve it as
part of DNSSEC information returned by GetDomainDetail.public String getId()
An internal identification number assigned to each DS record after it’s created. You can retrieve it as part of DNSSEC information returned by GetDomainDetail.
public DisassociateDelegationSignerFromDomainRequest withId(String id)
An internal identification number assigned to each DS record after it’s created. You can retrieve it as part of DNSSEC information returned by GetDomainDetail.
id - An internal identification number assigned to each DS record after it’s created. You can retrieve it as
part of DNSSEC information returned by GetDomainDetail.public String toString()
toString in class ObjectObject.toString()public DisassociateDelegationSignerFromDomainRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()