@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateVpcLinkResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateVpcLinkResult() |
Modifier and Type | Method and Description |
---|---|
UpdateVpcLinkResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
UpdateVpcLinkResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
UpdateVpcLinkResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedDate()
The timestamp when the VPC link was created.
|
String |
getName()
The name of the VPC link.
|
List<String> |
getSecurityGroupIds()
A list of security group IDs for the VPC link.
|
List<String> |
getSubnetIds()
A list of subnet IDs to include in the VPC link.
|
Map<String,String> |
getTags()
Tags for the VPC link.
|
String |
getVpcLinkId()
The ID of the VPC link.
|
String |
getVpcLinkStatus()
The status of the VPC link.
|
String |
getVpcLinkStatusMessage()
A message summarizing the cause of the status of the VPC link.
|
String |
getVpcLinkVersion()
The version of the VPC link.
|
int |
hashCode() |
void |
setCreatedDate(Date createdDate)
The timestamp when the VPC link was created.
|
void |
setName(String name)
The name of the VPC link.
|
void |
setSecurityGroupIds(Collection<String> securityGroupIds)
A list of security group IDs for the VPC link.
|
void |
setSubnetIds(Collection<String> subnetIds)
A list of subnet IDs to include in the VPC link.
|
void |
setTags(Map<String,String> tags)
Tags for the VPC link.
|
void |
setVpcLinkId(String vpcLinkId)
The ID of the VPC link.
|
void |
setVpcLinkStatus(String vpcLinkStatus)
The status of the VPC link.
|
void |
setVpcLinkStatusMessage(String vpcLinkStatusMessage)
A message summarizing the cause of the status of the VPC link.
|
void |
setVpcLinkVersion(String vpcLinkVersion)
The version of the VPC link.
|
String |
toString()
Returns a string representation of this object.
|
UpdateVpcLinkResult |
withCreatedDate(Date createdDate)
The timestamp when the VPC link was created.
|
UpdateVpcLinkResult |
withName(String name)
The name of the VPC link.
|
UpdateVpcLinkResult |
withSecurityGroupIds(Collection<String> securityGroupIds)
A list of security group IDs for the VPC link.
|
UpdateVpcLinkResult |
withSecurityGroupIds(String... securityGroupIds)
A list of security group IDs for the VPC link.
|
UpdateVpcLinkResult |
withSubnetIds(Collection<String> subnetIds)
A list of subnet IDs to include in the VPC link.
|
UpdateVpcLinkResult |
withSubnetIds(String... subnetIds)
A list of subnet IDs to include in the VPC link.
|
UpdateVpcLinkResult |
withTags(Map<String,String> tags)
Tags for the VPC link.
|
UpdateVpcLinkResult |
withVpcLinkId(String vpcLinkId)
The ID of the VPC link.
|
UpdateVpcLinkResult |
withVpcLinkStatus(String vpcLinkStatus)
The status of the VPC link.
|
UpdateVpcLinkResult |
withVpcLinkStatus(VpcLinkStatus vpcLinkStatus)
The status of the VPC link.
|
UpdateVpcLinkResult |
withVpcLinkStatusMessage(String vpcLinkStatusMessage)
A message summarizing the cause of the status of the VPC link.
|
UpdateVpcLinkResult |
withVpcLinkVersion(String vpcLinkVersion)
The version of the VPC link.
|
UpdateVpcLinkResult |
withVpcLinkVersion(VpcLinkVersion vpcLinkVersion)
The version of the VPC link.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCreatedDate(Date createdDate)
The timestamp when the VPC link was created.
createdDate
- The timestamp when the VPC link was created.public Date getCreatedDate()
The timestamp when the VPC link was created.
public UpdateVpcLinkResult withCreatedDate(Date createdDate)
The timestamp when the VPC link was created.
createdDate
- The timestamp when the VPC link was created.public void setName(String name)
The name of the VPC link.
name
- The name of the VPC link.public String getName()
The name of the VPC link.
public UpdateVpcLinkResult withName(String name)
The name of the VPC link.
name
- The name of the VPC link.public List<String> getSecurityGroupIds()
A list of security group IDs for the VPC link.
public void setSecurityGroupIds(Collection<String> securityGroupIds)
A list of security group IDs for the VPC link.
securityGroupIds
- A list of security group IDs for the VPC link.public UpdateVpcLinkResult withSecurityGroupIds(String... securityGroupIds)
A list of security group IDs for the VPC link.
NOTE: This method appends the values to the existing list (if any). Use
setSecurityGroupIds(java.util.Collection)
or withSecurityGroupIds(java.util.Collection)
if you
want to override the existing values.
securityGroupIds
- A list of security group IDs for the VPC link.public UpdateVpcLinkResult withSecurityGroupIds(Collection<String> securityGroupIds)
A list of security group IDs for the VPC link.
securityGroupIds
- A list of security group IDs for the VPC link.public List<String> getSubnetIds()
A list of subnet IDs to include in the VPC link.
public void setSubnetIds(Collection<String> subnetIds)
A list of subnet IDs to include in the VPC link.
subnetIds
- A list of subnet IDs to include in the VPC link.public UpdateVpcLinkResult withSubnetIds(String... subnetIds)
A list of subnet IDs to include in the VPC link.
NOTE: This method appends the values to the existing list (if any). Use
setSubnetIds(java.util.Collection)
or withSubnetIds(java.util.Collection)
if you want to
override the existing values.
subnetIds
- A list of subnet IDs to include in the VPC link.public UpdateVpcLinkResult withSubnetIds(Collection<String> subnetIds)
A list of subnet IDs to include in the VPC link.
subnetIds
- A list of subnet IDs to include in the VPC link.public void setTags(Map<String,String> tags)
Tags for the VPC link.
tags
- Tags for the VPC link.public UpdateVpcLinkResult withTags(Map<String,String> tags)
Tags for the VPC link.
tags
- Tags for the VPC link.public UpdateVpcLinkResult addTagsEntry(String key, String value)
public UpdateVpcLinkResult clearTagsEntries()
public void setVpcLinkId(String vpcLinkId)
The ID of the VPC link.
vpcLinkId
- The ID of the VPC link.public String getVpcLinkId()
The ID of the VPC link.
public UpdateVpcLinkResult withVpcLinkId(String vpcLinkId)
The ID of the VPC link.
vpcLinkId
- The ID of the VPC link.public void setVpcLinkStatus(String vpcLinkStatus)
The status of the VPC link.
vpcLinkStatus
- The status of the VPC link.VpcLinkStatus
public String getVpcLinkStatus()
The status of the VPC link.
VpcLinkStatus
public UpdateVpcLinkResult withVpcLinkStatus(String vpcLinkStatus)
The status of the VPC link.
vpcLinkStatus
- The status of the VPC link.VpcLinkStatus
public UpdateVpcLinkResult withVpcLinkStatus(VpcLinkStatus vpcLinkStatus)
The status of the VPC link.
vpcLinkStatus
- The status of the VPC link.VpcLinkStatus
public void setVpcLinkStatusMessage(String vpcLinkStatusMessage)
A message summarizing the cause of the status of the VPC link.
vpcLinkStatusMessage
- A message summarizing the cause of the status of the VPC link.public String getVpcLinkStatusMessage()
A message summarizing the cause of the status of the VPC link.
public UpdateVpcLinkResult withVpcLinkStatusMessage(String vpcLinkStatusMessage)
A message summarizing the cause of the status of the VPC link.
vpcLinkStatusMessage
- A message summarizing the cause of the status of the VPC link.public void setVpcLinkVersion(String vpcLinkVersion)
The version of the VPC link.
vpcLinkVersion
- The version of the VPC link.VpcLinkVersion
public String getVpcLinkVersion()
The version of the VPC link.
VpcLinkVersion
public UpdateVpcLinkResult withVpcLinkVersion(String vpcLinkVersion)
The version of the VPC link.
vpcLinkVersion
- The version of the VPC link.VpcLinkVersion
public UpdateVpcLinkResult withVpcLinkVersion(VpcLinkVersion vpcLinkVersion)
The version of the VPC link.
vpcLinkVersion
- The version of the VPC link.VpcLinkVersion
public String toString()
toString
in class Object
Object.toString()
public UpdateVpcLinkResult clone()