@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateDomainConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateDomainConfigurationResult() |
Modifier and Type | Method and Description |
---|---|
UpdateDomainConfigurationResult |
clone() |
boolean |
equals(Object obj) |
String |
getDomainConfigurationArn()
The ARN of the domain configuration that was updated.
|
String |
getDomainConfigurationName()
The name of the domain configuration that was updated.
|
int |
hashCode() |
void |
setDomainConfigurationArn(String domainConfigurationArn)
The ARN of the domain configuration that was updated.
|
void |
setDomainConfigurationName(String domainConfigurationName)
The name of the domain configuration that was updated.
|
String |
toString()
Returns a string representation of this object.
|
UpdateDomainConfigurationResult |
withDomainConfigurationArn(String domainConfigurationArn)
The ARN of the domain configuration that was updated.
|
UpdateDomainConfigurationResult |
withDomainConfigurationName(String domainConfigurationName)
The name of the domain configuration that was updated.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDomainConfigurationName(String domainConfigurationName)
The name of the domain configuration that was updated.
domainConfigurationName
- The name of the domain configuration that was updated.public String getDomainConfigurationName()
The name of the domain configuration that was updated.
public UpdateDomainConfigurationResult withDomainConfigurationName(String domainConfigurationName)
The name of the domain configuration that was updated.
domainConfigurationName
- The name of the domain configuration that was updated.public void setDomainConfigurationArn(String domainConfigurationArn)
The ARN of the domain configuration that was updated.
domainConfigurationArn
- The ARN of the domain configuration that was updated.public String getDomainConfigurationArn()
The ARN of the domain configuration that was updated.
public UpdateDomainConfigurationResult withDomainConfigurationArn(String domainConfigurationArn)
The ARN of the domain configuration that was updated.
domainConfigurationArn
- The ARN of the domain configuration that was updated.public String toString()
toString
in class Object
Object.toString()
public UpdateDomainConfigurationResult clone()