public class CreateDomainConfigurationResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
CreateDomainConfigurationResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDomainConfigurationArn()
The ARN of the domain configuration.
|
java.lang.String |
getDomainConfigurationName()
The name of the domain configuration.
|
int |
hashCode() |
void |
setDomainConfigurationArn(java.lang.String domainConfigurationArn)
The ARN of the domain configuration.
|
void |
setDomainConfigurationName(java.lang.String domainConfigurationName)
The name of the domain configuration.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateDomainConfigurationResult |
withDomainConfigurationArn(java.lang.String domainConfigurationArn)
The ARN of the domain configuration.
|
CreateDomainConfigurationResult |
withDomainConfigurationName(java.lang.String domainConfigurationName)
The name of the domain configuration.
|
public java.lang.String getDomainConfigurationName()
The name of the domain configuration.
Constraints:
Length: 1 - 128
Pattern: [\w.-]+
The name of the domain configuration.
public void setDomainConfigurationName(java.lang.String domainConfigurationName)
The name of the domain configuration.
Constraints:
Length: 1 - 128
Pattern: [\w.-]+
domainConfigurationName - The name of the domain configuration.
public CreateDomainConfigurationResult withDomainConfigurationName(java.lang.String domainConfigurationName)
The name of the domain configuration.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
Pattern: [\w.-]+
domainConfigurationName - The name of the domain configuration.
public java.lang.String getDomainConfigurationArn()
The ARN of the domain configuration.
The ARN of the domain configuration.
public void setDomainConfigurationArn(java.lang.String domainConfigurationArn)
The ARN of the domain configuration.
domainConfigurationArn - The ARN of the domain configuration.
public CreateDomainConfigurationResult withDomainConfigurationArn(java.lang.String domainConfigurationArn)
The ARN of the domain configuration.
Returns a reference to this object so that method calls can be chained together.
domainConfigurationArn - The ARN of the domain configuration.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.