@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateDomainNameRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateDomainNameRequest() |
Modifier and Type | Method and Description |
---|---|
CreateDomainNameRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCertificateArn()
The Amazon Resource Name (ARN) of the certificate.
|
String |
getDescription()
A description of the
DomainName . |
String |
getDomainName()
The domain name.
|
int |
hashCode() |
void |
setCertificateArn(String certificateArn)
The Amazon Resource Name (ARN) of the certificate.
|
void |
setDescription(String description)
A description of the
DomainName . |
void |
setDomainName(String domainName)
The domain name.
|
String |
toString()
Returns a string representation of this object.
|
CreateDomainNameRequest |
withCertificateArn(String certificateArn)
The Amazon Resource Name (ARN) of the certificate.
|
CreateDomainNameRequest |
withDescription(String description)
A description of the
DomainName . |
CreateDomainNameRequest |
withDomainName(String domainName)
The domain name.
|
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 setDomainName(String domainName)
The domain name.
domainName
- The domain name.public String getDomainName()
The domain name.
public CreateDomainNameRequest withDomainName(String domainName)
The domain name.
domainName
- The domain name.public void setCertificateArn(String certificateArn)
The Amazon Resource Name (ARN) of the certificate. This can be an Certificate Manager (ACM) certificate or an Identity and Access Management (IAM) server certificate.
certificateArn
- The Amazon Resource Name (ARN) of the certificate. This can be an Certificate Manager (ACM) certificate or
an Identity and Access Management (IAM) server certificate.public String getCertificateArn()
The Amazon Resource Name (ARN) of the certificate. This can be an Certificate Manager (ACM) certificate or an Identity and Access Management (IAM) server certificate.
public CreateDomainNameRequest withCertificateArn(String certificateArn)
The Amazon Resource Name (ARN) of the certificate. This can be an Certificate Manager (ACM) certificate or an Identity and Access Management (IAM) server certificate.
certificateArn
- The Amazon Resource Name (ARN) of the certificate. This can be an Certificate Manager (ACM) certificate or
an Identity and Access Management (IAM) server certificate.public void setDescription(String description)
A description of the DomainName
.
description
- A description of the DomainName
.public String getDescription()
A description of the DomainName
.
DomainName
.public CreateDomainNameRequest withDescription(String description)
A description of the DomainName
.
description
- A description of the DomainName
.public String toString()
toString
in class Object
Object.toString()
public CreateDomainNameRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()