public class DescribeVpcClassicLinkResult extends Object implements Serializable, Cloneable
Contains the output of DescribeVpcClassicLink.
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()
The ClassicLink status of one or more VPCs.
public void setVpcs(Collection<VpcClassicLink> vpcs)
The ClassicLink status of one or more VPCs.
vpcs
- The ClassicLink status of one or more VPCs.public DescribeVpcClassicLinkResult withVpcs(VpcClassicLink... vpcs)
The ClassicLink status of one or more 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.
vpcs
- The ClassicLink status of one or more VPCs.public DescribeVpcClassicLinkResult withVpcs(Collection<VpcClassicLink> vpcs)
The ClassicLink status of one or more VPCs.
vpcs
- The ClassicLink status of one or more VPCs.public String toString()
toString
in class Object
Object.toString()
public DescribeVpcClassicLinkResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.