@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModifyVpnConnectionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<ModifyVpnConnectionRequest>
NOOP
Constructor and Description |
---|
ModifyVpnConnectionRequest() |
Modifier and Type | Method and Description |
---|---|
ModifyVpnConnectionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Request<ModifyVpnConnectionRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
String |
getTransitGatewayId() |
String |
getVpnConnectionId() |
String |
getVpnGatewayId() |
int |
hashCode() |
void |
setTransitGatewayId(String transitGatewayId) |
void |
setVpnConnectionId(String vpnConnectionId) |
void |
setVpnGatewayId(String vpnGatewayId) |
String |
toString()
Returns a string representation of this object.
|
ModifyVpnConnectionRequest |
withTransitGatewayId(String transitGatewayId) |
ModifyVpnConnectionRequest |
withVpnConnectionId(String vpnConnectionId) |
ModifyVpnConnectionRequest |
withVpnGatewayId(String vpnGatewayId) |
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 setVpnConnectionId(String vpnConnectionId)
vpnConnectionId
- public String getVpnConnectionId()
public ModifyVpnConnectionRequest withVpnConnectionId(String vpnConnectionId)
vpnConnectionId
- public void setTransitGatewayId(String transitGatewayId)
transitGatewayId
- public String getTransitGatewayId()
public ModifyVpnConnectionRequest withTransitGatewayId(String transitGatewayId)
transitGatewayId
- public void setVpnGatewayId(String vpnGatewayId)
vpnGatewayId
- public String getVpnGatewayId()
public ModifyVpnConnectionRequest withVpnGatewayId(String vpnGatewayId)
vpnGatewayId
- public Request<ModifyVpnConnectionRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<ModifyVpnConnectionRequest>
public String toString()
toString
in class Object
Object.toString()
public ModifyVpnConnectionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.