@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LongRangeType extends Object implements Serializable, Cloneable, StructuredPojo
Filter based on size (in bytes).
| Constructor and Description |
|---|
LongRangeType() |
| Modifier and Type | Method and Description |
|---|---|
LongRangeType |
clone() |
boolean |
equals(Object obj) |
Long |
getEndValue()
The size end range (in bytes).
|
Long |
getStartValue()
The size start range (in bytes).
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setEndValue(Long endValue)
The size end range (in bytes).
|
void |
setStartValue(Long startValue)
The size start range (in bytes).
|
String |
toString()
Returns a string representation of this object.
|
LongRangeType |
withEndValue(Long endValue)
The size end range (in bytes).
|
LongRangeType |
withStartValue(Long startValue)
The size start range (in bytes).
|
public void setStartValue(Long startValue)
The size start range (in bytes).
startValue - The size start range (in bytes).public Long getStartValue()
The size start range (in bytes).
public LongRangeType withStartValue(Long startValue)
The size start range (in bytes).
startValue - The size start range (in bytes).public void setEndValue(Long endValue)
The size end range (in bytes).
endValue - The size end range (in bytes).public Long getEndValue()
The size end range (in bytes).
public LongRangeType withEndValue(Long endValue)
The size end range (in bytes).
endValue - The size end range (in bytes).public String toString()
toString in class ObjectObject.toString()public LongRangeType clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.