@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TimeoutConfig extends Object implements Serializable, Cloneable, StructuredPojo
Tunnel timeout configuration.
Constructor and Description |
---|
TimeoutConfig() |
Modifier and Type | Method and Description |
---|---|
TimeoutConfig |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxLifetimeTimeoutMinutes()
The maximum amount of time (in minutes) a tunnel can remain open.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setMaxLifetimeTimeoutMinutes(Integer maxLifetimeTimeoutMinutes)
The maximum amount of time (in minutes) a tunnel can remain open.
|
String |
toString()
Returns a string representation of this object.
|
TimeoutConfig |
withMaxLifetimeTimeoutMinutes(Integer maxLifetimeTimeoutMinutes)
The maximum amount of time (in minutes) a tunnel can remain open.
|
public void setMaxLifetimeTimeoutMinutes(Integer maxLifetimeTimeoutMinutes)
The maximum amount of time (in minutes) a tunnel can remain open. If not specified, maxLifetimeTimeoutMinutes defaults to 720 minutes. Valid values are from 1 minute to 12 hours (720 minutes)
maxLifetimeTimeoutMinutes
- The maximum amount of time (in minutes) a tunnel can remain open. If not specified,
maxLifetimeTimeoutMinutes defaults to 720 minutes. Valid values are from 1 minute to 12 hours (720
minutes)public Integer getMaxLifetimeTimeoutMinutes()
The maximum amount of time (in minutes) a tunnel can remain open. If not specified, maxLifetimeTimeoutMinutes defaults to 720 minutes. Valid values are from 1 minute to 12 hours (720 minutes)
public TimeoutConfig withMaxLifetimeTimeoutMinutes(Integer maxLifetimeTimeoutMinutes)
The maximum amount of time (in minutes) a tunnel can remain open. If not specified, maxLifetimeTimeoutMinutes defaults to 720 minutes. Valid values are from 1 minute to 12 hours (720 minutes)
maxLifetimeTimeoutMinutes
- The maximum amount of time (in minutes) a tunnel can remain open. If not specified,
maxLifetimeTimeoutMinutes defaults to 720 minutes. Valid values are from 1 minute to 12 hours (720
minutes)public String toString()
toString
in class Object
Object.toString()
public TimeoutConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.