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