Class ListGatewaysResult
java.lang.Object
com.amazonaws.services.storagegateway.model.ListGatewaysResult
- All Implemented Interfaces:
Serializable, Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleaninthashCode()voidsetGateways(Collection<GatewayInfo> gateways) voidtoString()Returns a string representation of this object; useful for testing and debugging.withGateways(GatewayInfo... gateways) NOTE: This method appends the values to the existing list (if any).withGateways(Collection<GatewayInfo> gateways) withMarker(String marker)
-
Constructor Details
-
ListGatewaysResult
public ListGatewaysResult()
-
-
Method Details
-
getGateways
- Returns:
-
setGateways
- Parameters:
gateways-
-
withGateways
NOTE: This method appends the values to the existing list (if any). Use
setGateways(java.util.Collection)orwithGateways(java.util.Collection)if you want to override the existing values.- Parameters:
gateways-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withGateways
- Parameters:
gateways-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMarker
- Parameters:
marker-
-
getMarker
- Returns:
-
withMarker
- Parameters:
marker-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-