public class ListGatewaysRequest extends AmazonWebServiceRequest implements java.io.Serializable
ListGateways operation.
This operation lists gateways owned by an AWS account in a region specified in the request. The returned list is ordered by gateway Amazon Resource Name (ARN).
By default, the operation returns a maximum of 100 gateways. This operation supports pagination that allows you to optionally reduce the number of gateways returned in a response.
If you have more gateways than are returned in a response-that is, the response returns only a truncated list of your gateways-the response contains a marker that you can specify in your next request to fetch the next page of gateways.
| コンストラクタと説明 |
|---|
ListGatewaysRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic java.lang.String getMarker()
Constraints:
Length: 1 - 1000
public void setMarker(java.lang.String marker)
Constraints:
Length: 1 - 1000
marker - An opaque string that indicates the position at which to begin the
returned list of gateways.public ListGatewaysRequest withMarker(java.lang.String marker)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 1000
marker - An opaque string that indicates the position at which to begin the
returned list of gateways.public java.lang.Integer getLimit()
Constraints:
Range: 1 -
public void setLimit(java.lang.Integer limit)
Constraints:
Range: 1 -
limit - Specifies that the list of gateways returned be limited to the
specified number of items.public ListGatewaysRequest withLimit(java.lang.Integer limit)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 -
limit - Specifies that the list of gateways returned be limited to the
specified number of items.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object