@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateCustomDomainAssociationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateCustomDomainAssociationRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateCustomDomainAssociationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCustomDomainCertificateArn()
The custom domain name’s certificate Amazon resource name (ARN).
|
String |
getCustomDomainName()
The custom domain name to associate with the workgroup.
|
String |
getWorkgroupName()
The name of the workgroup associated with the database.
|
int |
hashCode() |
void |
setCustomDomainCertificateArn(String customDomainCertificateArn)
The custom domain name’s certificate Amazon resource name (ARN).
|
void |
setCustomDomainName(String customDomainName)
The custom domain name to associate 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.
|
CreateCustomDomainAssociationRequest |
withCustomDomainCertificateArn(String customDomainCertificateArn)
The custom domain name’s certificate Amazon resource name (ARN).
|
CreateCustomDomainAssociationRequest |
withCustomDomainName(String customDomainName)
The custom domain name to associate with the workgroup.
|
CreateCustomDomainAssociationRequest |
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, withSdkRequestTimeoutpublic CreateCustomDomainAssociationRequest()
public void setCustomDomainCertificateArn(String customDomainCertificateArn)
The custom domain name’s certificate Amazon resource name (ARN).
customDomainCertificateArn - The custom domain name’s certificate Amazon resource name (ARN).public String getCustomDomainCertificateArn()
The custom domain name’s certificate Amazon resource name (ARN).
public CreateCustomDomainAssociationRequest withCustomDomainCertificateArn(String customDomainCertificateArn)
The custom domain name’s certificate Amazon resource name (ARN).
customDomainCertificateArn - The custom domain name’s certificate Amazon resource name (ARN).public void setCustomDomainName(String customDomainName)
The custom domain name to associate with the workgroup.
customDomainName - The custom domain name to associate with the workgroup.public String getCustomDomainName()
The custom domain name to associate with the workgroup.
public CreateCustomDomainAssociationRequest withCustomDomainName(String customDomainName)
The custom domain name to associate with the workgroup.
customDomainName - The custom domain name to associate 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 CreateCustomDomainAssociationRequest 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 ObjectObject.toString()public CreateCustomDomainAssociationRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()