public class DescribeInternetGatewaysResult extends Object implements Serializable
Constructor and Description |
---|
DescribeInternetGatewaysResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<InternetGateway> |
getInternetGateways()
Information about one or more Internet gateways.
|
int |
hashCode() |
void |
setInternetGateways(Collection<InternetGateway> internetGateways)
Information about one or more Internet gateways.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeInternetGatewaysResult |
withInternetGateways(Collection<InternetGateway> internetGateways)
Information about one or more Internet gateways.
|
DescribeInternetGatewaysResult |
withInternetGateways(InternetGateway... internetGateways)
Information about one or more Internet gateways.
|
public List<InternetGateway> getInternetGateways()
public void setInternetGateways(Collection<InternetGateway> internetGateways)
internetGateways
- Information about one or more Internet gateways.public DescribeInternetGatewaysResult withInternetGateways(InternetGateway... internetGateways)
Returns a reference to this object so that method calls can be chained together.
internetGateways
- Information about one or more Internet gateways.public DescribeInternetGatewaysResult withInternetGateways(Collection<InternetGateway> internetGateways)
Returns a reference to this object so that method calls can be chained together.
internetGateways
- Information about one or more Internet gateways.public String toString()
toString
in class Object
Object.toString()
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.