@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateDomainAssociationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The result structure for the create domain association request.
| Constructor and Description | 
|---|
CreateDomainAssociationResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
CreateDomainAssociationResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
DomainAssociation | 
getDomainAssociation()
 Describes the structure of a domain association, which associates a custom domain with an Amplify app. 
 | 
int | 
hashCode()  | 
void | 
setDomainAssociation(DomainAssociation domainAssociation)
 Describes the structure of a domain association, which associates a custom domain with an Amplify app. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
CreateDomainAssociationResult | 
withDomainAssociation(DomainAssociation domainAssociation)
 Describes the structure of a domain association, which associates a custom domain with an Amplify app. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setDomainAssociation(DomainAssociation domainAssociation)
Describes the structure of a domain association, which associates a custom domain with an Amplify app.
domainAssociation - Describes the structure of a domain association, which associates a custom domain with an Amplify app.public DomainAssociation getDomainAssociation()
Describes the structure of a domain association, which associates a custom domain with an Amplify app.
public CreateDomainAssociationResult withDomainAssociation(DomainAssociation domainAssociation)
Describes the structure of a domain association, which associates a custom domain with an Amplify app.
domainAssociation - Describes the structure of a domain association, which associates a custom domain with an Amplify app.public String toString()
toString in class ObjectObject.toString()public CreateDomainAssociationResult clone()