public class AddWorkingStorageResult extends Object implements Serializable, Cloneable
A JSON object containing the of the gateway for which working storage was configured.
| Constructor and Description |
|---|
AddWorkingStorageResult() |
| Modifier and Type | Method and Description |
|---|---|
AddWorkingStorageResult |
clone() |
boolean |
equals(Object obj) |
String |
getGatewayARN() |
int |
hashCode() |
void |
setGatewayARN(String gatewayARN) |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
AddWorkingStorageResult |
withGatewayARN(String gatewayARN) |
public void setGatewayARN(String gatewayARN)
gatewayARN - public String getGatewayARN()
public AddWorkingStorageResult withGatewayARN(String gatewayARN)
gatewayARN - public String toString()
toString in class ObjectObject.toString()public AddWorkingStorageResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.