public class ListGatewaysRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
A JSON object containing zero or more of the following fields:
Modifier and Type | Field and Description |
---|---|
private java.lang.Integer |
limit
Specifies that the list of gateways returned be limited to the specified
number of items.
|
private java.lang.String |
marker
An opaque string that indicates the position at which to begin the
returned list of gateways.
|
NOOP
Constructor and Description |
---|
ListGatewaysRequest() |
Modifier and Type | Method and Description |
---|---|
ListGatewaysRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.Integer |
getLimit()
Specifies that the list of gateways returned be limited to the specified
number of items.
|
java.lang.String |
getMarker()
An opaque string that indicates the position at which to begin the
returned list of gateways.
|
int |
hashCode() |
void |
setLimit(java.lang.Integer limit)
Specifies that the list of gateways returned be limited to the specified
number of items.
|
void |
setMarker(java.lang.String marker)
An opaque string that indicates the position at which to begin the
returned list of gateways.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListGatewaysRequest |
withLimit(java.lang.Integer limit)
Specifies that the list of gateways returned be limited to the specified
number of items.
|
ListGatewaysRequest |
withMarker(java.lang.String marker)
An opaque string that indicates the position at which to begin the
returned list of gateways.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String marker
An opaque string that indicates the position at which to begin the returned list of gateways.
private java.lang.Integer limit
Specifies that the list of gateways returned be limited to the specified number of items.
public void setMarker(java.lang.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 java.lang.String getMarker()
An opaque string that indicates the position at which to begin the returned list of gateways.
public ListGatewaysRequest withMarker(java.lang.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(java.lang.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 java.lang.Integer getLimit()
Specifies that the list of gateways returned be limited to the specified number of items.
public ListGatewaysRequest withLimit(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ListGatewaysRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()