@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CisNumberFilter extends Object implements Serializable, Cloneable, StructuredPojo
The CIS number filter.
| Constructor and Description |
|---|
CisNumberFilter() |
| Modifier and Type | Method and Description |
|---|---|
CisNumberFilter |
clone() |
boolean |
equals(Object obj) |
Integer |
getLowerInclusive()
The CIS number filter's lower inclusive.
|
Integer |
getUpperInclusive()
The CIS number filter's upper inclusive.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setLowerInclusive(Integer lowerInclusive)
The CIS number filter's lower inclusive.
|
void |
setUpperInclusive(Integer upperInclusive)
The CIS number filter's upper inclusive.
|
String |
toString()
Returns a string representation of this object.
|
CisNumberFilter |
withLowerInclusive(Integer lowerInclusive)
The CIS number filter's lower inclusive.
|
CisNumberFilter |
withUpperInclusive(Integer upperInclusive)
The CIS number filter's upper inclusive.
|
public void setLowerInclusive(Integer lowerInclusive)
The CIS number filter's lower inclusive.
lowerInclusive - The CIS number filter's lower inclusive.public Integer getLowerInclusive()
The CIS number filter's lower inclusive.
public CisNumberFilter withLowerInclusive(Integer lowerInclusive)
The CIS number filter's lower inclusive.
lowerInclusive - The CIS number filter's lower inclusive.public void setUpperInclusive(Integer upperInclusive)
The CIS number filter's upper inclusive.
upperInclusive - The CIS number filter's upper inclusive.public Integer getUpperInclusive()
The CIS number filter's upper inclusive.
public CisNumberFilter withUpperInclusive(Integer upperInclusive)
The CIS number filter's upper inclusive.
upperInclusive - The CIS number filter's upper inclusive.public String toString()
toString in class ObjectObject.toString()public CisNumberFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.