@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateServiceNetworkServiceAssociationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateServiceNetworkServiceAssociationResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateServiceNetworkServiceAssociationResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the association.
|
String |
getCreatedBy()
The account that created the association.
|
String |
getCustomDomainName()
The custom domain name of the service.
|
DnsEntry |
getDnsEntry()
The DNS name of the service.
|
String |
getId()
The ID of the association.
|
String |
getStatus()
The operation's status.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the association.
|
void |
setCreatedBy(String createdBy)
The account that created the association.
|
void |
setCustomDomainName(String customDomainName)
The custom domain name of the service.
|
void |
setDnsEntry(DnsEntry dnsEntry)
The DNS name of the service.
|
void |
setId(String id)
The ID of the association.
|
void |
setStatus(String status)
The operation's status.
|
String |
toString()
Returns a string representation of this object.
|
CreateServiceNetworkServiceAssociationResult |
withArn(String arn)
The Amazon Resource Name (ARN) of the association.
|
CreateServiceNetworkServiceAssociationResult |
withCreatedBy(String createdBy)
The account that created the association.
|
CreateServiceNetworkServiceAssociationResult |
withCustomDomainName(String customDomainName)
The custom domain name of the service.
|
CreateServiceNetworkServiceAssociationResult |
withDnsEntry(DnsEntry dnsEntry)
The DNS name of the service.
|
CreateServiceNetworkServiceAssociationResult |
withId(String id)
The ID of the association.
|
CreateServiceNetworkServiceAssociationResult |
withStatus(ServiceNetworkServiceAssociationStatus status)
The operation's status.
|
CreateServiceNetworkServiceAssociationResult |
withStatus(String status)
The operation's status.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic CreateServiceNetworkServiceAssociationResult()
public void setArn(String arn)
The Amazon Resource Name (ARN) of the association.
arn - The Amazon Resource Name (ARN) of the association.public String getArn()
The Amazon Resource Name (ARN) of the association.
public CreateServiceNetworkServiceAssociationResult withArn(String arn)
The Amazon Resource Name (ARN) of the association.
arn - The Amazon Resource Name (ARN) of the association.public void setCreatedBy(String createdBy)
The account that created the association.
createdBy - The account that created the association.public String getCreatedBy()
The account that created the association.
public CreateServiceNetworkServiceAssociationResult withCreatedBy(String createdBy)
The account that created the association.
createdBy - The account that created the association.public void setCustomDomainName(String customDomainName)
The custom domain name of the service.
customDomainName - The custom domain name of the service.public String getCustomDomainName()
The custom domain name of the service.
public CreateServiceNetworkServiceAssociationResult withCustomDomainName(String customDomainName)
The custom domain name of the service.
customDomainName - The custom domain name of the service.public void setDnsEntry(DnsEntry dnsEntry)
The DNS name of the service.
dnsEntry - The DNS name of the service.public DnsEntry getDnsEntry()
The DNS name of the service.
public CreateServiceNetworkServiceAssociationResult withDnsEntry(DnsEntry dnsEntry)
The DNS name of the service.
dnsEntry - The DNS name of the service.public void setId(String id)
The ID of the association.
id - The ID of the association.public String getId()
The ID of the association.
public CreateServiceNetworkServiceAssociationResult withId(String id)
The ID of the association.
id - The ID of the association.public void setStatus(String status)
The operation's status.
status - The operation's status.ServiceNetworkServiceAssociationStatuspublic String getStatus()
The operation's status.
ServiceNetworkServiceAssociationStatuspublic CreateServiceNetworkServiceAssociationResult withStatus(String status)
The operation's status.
status - The operation's status.ServiceNetworkServiceAssociationStatuspublic CreateServiceNetworkServiceAssociationResult withStatus(ServiceNetworkServiceAssociationStatus status)
The operation's status.
status - The operation's status.ServiceNetworkServiceAssociationStatuspublic String toString()
toString in class ObjectObject.toString()public CreateServiceNetworkServiceAssociationResult clone()
Copyright © 2023. All rights reserved.