public class ListGatewaysResult
extends java.lang.Object
implements java.io.Serializable
A JSON object containing the following fields:
| コンストラクタと説明 |
|---|
ListGatewaysResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<GatewayInfo> |
getGateways()
An array of GatewayInfo objects.
|
java.lang.String |
getMarker()
Use the marker in your next request to fetch the next set of gateways
in the list.
|
int |
hashCode() |
void |
setGateways(java.util.Collection<GatewayInfo> gateways)
An array of GatewayInfo objects.
|
void |
setMarker(java.lang.String marker)
Use the marker in your next request to fetch the next set of gateways
in the list.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListGatewaysResult |
withGateways(java.util.Collection<GatewayInfo> gateways)
An array of GatewayInfo objects.
|
ListGatewaysResult |
withGateways(GatewayInfo... gateways)
An array of GatewayInfo objects.
|
ListGatewaysResult |
withMarker(java.lang.String marker)
Use the marker in your next request to fetch the next set of gateways
in the list.
|
public java.util.List<GatewayInfo> getGateways()
public void setGateways(java.util.Collection<GatewayInfo> gateways)
gateways - An array of GatewayInfo objects.public ListGatewaysResult withGateways(GatewayInfo... gateways)
Returns a reference to this object so that method calls can be chained together.
gateways - An array of GatewayInfo objects.public ListGatewaysResult withGateways(java.util.Collection<GatewayInfo> gateways)
Returns a reference to this object so that method calls can be chained together.
gateways - An array of GatewayInfo objects.public java.lang.String getMarker()
Constraints:
Length: 1 - 1000
public void setMarker(java.lang.String marker)
Constraints:
Length: 1 - 1000
marker - Use the marker in your next request to fetch the next set of gateways
in the list. If there are no more gateways to list, this field does
not appear in the response.public ListGatewaysResult withMarker(java.lang.String marker)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 1000
marker - Use the marker in your next request to fetch the next set of gateways
in the list. If there are no more gateways to list, this field does
not appear in the response.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