@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModifyTransitGatewayRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<ModifyTransitGatewayRequest>
NOOP| Constructor and Description | 
|---|
ModifyTransitGatewayRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
ModifyTransitGatewayRequest | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getDescription()
 The description for the transit gateway. 
 | 
Request<ModifyTransitGatewayRequest> | 
getDryRunRequest()
This method is intended for internal use only. 
 | 
ModifyTransitGatewayOptions | 
getOptions()
 The options to modify. 
 | 
String | 
getTransitGatewayId()
 The ID of the transit gateway. 
 | 
int | 
hashCode()  | 
void | 
setDescription(String description)
 The description for the transit gateway. 
 | 
void | 
setOptions(ModifyTransitGatewayOptions options)
 The options to modify. 
 | 
void | 
setTransitGatewayId(String transitGatewayId)
 The ID of the transit gateway. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
ModifyTransitGatewayRequest | 
withDescription(String description)
 The description for the transit gateway. 
 | 
ModifyTransitGatewayRequest | 
withOptions(ModifyTransitGatewayOptions options)
 The options to modify. 
 | 
ModifyTransitGatewayRequest | 
withTransitGatewayId(String transitGatewayId)
 The ID of the transit gateway. 
 | 
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setTransitGatewayId(String transitGatewayId)
The ID of the transit gateway.
transitGatewayId - The ID of the transit gateway.public String getTransitGatewayId()
The ID of the transit gateway.
public ModifyTransitGatewayRequest withTransitGatewayId(String transitGatewayId)
The ID of the transit gateway.
transitGatewayId - The ID of the transit gateway.public void setDescription(String description)
The description for the transit gateway.
description - The description for the transit gateway.public String getDescription()
The description for the transit gateway.
public ModifyTransitGatewayRequest withDescription(String description)
The description for the transit gateway.
description - The description for the transit gateway.public void setOptions(ModifyTransitGatewayOptions options)
The options to modify.
options - The options to modify.public ModifyTransitGatewayOptions getOptions()
The options to modify.
public ModifyTransitGatewayRequest withOptions(ModifyTransitGatewayOptions options)
The options to modify.
options - The options to modify.public Request<ModifyTransitGatewayRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<ModifyTransitGatewayRequest>public String toString()
toString in class ObjectObject.toString()public ModifyTransitGatewayRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.