@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateCustomDomainAssociationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateCustomDomainAssociationResult() |
Modifier and Type | Method and Description |
---|---|
CreateCustomDomainAssociationResult |
clone() |
boolean |
equals(Object obj) |
String |
getClusterIdentifier()
The identifier of the cluster that the custom domain is associated with.
|
String |
getCustomDomainCertExpiryTime()
The expiration time for the certificate for the custom domain.
|
String |
getCustomDomainCertificateArn()
The Amazon Resource Name (ARN) for the certificate associated with the custom domain name.
|
String |
getCustomDomainName()
The custom domain name for the association result.
|
int |
hashCode() |
void |
setClusterIdentifier(String clusterIdentifier)
The identifier of the cluster that the custom domain is associated with.
|
void |
setCustomDomainCertExpiryTime(String customDomainCertExpiryTime)
The expiration time for the certificate for the custom domain.
|
void |
setCustomDomainCertificateArn(String customDomainCertificateArn)
The Amazon Resource Name (ARN) for the certificate associated with the custom domain name.
|
void |
setCustomDomainName(String customDomainName)
The custom domain name for the association result.
|
String |
toString()
Returns a string representation of this object.
|
CreateCustomDomainAssociationResult |
withClusterIdentifier(String clusterIdentifier)
The identifier of the cluster that the custom domain is associated with.
|
CreateCustomDomainAssociationResult |
withCustomDomainCertExpiryTime(String customDomainCertExpiryTime)
The expiration time for the certificate for the custom domain.
|
CreateCustomDomainAssociationResult |
withCustomDomainCertificateArn(String customDomainCertificateArn)
The Amazon Resource Name (ARN) for the certificate associated with the custom domain name.
|
CreateCustomDomainAssociationResult |
withCustomDomainName(String customDomainName)
The custom domain name for the association result.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCustomDomainName(String customDomainName)
The custom domain name for the association result.
customDomainName
- The custom domain name for the association result.public String getCustomDomainName()
The custom domain name for the association result.
public CreateCustomDomainAssociationResult withCustomDomainName(String customDomainName)
The custom domain name for the association result.
customDomainName
- The custom domain name for the association result.public void setCustomDomainCertificateArn(String customDomainCertificateArn)
The Amazon Resource Name (ARN) for the certificate associated with the custom domain name.
customDomainCertificateArn
- The Amazon Resource Name (ARN) for the certificate associated with the custom domain name.public String getCustomDomainCertificateArn()
The Amazon Resource Name (ARN) for the certificate associated with the custom domain name.
public CreateCustomDomainAssociationResult withCustomDomainCertificateArn(String customDomainCertificateArn)
The Amazon Resource Name (ARN) for the certificate associated with the custom domain name.
customDomainCertificateArn
- The Amazon Resource Name (ARN) for the certificate associated with the custom domain name.public void setClusterIdentifier(String clusterIdentifier)
The identifier of the cluster that the custom domain is associated with.
clusterIdentifier
- The identifier of the cluster that the custom domain is associated with.public String getClusterIdentifier()
The identifier of the cluster that the custom domain is associated with.
public CreateCustomDomainAssociationResult withClusterIdentifier(String clusterIdentifier)
The identifier of the cluster that the custom domain is associated with.
clusterIdentifier
- The identifier of the cluster that the custom domain is associated with.public void setCustomDomainCertExpiryTime(String customDomainCertExpiryTime)
The expiration time for the certificate for the custom domain.
customDomainCertExpiryTime
- The expiration time for the certificate for the custom domain.public String getCustomDomainCertExpiryTime()
The expiration time for the certificate for the custom domain.
public CreateCustomDomainAssociationResult withCustomDomainCertExpiryTime(String customDomainCertExpiryTime)
The expiration time for the certificate for the custom domain.
customDomainCertExpiryTime
- The expiration time for the certificate for the custom domain.public String toString()
toString
in class Object
Object.toString()
public CreateCustomDomainAssociationResult clone()