@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDomainAssociationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The result structure for the get domain association request.
Constructor and Description |
---|
GetDomainAssociationResult() |
Modifier and Type | Method and Description |
---|---|
GetDomainAssociationResult |
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.
|
GetDomainAssociationResult |
withDomainAssociation(DomainAssociation domainAssociation)
Describes the structure of a domain association, which associates a custom domain with an Amplify app.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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 GetDomainAssociationResult 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 Object
Object.toString()
public GetDomainAssociationResult clone()