@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListGatewaysResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListGatewaysResult() |
Modifier and Type | Method and Description |
---|---|
ListGatewaysResult |
clone() |
boolean |
equals(Object obj) |
List<GatewayInfo> |
getGateways() |
String |
getMarker() |
int |
hashCode() |
void |
setGateways(Collection<GatewayInfo> gateways) |
void |
setMarker(String marker) |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListGatewaysResult |
withGateways(Collection<GatewayInfo> gateways) |
ListGatewaysResult |
withGateways(GatewayInfo... gateways)
NOTE: This method appends the values to the existing list (if any).
|
ListGatewaysResult |
withMarker(String marker) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<GatewayInfo> getGateways()
public void setGateways(Collection<GatewayInfo> gateways)
gateways
- public ListGatewaysResult withGateways(GatewayInfo... gateways)
NOTE: This method appends the values to the existing list (if any). Use
setGateways(java.util.Collection)
or withGateways(java.util.Collection)
if you want to override
the existing values.
gateways
- public ListGatewaysResult withGateways(Collection<GatewayInfo> gateways)
gateways
- public void setMarker(String marker)
marker
- public String getMarker()
public ListGatewaysResult withMarker(String marker)
marker
- public String toString()
toString
in class Object
Object.toString()
public ListGatewaysResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.