@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateGatewayInstanceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateGatewayInstanceRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateGatewayInstanceRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
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 that you want to update.
|
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 that you want to update.
|
String |
toString()
Returns a string representation of this object.
|
UpdateGatewayInstanceRequest |
withBridgePlacement(BridgePlacement bridgePlacement)
The availability of the instance to host new bridges.
|
UpdateGatewayInstanceRequest |
withBridgePlacement(String bridgePlacement)
The availability of the instance to host new bridges.
|
UpdateGatewayInstanceRequest |
withGatewayInstanceArn(String gatewayInstanceArn)
The Amazon Resource Name (ARN) of the instance that you want to update.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
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 UpdateGatewayInstanceRequest 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 UpdateGatewayInstanceRequest 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 that you want to update.public String getGatewayInstanceArn()
public UpdateGatewayInstanceRequest withGatewayInstanceArn(String gatewayInstanceArn)
gatewayInstanceArn
- The Amazon Resource Name (ARN) of the instance that you want to update.public String toString()
toString
in class Object
Object.toString()
public UpdateGatewayInstanceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()