@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateDomainConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
CreateDomainConfigurationResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
CreateDomainConfigurationResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getDomainConfigurationArn()
 The ARN of the domain configuration. 
 | 
String | 
getDomainConfigurationName()
 The name of the domain configuration. 
 | 
int | 
hashCode()  | 
void | 
setDomainConfigurationArn(String domainConfigurationArn)
 The ARN of the domain configuration. 
 | 
void | 
setDomainConfigurationName(String domainConfigurationName)
 The name of the domain configuration. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
CreateDomainConfigurationResult | 
withDomainConfigurationArn(String domainConfigurationArn)
 The ARN of the domain configuration. 
 | 
CreateDomainConfigurationResult | 
withDomainConfigurationName(String domainConfigurationName)
 The name of the domain configuration. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setDomainConfigurationName(String domainConfigurationName)
The name of the domain configuration.
domainConfigurationName - The name of the domain configuration.public String getDomainConfigurationName()
The name of the domain configuration.
public CreateDomainConfigurationResult withDomainConfigurationName(String domainConfigurationName)
The name of the domain configuration.
domainConfigurationName - The name of the domain configuration.public void setDomainConfigurationArn(String domainConfigurationArn)
The ARN of the domain configuration.
domainConfigurationArn - The ARN of the domain configuration.public String getDomainConfigurationArn()
The ARN of the domain configuration.
public CreateDomainConfigurationResult withDomainConfigurationArn(String domainConfigurationArn)
The ARN of the domain configuration.
domainConfigurationArn - The ARN of the domain configuration.public String toString()
toString in class ObjectObject.toString()public CreateDomainConfigurationResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.