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