@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListGatewaysRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
A JSON object containing zero or more of the following fields:
NOOP
Constructor and Description |
---|
ListGatewaysRequest() |
Modifier and Type | Method and Description |
---|---|
ListGatewaysRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getLimit()
Specifies that the list of gateways returned be limited to the specified number of items.
|
String |
getMarker()
An opaque string that indicates the position at which to begin the returned list of gateways.
|
int |
hashCode() |
void |
setLimit(Integer limit)
Specifies that the list of gateways returned be limited to the specified number of items.
|
void |
setMarker(String marker)
An opaque string that indicates the position at which to begin the returned list of gateways.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListGatewaysRequest |
withLimit(Integer limit)
Specifies that the list of gateways returned be limited to the specified number of items.
|
ListGatewaysRequest |
withMarker(String marker)
An opaque string that indicates the position at which to begin the returned list of gateways.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setMarker(String marker)
An opaque string that indicates the position at which to begin the returned list of gateways.
marker
- An opaque string that indicates the position at which to begin the returned list of gateways.public String getMarker()
An opaque string that indicates the position at which to begin the returned list of gateways.
public ListGatewaysRequest withMarker(String marker)
An opaque string that indicates the position at which to begin the returned list of gateways.
marker
- An opaque string that indicates the position at which to begin the returned list of gateways.public void setLimit(Integer limit)
Specifies that the list of gateways returned be limited to the specified number of items.
limit
- Specifies that the list of gateways returned be limited to the specified number of items.public Integer getLimit()
Specifies that the list of gateways returned be limited to the specified number of items.
public ListGatewaysRequest withLimit(Integer limit)
Specifies that the list of gateways returned be limited to the specified number of items.
limit
- Specifies that the list of gateways returned be limited to the specified number of items.public String toString()
toString
in class Object
Object.toString()
public ListGatewaysRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.