@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteDomainAssociationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Request structure for the delete Domain Association request.
NOOP
Constructor and Description |
---|
DeleteDomainAssociationRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteDomainAssociationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAppId()
Unique Id for an Amplify App.
|
String |
getDomainName()
Name of the domain.
|
int |
hashCode() |
void |
setAppId(String appId)
Unique Id for an Amplify App.
|
void |
setDomainName(String domainName)
Name of the domain.
|
String |
toString()
Returns a string representation of this object.
|
DeleteDomainAssociationRequest |
withAppId(String appId)
Unique Id for an Amplify App.
|
DeleteDomainAssociationRequest |
withDomainName(String domainName)
Name of the domain.
|
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 void setAppId(String appId)
Unique Id for an Amplify App.
appId
- Unique Id for an Amplify App.public String getAppId()
Unique Id for an Amplify App.
public DeleteDomainAssociationRequest withAppId(String appId)
Unique Id for an Amplify App.
appId
- Unique Id for an Amplify App.public void setDomainName(String domainName)
Name of the domain.
domainName
- Name of the domain.public String getDomainName()
Name of the domain.
public DeleteDomainAssociationRequest withDomainName(String domainName)
Name of the domain.
domainName
- Name of the domain.public String toString()
toString
in class Object
Object.toString()
public DeleteDomainAssociationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.