@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AmazonopensearchserviceRetryOptions extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
AmazonopensearchserviceRetryOptions() |
Modifier and Type | Method and Description |
---|---|
AmazonopensearchserviceRetryOptions |
clone() |
boolean |
equals(Object obj) |
Integer |
getDurationInSeconds() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDurationInSeconds(Integer durationInSeconds) |
String |
toString()
Returns a string representation of this object.
|
AmazonopensearchserviceRetryOptions |
withDurationInSeconds(Integer durationInSeconds) |
public void setDurationInSeconds(Integer durationInSeconds)
durationInSeconds
- public Integer getDurationInSeconds()
public AmazonopensearchserviceRetryOptions withDurationInSeconds(Integer durationInSeconds)
durationInSeconds
- public String toString()
toString
in class Object
Object.toString()
public AmazonopensearchserviceRetryOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.