public class DescribeVpcClassicLinkResult extends Object implements Serializable, Cloneable
Constructor and Description |
---|
DescribeVpcClassicLinkResult() |
Modifier and Type | Method and Description |
---|---|
DescribeVpcClassicLinkResult |
clone() |
boolean |
equals(Object obj) |
List<VpcClassicLink> |
getVpcs()
The ClassicLink status of one or more VPCs.
|
int |
hashCode() |
void |
setVpcs(Collection<VpcClassicLink> vpcs)
The ClassicLink status of one or more VPCs.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeVpcClassicLinkResult |
withVpcs(Collection<VpcClassicLink> vpcs)
The ClassicLink status of one or more VPCs.
|
DescribeVpcClassicLinkResult |
withVpcs(VpcClassicLink... vpcs)
The ClassicLink status of one or more VPCs.
|
public List<VpcClassicLink> getVpcs()
public void setVpcs(Collection<VpcClassicLink> vpcs)
vpcs
- The ClassicLink status of one or more VPCs.public DescribeVpcClassicLinkResult withVpcs(VpcClassicLink... vpcs)
NOTE: This method appends the values to the existing list (if
any). Use setVpcs(java.util.Collection)
or withVpcs(java.util.Collection)
if you want to override the existing
values.
Returns a reference to this object so that method calls can be chained together.
vpcs
- The ClassicLink status of one or more VPCs.public DescribeVpcClassicLinkResult withVpcs(Collection<VpcClassicLink> vpcs)
Returns a reference to this object so that method calls can be chained together.
vpcs
- The ClassicLink status of one or more VPCs.public String toString()
toString
in class Object
Object.toString()
public DescribeVpcClassicLinkResult clone()
Copyright © 2015. All rights reserved.