@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TopicRangeFilterConstant extends Object implements Serializable, Cloneable, StructuredPojo
A constant value that is used in a range filter to specify the endpoints of the range.
Constructor and Description |
---|
TopicRangeFilterConstant() |
Modifier and Type | Method and Description |
---|---|
TopicRangeFilterConstant |
clone() |
boolean |
equals(Object obj) |
String |
getConstantType()
The data type of the constant value that is used in a range filter.
|
RangeConstant |
getRangeConstant()
The value of the constant that is used to specify the endpoints of a range filter.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setConstantType(String constantType)
The data type of the constant value that is used in a range filter.
|
void |
setRangeConstant(RangeConstant rangeConstant)
The value of the constant that is used to specify the endpoints of a range filter.
|
String |
toString()
Returns a string representation of this object.
|
TopicRangeFilterConstant |
withConstantType(ConstantType constantType)
The data type of the constant value that is used in a range filter.
|
TopicRangeFilterConstant |
withConstantType(String constantType)
The data type of the constant value that is used in a range filter.
|
TopicRangeFilterConstant |
withRangeConstant(RangeConstant rangeConstant)
The value of the constant that is used to specify the endpoints of a range filter.
|
public void setConstantType(String constantType)
The data type of the constant value that is used in a range filter. Valid values for this structure are
RANGE
.
constantType
- The data type of the constant value that is used in a range filter. Valid values for this structure are
RANGE
.ConstantType
public String getConstantType()
The data type of the constant value that is used in a range filter. Valid values for this structure are
RANGE
.
RANGE
.ConstantType
public TopicRangeFilterConstant withConstantType(String constantType)
The data type of the constant value that is used in a range filter. Valid values for this structure are
RANGE
.
constantType
- The data type of the constant value that is used in a range filter. Valid values for this structure are
RANGE
.ConstantType
public TopicRangeFilterConstant withConstantType(ConstantType constantType)
The data type of the constant value that is used in a range filter. Valid values for this structure are
RANGE
.
constantType
- The data type of the constant value that is used in a range filter. Valid values for this structure are
RANGE
.ConstantType
public void setRangeConstant(RangeConstant rangeConstant)
The value of the constant that is used to specify the endpoints of a range filter.
rangeConstant
- The value of the constant that is used to specify the endpoints of a range filter.public RangeConstant getRangeConstant()
The value of the constant that is used to specify the endpoints of a range filter.
public TopicRangeFilterConstant withRangeConstant(RangeConstant rangeConstant)
The value of the constant that is used to specify the endpoints of a range filter.
rangeConstant
- The value of the constant that is used to specify the endpoints of a range filter.public String toString()
toString
in class Object
Object.toString()
public TopicRangeFilterConstant clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.