@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 association 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 association 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 association status.
|
CreateServiceNetworkServiceAssociationResult |
withStatus(String status)
The association status.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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 association status.
status
- The association status.ServiceNetworkServiceAssociationStatus
public String getStatus()
The association status.
ServiceNetworkServiceAssociationStatus
public CreateServiceNetworkServiceAssociationResult withStatus(String status)
The association status.
status
- The association status.ServiceNetworkServiceAssociationStatus
public CreateServiceNetworkServiceAssociationResult withStatus(ServiceNetworkServiceAssociationStatus status)
The association status.
status
- The association status.ServiceNetworkServiceAssociationStatus
public String toString()
toString
in class Object
Object.toString()
public CreateServiceNetworkServiceAssociationResult clone()