@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateCustomDomainResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DisassociateCustomDomainResult() |
Modifier and Type | Method and Description |
---|---|
DisassociateCustomDomainResult |
clone() |
boolean |
equals(Object obj) |
CustomDomain |
getCustomDomain()
A description of the domain name that's being disassociated.
|
String |
getDNSTarget()
The App Runner subdomain of the App Runner service.
|
String |
getServiceArn()
The Amazon Resource Name (ARN) of the App Runner service that a custom domain name is disassociated from.
|
int |
hashCode() |
void |
setCustomDomain(CustomDomain customDomain)
A description of the domain name that's being disassociated.
|
void |
setDNSTarget(String dNSTarget)
The App Runner subdomain of the App Runner service.
|
void |
setServiceArn(String serviceArn)
The Amazon Resource Name (ARN) of the App Runner service that a custom domain name is disassociated from.
|
String |
toString()
Returns a string representation of this object.
|
DisassociateCustomDomainResult |
withCustomDomain(CustomDomain customDomain)
A description of the domain name that's being disassociated.
|
DisassociateCustomDomainResult |
withDNSTarget(String dNSTarget)
The App Runner subdomain of the App Runner service.
|
DisassociateCustomDomainResult |
withServiceArn(String serviceArn)
The Amazon Resource Name (ARN) of the App Runner service that a custom domain name is disassociated from.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDNSTarget(String dNSTarget)
The App Runner subdomain of the App Runner service. The disassociated custom domain name was mapped to this target name.
dNSTarget
- The App Runner subdomain of the App Runner service. The disassociated custom domain name was mapped to
this target name.public String getDNSTarget()
The App Runner subdomain of the App Runner service. The disassociated custom domain name was mapped to this target name.
public DisassociateCustomDomainResult withDNSTarget(String dNSTarget)
The App Runner subdomain of the App Runner service. The disassociated custom domain name was mapped to this target name.
dNSTarget
- The App Runner subdomain of the App Runner service. The disassociated custom domain name was mapped to
this target name.public void setServiceArn(String serviceArn)
The Amazon Resource Name (ARN) of the App Runner service that a custom domain name is disassociated from.
serviceArn
- The Amazon Resource Name (ARN) of the App Runner service that a custom domain name is disassociated from.public String getServiceArn()
The Amazon Resource Name (ARN) of the App Runner service that a custom domain name is disassociated from.
public DisassociateCustomDomainResult withServiceArn(String serviceArn)
The Amazon Resource Name (ARN) of the App Runner service that a custom domain name is disassociated from.
serviceArn
- The Amazon Resource Name (ARN) of the App Runner service that a custom domain name is disassociated from.public void setCustomDomain(CustomDomain customDomain)
A description of the domain name that's being disassociated.
customDomain
- A description of the domain name that's being disassociated.public CustomDomain getCustomDomain()
A description of the domain name that's being disassociated.
public DisassociateCustomDomainResult withCustomDomain(CustomDomain customDomain)
A description of the domain name that's being disassociated.
customDomain
- A description of the domain name that's being disassociated.public String toString()
toString
in class Object
Object.toString()
public DisassociateCustomDomainResult clone()