@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) |
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.ConstantTypepublic String getConstantType()
The data type of the constant value that is used in a range filter. Valid values for this structure are
RANGE.
RANGE.ConstantTypepublic 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.ConstantTypepublic 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.ConstantTypepublic 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 ObjectObject.toString()public TopicRangeFilterConstant clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.