@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OpenTunnelRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
OpenTunnelRequest() |
Modifier and Type | Method and Description |
---|---|
OpenTunnelRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDescription()
A short text description of the tunnel.
|
DestinationConfig |
getDestinationConfig()
The destination configuration for the OpenTunnel request.
|
List<Tag> |
getTags()
A collection of tag metadata.
|
TimeoutConfig |
getTimeoutConfig()
Timeout configuration for a tunnel.
|
int |
hashCode() |
void |
setDescription(String description)
A short text description of the tunnel.
|
void |
setDestinationConfig(DestinationConfig destinationConfig)
The destination configuration for the OpenTunnel request.
|
void |
setTags(Collection<Tag> tags)
A collection of tag metadata.
|
void |
setTimeoutConfig(TimeoutConfig timeoutConfig)
Timeout configuration for a tunnel.
|
String |
toString()
Returns a string representation of this object.
|
OpenTunnelRequest |
withDescription(String description)
A short text description of the tunnel.
|
OpenTunnelRequest |
withDestinationConfig(DestinationConfig destinationConfig)
The destination configuration for the OpenTunnel request.
|
OpenTunnelRequest |
withTags(Collection<Tag> tags)
A collection of tag metadata.
|
OpenTunnelRequest |
withTags(Tag... tags)
A collection of tag metadata.
|
OpenTunnelRequest |
withTimeoutConfig(TimeoutConfig timeoutConfig)
Timeout configuration for a tunnel.
|
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 setDescription(String description)
A short text description of the tunnel.
description
- A short text description of the tunnel.public String getDescription()
A short text description of the tunnel.
public OpenTunnelRequest withDescription(String description)
A short text description of the tunnel.
description
- A short text description of the tunnel.public List<Tag> getTags()
A collection of tag metadata.
public void setTags(Collection<Tag> tags)
A collection of tag metadata.
tags
- A collection of tag metadata.public OpenTunnelRequest withTags(Tag... tags)
A collection of tag metadata.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection)
or withTags(java.util.Collection)
if you want to override the
existing values.
tags
- A collection of tag metadata.public OpenTunnelRequest withTags(Collection<Tag> tags)
A collection of tag metadata.
tags
- A collection of tag metadata.public void setDestinationConfig(DestinationConfig destinationConfig)
The destination configuration for the OpenTunnel request.
destinationConfig
- The destination configuration for the OpenTunnel request.public DestinationConfig getDestinationConfig()
The destination configuration for the OpenTunnel request.
public OpenTunnelRequest withDestinationConfig(DestinationConfig destinationConfig)
The destination configuration for the OpenTunnel request.
destinationConfig
- The destination configuration for the OpenTunnel request.public void setTimeoutConfig(TimeoutConfig timeoutConfig)
Timeout configuration for a tunnel.
timeoutConfig
- Timeout configuration for a tunnel.public TimeoutConfig getTimeoutConfig()
Timeout configuration for a tunnel.
public OpenTunnelRequest withTimeoutConfig(TimeoutConfig timeoutConfig)
Timeout configuration for a tunnel.
timeoutConfig
- Timeout configuration for a tunnel.public String toString()
toString
in class Object
Object.toString()
public OpenTunnelRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Privacy | Site terms | Cookie preferences | © 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.