public class ListGatewaysResult extends Object implements Serializable
| Constructor and Description |
|---|
ListGatewaysResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<GatewayInfo> |
getGateways()
Returns the value of the Gateways property for this object.
|
String |
getMarker()
Returns the value of the Marker property for this object.
|
int |
hashCode() |
void |
setGateways(Collection<GatewayInfo> gateways)
Sets the value of the Gateways property for this object.
|
void |
setMarker(String marker)
Sets the value of the Marker property for this object.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListGatewaysResult |
withGateways(Collection<GatewayInfo> gateways)
Sets the value of the Gateways property for this object.
|
ListGatewaysResult |
withGateways(GatewayInfo... gateways)
Sets the value of the Gateways property for this object.
|
ListGatewaysResult |
withMarker(String marker)
Sets the value of the Marker property for this object.
|
public List<GatewayInfo> getGateways()
public void setGateways(Collection<GatewayInfo> gateways)
gateways - The new value for the Gateways property for this object.public ListGatewaysResult withGateways(GatewayInfo... gateways)
Returns a reference to this object so that method calls can be chained together.
gateways - The new value for the Gateways property for this object.public ListGatewaysResult withGateways(Collection<GatewayInfo> gateways)
Returns a reference to this object so that method calls can be chained together.
gateways - The new value for the Gateways property for this object.public String getMarker()
Constraints:
Length: 1 - 1000
public void setMarker(String marker)
Constraints:
Length: 1 - 1000
marker - The new value for the Marker property for this object.public ListGatewaysResult withMarker(String marker)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 1000
marker - The new value for the Marker property for this object.public String toString()
toString in class ObjectObject.toString()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.