@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TcpTimeout extends Object implements Serializable, Cloneable, StructuredPojo
An object that represents types of timeouts.
Constructor and Description |
---|
TcpTimeout() |
Modifier and Type | Method and Description |
---|---|
TcpTimeout |
clone() |
boolean |
equals(Object obj) |
Duration |
getIdle() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setIdle(Duration idle) |
String |
toString()
Returns a string representation of this object.
|
TcpTimeout |
withIdle(Duration idle) |
public void setIdle(Duration idle)
idle
- public Duration getIdle()
public TcpTimeout withIdle(Duration idle)
idle
- public String toString()
toString
in class Object
Object.toString()
public TcpTimeout 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.