@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateGatewayInstanceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateGatewayInstanceResult() |
Modifier and Type | Method and Description |
---|---|
UpdateGatewayInstanceResult |
clone() |
boolean |
equals(Object obj) |
String |
getBridgePlacement()
The availability of the instance to host new bridges.
|
String |
getGatewayInstanceArn()
The Amazon Resource Name (ARN) of the instance.
|
int |
hashCode() |
void |
setBridgePlacement(String bridgePlacement)
The availability of the instance to host new bridges.
|
void |
setGatewayInstanceArn(String gatewayInstanceArn)
The Amazon Resource Name (ARN) of the instance.
|
String |
toString()
Returns a string representation of this object.
|
UpdateGatewayInstanceResult |
withBridgePlacement(BridgePlacement bridgePlacement)
The availability of the instance to host new bridges.
|
UpdateGatewayInstanceResult |
withBridgePlacement(String bridgePlacement)
The availability of the instance to host new bridges.
|
UpdateGatewayInstanceResult |
withGatewayInstanceArn(String gatewayInstanceArn)
The Amazon Resource Name (ARN) of the instance.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setBridgePlacement(String bridgePlacement)
bridgePlacement
- The availability of the instance to host new bridges. The bridgePlacement property can be LOCKED or
AVAILABLE. If it is LOCKED, no new bridges can be deployed to this instance. If it is AVAILABLE, new
bridges can be added to this instance.BridgePlacement
public String getBridgePlacement()
BridgePlacement
public UpdateGatewayInstanceResult withBridgePlacement(String bridgePlacement)
bridgePlacement
- The availability of the instance to host new bridges. The bridgePlacement property can be LOCKED or
AVAILABLE. If it is LOCKED, no new bridges can be deployed to this instance. If it is AVAILABLE, new
bridges can be added to this instance.BridgePlacement
public UpdateGatewayInstanceResult withBridgePlacement(BridgePlacement bridgePlacement)
bridgePlacement
- The availability of the instance to host new bridges. The bridgePlacement property can be LOCKED or
AVAILABLE. If it is LOCKED, no new bridges can be deployed to this instance. If it is AVAILABLE, new
bridges can be added to this instance.BridgePlacement
public void setGatewayInstanceArn(String gatewayInstanceArn)
gatewayInstanceArn
- The Amazon Resource Name (ARN) of the instance.public String getGatewayInstanceArn()
public UpdateGatewayInstanceResult withGatewayInstanceArn(String gatewayInstanceArn)
gatewayInstanceArn
- The Amazon Resource Name (ARN) of the instance.public String toString()
toString
in class Object
Object.toString()
public UpdateGatewayInstanceResult clone()