@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ServiceNetworkServiceAssociationSummary extends Object implements Serializable, Cloneable, StructuredPojo
Summary information about the association between a service network and a service.
Constructor and Description |
---|
ServiceNetworkServiceAssociationSummary() |
Modifier and Type | Method and Description |
---|---|
ServiceNetworkServiceAssociationSummary |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the association.
|
Date |
getCreatedAt()
The date and time that the association was created, specified in ISO-8601 format.
|
String |
getCreatedBy()
The account that created the association.
|
String |
getCustomDomainName()
The custom domain name of the service.
|
DnsEntry |
getDnsEntry()
The DNS information.
|
String |
getId()
The ID of the association.
|
String |
getServiceArn()
The Amazon Resource Name (ARN) of the service.
|
String |
getServiceId()
The ID of the service.
|
String |
getServiceName()
The name of the service.
|
String |
getServiceNetworkArn()
The Amazon Resource Name (ARN) of the service network.
|
String |
getServiceNetworkId()
The ID of the service network.
|
String |
getServiceNetworkName()
The name of the service network.
|
String |
getStatus()
The status.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the association.
|
void |
setCreatedAt(Date createdAt)
The date and time that the association was created, specified in ISO-8601 format.
|
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 information.
|
void |
setId(String id)
The ID of the association.
|
void |
setServiceArn(String serviceArn)
The Amazon Resource Name (ARN) of the service.
|
void |
setServiceId(String serviceId)
The ID of the service.
|
void |
setServiceName(String serviceName)
The name of the service.
|
void |
setServiceNetworkArn(String serviceNetworkArn)
The Amazon Resource Name (ARN) of the service network.
|
void |
setServiceNetworkId(String serviceNetworkId)
The ID of the service network.
|
void |
setServiceNetworkName(String serviceNetworkName)
The name of the service network.
|
void |
setStatus(String status)
The status.
|
String |
toString()
Returns a string representation of this object.
|
ServiceNetworkServiceAssociationSummary |
withArn(String arn)
The Amazon Resource Name (ARN) of the association.
|
ServiceNetworkServiceAssociationSummary |
withCreatedAt(Date createdAt)
The date and time that the association was created, specified in ISO-8601 format.
|
ServiceNetworkServiceAssociationSummary |
withCreatedBy(String createdBy)
The account that created the association.
|
ServiceNetworkServiceAssociationSummary |
withCustomDomainName(String customDomainName)
The custom domain name of the service.
|
ServiceNetworkServiceAssociationSummary |
withDnsEntry(DnsEntry dnsEntry)
The DNS information.
|
ServiceNetworkServiceAssociationSummary |
withId(String id)
The ID of the association.
|
ServiceNetworkServiceAssociationSummary |
withServiceArn(String serviceArn)
The Amazon Resource Name (ARN) of the service.
|
ServiceNetworkServiceAssociationSummary |
withServiceId(String serviceId)
The ID of the service.
|
ServiceNetworkServiceAssociationSummary |
withServiceName(String serviceName)
The name of the service.
|
ServiceNetworkServiceAssociationSummary |
withServiceNetworkArn(String serviceNetworkArn)
The Amazon Resource Name (ARN) of the service network.
|
ServiceNetworkServiceAssociationSummary |
withServiceNetworkId(String serviceNetworkId)
The ID of the service network.
|
ServiceNetworkServiceAssociationSummary |
withServiceNetworkName(String serviceNetworkName)
The name of the service network.
|
ServiceNetworkServiceAssociationSummary |
withStatus(ServiceNetworkServiceAssociationStatus status)
The status.
|
ServiceNetworkServiceAssociationSummary |
withStatus(String status)
The status.
|
public ServiceNetworkServiceAssociationSummary()
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 ServiceNetworkServiceAssociationSummary withArn(String arn)
The Amazon Resource Name (ARN) of the association.
arn
- The Amazon Resource Name (ARN) of the association.public void setCreatedAt(Date createdAt)
The date and time that the association was created, specified in ISO-8601 format.
createdAt
- The date and time that the association was created, specified in ISO-8601 format.public Date getCreatedAt()
The date and time that the association was created, specified in ISO-8601 format.
public ServiceNetworkServiceAssociationSummary withCreatedAt(Date createdAt)
The date and time that the association was created, specified in ISO-8601 format.
createdAt
- The date and time that the association was created, specified in ISO-8601 format.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 ServiceNetworkServiceAssociationSummary 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 ServiceNetworkServiceAssociationSummary 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 information.
dnsEntry
- The DNS information.public DnsEntry getDnsEntry()
The DNS information.
public ServiceNetworkServiceAssociationSummary withDnsEntry(DnsEntry dnsEntry)
The DNS information.
dnsEntry
- The DNS information.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 ServiceNetworkServiceAssociationSummary withId(String id)
The ID of the association.
id
- The ID of the association.public void setServiceArn(String serviceArn)
The Amazon Resource Name (ARN) of the service.
serviceArn
- The Amazon Resource Name (ARN) of the service.public String getServiceArn()
The Amazon Resource Name (ARN) of the service.
public ServiceNetworkServiceAssociationSummary withServiceArn(String serviceArn)
The Amazon Resource Name (ARN) of the service.
serviceArn
- The Amazon Resource Name (ARN) of the service.public void setServiceId(String serviceId)
The ID of the service.
serviceId
- The ID of the service.public String getServiceId()
The ID of the service.
public ServiceNetworkServiceAssociationSummary withServiceId(String serviceId)
The ID of the service.
serviceId
- The ID of the service.public void setServiceName(String serviceName)
The name of the service.
serviceName
- The name of the service.public String getServiceName()
The name of the service.
public ServiceNetworkServiceAssociationSummary withServiceName(String serviceName)
The name of the service.
serviceName
- The name of the service.public void setServiceNetworkArn(String serviceNetworkArn)
The Amazon Resource Name (ARN) of the service network.
serviceNetworkArn
- The Amazon Resource Name (ARN) of the service network.public String getServiceNetworkArn()
The Amazon Resource Name (ARN) of the service network.
public ServiceNetworkServiceAssociationSummary withServiceNetworkArn(String serviceNetworkArn)
The Amazon Resource Name (ARN) of the service network.
serviceNetworkArn
- The Amazon Resource Name (ARN) of the service network.public void setServiceNetworkId(String serviceNetworkId)
The ID of the service network.
serviceNetworkId
- The ID of the service network.public String getServiceNetworkId()
The ID of the service network.
public ServiceNetworkServiceAssociationSummary withServiceNetworkId(String serviceNetworkId)
The ID of the service network.
serviceNetworkId
- The ID of the service network.public void setServiceNetworkName(String serviceNetworkName)
The name of the service network.
serviceNetworkName
- The name of the service network.public String getServiceNetworkName()
The name of the service network.
public ServiceNetworkServiceAssociationSummary withServiceNetworkName(String serviceNetworkName)
The name of the service network.
serviceNetworkName
- The name of the service network.public void setStatus(String status)
The status. If the deletion fails, try to delete again.
status
- The status. If the deletion fails, try to delete again.ServiceNetworkServiceAssociationStatus
public String getStatus()
The status. If the deletion fails, try to delete again.
ServiceNetworkServiceAssociationStatus
public ServiceNetworkServiceAssociationSummary withStatus(String status)
The status. If the deletion fails, try to delete again.
status
- The status. If the deletion fails, try to delete again.ServiceNetworkServiceAssociationStatus
public ServiceNetworkServiceAssociationSummary withStatus(ServiceNetworkServiceAssociationStatus status)
The status. If the deletion fails, try to delete again.
status
- The status. If the deletion fails, try to delete again.ServiceNetworkServiceAssociationStatus
public String toString()
toString
in class Object
Object.toString()
public ServiceNetworkServiceAssociationSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.