@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 |
getClusterIdentifier()
The cluster identifier that the custom domain is associated with.
|
String |
getCustomDomainCertificateArn()
The certificate Amazon Resource Name (ARN) for the custom domain name association.
|
String |
getCustomDomainName()
The custom domain name for a custom domain association.
|
int |
hashCode() |
void |
setClusterIdentifier(String clusterIdentifier)
The cluster identifier that the custom domain is associated with.
|
void |
setCustomDomainCertificateArn(String customDomainCertificateArn)
The certificate Amazon Resource Name (ARN) for the custom domain name association.
|
void |
setCustomDomainName(String customDomainName)
The custom domain name for a custom domain association.
|
String |
toString()
Returns a string representation of this object.
|
CreateCustomDomainAssociationRequest |
withClusterIdentifier(String clusterIdentifier)
The cluster identifier that the custom domain is associated with.
|
CreateCustomDomainAssociationRequest |
withCustomDomainCertificateArn(String customDomainCertificateArn)
The certificate Amazon Resource Name (ARN) for the custom domain name association.
|
CreateCustomDomainAssociationRequest |
withCustomDomainName(String customDomainName)
The custom domain name for a custom domain association.
|
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 CreateCustomDomainAssociationRequest()
public void setCustomDomainName(String customDomainName)
The custom domain name for a custom domain association.
customDomainName
- The custom domain name for a custom domain association.public String getCustomDomainName()
The custom domain name for a custom domain association.
public CreateCustomDomainAssociationRequest withCustomDomainName(String customDomainName)
The custom domain name for a custom domain association.
customDomainName
- The custom domain name for a custom domain association.public void setCustomDomainCertificateArn(String customDomainCertificateArn)
The certificate Amazon Resource Name (ARN) for the custom domain name association.
customDomainCertificateArn
- The certificate Amazon Resource Name (ARN) for the custom domain name association.public String getCustomDomainCertificateArn()
The certificate Amazon Resource Name (ARN) for the custom domain name association.
public CreateCustomDomainAssociationRequest withCustomDomainCertificateArn(String customDomainCertificateArn)
The certificate Amazon Resource Name (ARN) for the custom domain name association.
customDomainCertificateArn
- The certificate Amazon Resource Name (ARN) for the custom domain name association.public void setClusterIdentifier(String clusterIdentifier)
The cluster identifier that the custom domain is associated with.
clusterIdentifier
- The cluster identifier that the custom domain is associated with.public String getClusterIdentifier()
The cluster identifier that the custom domain is associated with.
public CreateCustomDomainAssociationRequest withClusterIdentifier(String clusterIdentifier)
The cluster identifier that the custom domain is associated with.
clusterIdentifier
- The cluster identifier that the custom domain is associated with.public String toString()
toString
in class Object
Object.toString()
public CreateCustomDomainAssociationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()