@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateGatewayInformationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
A JSON object containing the ARN 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) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 Object
Object.toString()
public UpdateGatewayInformationResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.