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