@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CloseTunnelRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CloseTunnelRequest() |
| Modifier and Type | Method and Description |
|---|---|
CloseTunnelRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Boolean |
getDelete()
When set to true, IoT Secure Tunneling deletes the tunnel data immediately.
|
String |
getTunnelId()
The ID of the tunnel to close.
|
int |
hashCode() |
Boolean |
isDelete()
When set to true, IoT Secure Tunneling deletes the tunnel data immediately.
|
void |
setDelete(Boolean delete)
When set to true, IoT Secure Tunneling deletes the tunnel data immediately.
|
void |
setTunnelId(String tunnelId)
The ID of the tunnel to close.
|
String |
toString()
Returns a string representation of this object.
|
CloseTunnelRequest |
withDelete(Boolean delete)
When set to true, IoT Secure Tunneling deletes the tunnel data immediately.
|
CloseTunnelRequest |
withTunnelId(String tunnelId)
The ID of the tunnel to close.
|
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, withSdkRequestTimeoutpublic void setTunnelId(String tunnelId)
The ID of the tunnel to close.
tunnelId - The ID of the tunnel to close.public String getTunnelId()
The ID of the tunnel to close.
public CloseTunnelRequest withTunnelId(String tunnelId)
The ID of the tunnel to close.
tunnelId - The ID of the tunnel to close.public void setDelete(Boolean delete)
When set to true, IoT Secure Tunneling deletes the tunnel data immediately.
delete - When set to true, IoT Secure Tunneling deletes the tunnel data immediately.public Boolean getDelete()
When set to true, IoT Secure Tunneling deletes the tunnel data immediately.
public CloseTunnelRequest withDelete(Boolean delete)
When set to true, IoT Secure Tunneling deletes the tunnel data immediately.
delete - When set to true, IoT Secure Tunneling deletes the tunnel data immediately.public Boolean isDelete()
When set to true, IoT Secure Tunneling deletes the tunnel data immediately.
public String toString()
toString in class ObjectObject.toString()public CloseTunnelRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()