@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateGatewayInformationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
A JSON object containing the Amazon Resource Name (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()
The name you configured for your gateway.
|
int |
hashCode() |
void |
setGatewayARN(String gatewayARN) |
void |
setGatewayName(String gatewayName)
The name you configured for your gateway.
|
String |
toString()
Returns a string representation of this object.
|
UpdateGatewayInformationResult |
withGatewayARN(String gatewayARN) |
UpdateGatewayInformationResult |
withGatewayName(String gatewayName)
The name you configured for your gateway.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setGatewayARN(String gatewayARN)
gatewayARN
- public String getGatewayARN()
public UpdateGatewayInformationResult withGatewayARN(String gatewayARN)
gatewayARN
- public void setGatewayName(String gatewayName)
The name you configured for your gateway.
gatewayName
- The name you configured for your gateway.public String getGatewayName()
The name you configured for your gateway.
public UpdateGatewayInformationResult withGatewayName(String gatewayName)
The name you configured for your gateway.
gatewayName
- The name you configured for your gateway.public String toString()
toString
in class Object
Object.toString()
public UpdateGatewayInformationResult clone()