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()
The Amazon Resource Name (ARN) of the gateway.
|
String |
getGatewayName()
Returns the value of the GatewayName property for this object.
|
int |
hashCode() |
void |
setGatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the gateway.
|
void |
setGatewayName(String gatewayName)
Sets the value of the GatewayName property for this object.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateGatewayInformationResult |
withGatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the gateway.
|
UpdateGatewayInformationResult |
withGatewayName(String gatewayName)
Sets the value of the GatewayName property for this object.
|
public String getGatewayARN()
Constraints:
Length: 50 - 500
public void setGatewayARN(String gatewayARN)
Constraints:
Length: 50 - 500
gatewayARN
- The Amazon Resource Name (ARN) of the gateway. Use the
ListGateways operation to return a list of gateways for your
account and region.public UpdateGatewayInformationResult withGatewayARN(String gatewayARN)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 50 - 500
gatewayARN
- The Amazon Resource Name (ARN) of the gateway. Use the
ListGateways operation to return a list of gateways for your
account and region.public String getGatewayName()
public void setGatewayName(String gatewayName)
gatewayName
- The new value for the GatewayName property for this object.public UpdateGatewayInformationResult withGatewayName(String gatewayName)
Returns a reference to this object so that method calls can be chained together.
gatewayName
- The new value for the GatewayName property for this object.public String toString()
toString
in class Object
Object.toString()
public UpdateGatewayInformationResult clone()
Copyright © 2015. All rights reserved.