@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ServiceNetworkVpcAssociationSummary extends Object implements Serializable, Cloneable, StructuredPojo
Summary information about an association between a service network and a VPC.
Constructor and Description |
---|
ServiceNetworkVpcAssociationSummary() |
Modifier and Type | Method and Description |
---|---|
ServiceNetworkVpcAssociationSummary |
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 |
getId()
The ID of the association.
|
Date |
getLastUpdatedAt()
The date and time that the association was last updated, specified in ISO-8601 format.
|
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.
|
String |
getVpcId()
The ID of the VPC.
|
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 |
setId(String id)
The ID of the association.
|
void |
setLastUpdatedAt(Date lastUpdatedAt)
The date and time that the association was last updated, specified in ISO-8601 format.
|
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.
|
void |
setVpcId(String vpcId)
The ID of the VPC.
|
String |
toString()
Returns a string representation of this object.
|
ServiceNetworkVpcAssociationSummary |
withArn(String arn)
The Amazon Resource Name (ARN) of the association.
|
ServiceNetworkVpcAssociationSummary |
withCreatedAt(Date createdAt)
The date and time that the association was created, specified in ISO-8601 format.
|
ServiceNetworkVpcAssociationSummary |
withCreatedBy(String createdBy)
The account that created the association.
|
ServiceNetworkVpcAssociationSummary |
withId(String id)
The ID of the association.
|
ServiceNetworkVpcAssociationSummary |
withLastUpdatedAt(Date lastUpdatedAt)
The date and time that the association was last updated, specified in ISO-8601 format.
|
ServiceNetworkVpcAssociationSummary |
withServiceNetworkArn(String serviceNetworkArn)
The Amazon Resource Name (ARN) of the service network.
|
ServiceNetworkVpcAssociationSummary |
withServiceNetworkId(String serviceNetworkId)
The ID of the service network.
|
ServiceNetworkVpcAssociationSummary |
withServiceNetworkName(String serviceNetworkName)
The name of the service network.
|
ServiceNetworkVpcAssociationSummary |
withStatus(ServiceNetworkVpcAssociationStatus status)
The status.
|
ServiceNetworkVpcAssociationSummary |
withStatus(String status)
The status.
|
ServiceNetworkVpcAssociationSummary |
withVpcId(String vpcId)
The ID of the VPC.
|
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 ServiceNetworkVpcAssociationSummary 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 ServiceNetworkVpcAssociationSummary 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 ServiceNetworkVpcAssociationSummary withCreatedBy(String createdBy)
The account that created the association.
createdBy
- The account that created the association.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 ServiceNetworkVpcAssociationSummary withId(String id)
The ID of the association.
id
- The ID of the association.public void setLastUpdatedAt(Date lastUpdatedAt)
The date and time that the association was last updated, specified in ISO-8601 format.
lastUpdatedAt
- The date and time that the association was last updated, specified in ISO-8601 format.public Date getLastUpdatedAt()
The date and time that the association was last updated, specified in ISO-8601 format.
public ServiceNetworkVpcAssociationSummary withLastUpdatedAt(Date lastUpdatedAt)
The date and time that the association was last updated, specified in ISO-8601 format.
lastUpdatedAt
- The date and time that the association was last updated, specified in ISO-8601 format.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 ServiceNetworkVpcAssociationSummary 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 ServiceNetworkVpcAssociationSummary 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 ServiceNetworkVpcAssociationSummary withServiceNetworkName(String serviceNetworkName)
The name of the service network.
serviceNetworkName
- The name of the service network.public void setStatus(String status)
The status.
status
- The status.ServiceNetworkVpcAssociationStatus
public String getStatus()
The status.
ServiceNetworkVpcAssociationStatus
public ServiceNetworkVpcAssociationSummary withStatus(String status)
The status.
status
- The status.ServiceNetworkVpcAssociationStatus
public ServiceNetworkVpcAssociationSummary withStatus(ServiceNetworkVpcAssociationStatus status)
The status.
status
- The status.ServiceNetworkVpcAssociationStatus
public void setVpcId(String vpcId)
The ID of the VPC.
vpcId
- The ID of the VPC.public String getVpcId()
The ID of the VPC.
public ServiceNetworkVpcAssociationSummary withVpcId(String vpcId)
The ID of the VPC.
vpcId
- The ID of the VPC.public String toString()
toString
in class Object
Object.toString()
public ServiceNetworkVpcAssociationSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.