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