@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteCustomDomainAssociationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteCustomDomainAssociationRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteCustomDomainAssociationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCustomDomainName()
The custom domain name associated with the workgroup.
|
String |
getWorkgroupName()
The name of the workgroup associated with the database.
|
int |
hashCode() |
void |
setCustomDomainName(String customDomainName)
The custom domain name associated with the workgroup.
|
void |
setWorkgroupName(String workgroupName)
The name of the workgroup associated with the database.
|
String |
toString()
Returns a string representation of this object.
|
DeleteCustomDomainAssociationRequest |
withCustomDomainName(String customDomainName)
The custom domain name associated with the workgroup.
|
DeleteCustomDomainAssociationRequest |
withWorkgroupName(String workgroupName)
The name of the workgroup associated with the database.
|
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 DeleteCustomDomainAssociationRequest()
public void setCustomDomainName(String customDomainName)
The custom domain name associated with the workgroup.
customDomainName
- The custom domain name associated with the workgroup.public String getCustomDomainName()
The custom domain name associated with the workgroup.
public DeleteCustomDomainAssociationRequest withCustomDomainName(String customDomainName)
The custom domain name associated with the workgroup.
customDomainName
- The custom domain name associated with the workgroup.public void setWorkgroupName(String workgroupName)
The name of the workgroup associated with the database.
workgroupName
- The name of the workgroup associated with the database.public String getWorkgroupName()
The name of the workgroup associated with the database.
public DeleteCustomDomainAssociationRequest withWorkgroupName(String workgroupName)
The name of the workgroup associated with the database.
workgroupName
- The name of the workgroup associated with the database.public String toString()
toString
in class Object
Object.toString()
public DeleteCustomDomainAssociationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()