@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FilterAggMetrics extends Object implements Serializable, Cloneable, StructuredPojo
The definition for the FilterAggMetrics.
| Constructor and Description |
|---|
FilterAggMetrics() |
| Modifier and Type | Method and Description |
|---|---|
FilterAggMetrics |
clone() |
boolean |
equals(Object obj) |
String |
getFunction()
The function for the
FilterAggMetrics. |
Identifier |
getMetricOperand()
The metric operand of the
FilterAggMetrics. |
String |
getSortDirection()
The sort direction for
FilterAggMetrics. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setFunction(String function)
The function for the
FilterAggMetrics. |
void |
setMetricOperand(Identifier metricOperand)
The metric operand of the
FilterAggMetrics. |
void |
setSortDirection(String sortDirection)
The sort direction for
FilterAggMetrics. |
String |
toString()
Returns a string representation of this object.
|
FilterAggMetrics |
withFunction(AggType function)
The function for the
FilterAggMetrics. |
FilterAggMetrics |
withFunction(String function)
The function for the
FilterAggMetrics. |
FilterAggMetrics |
withMetricOperand(Identifier metricOperand)
The metric operand of the
FilterAggMetrics. |
FilterAggMetrics |
withSortDirection(String sortDirection)
The sort direction for
FilterAggMetrics. |
FilterAggMetrics |
withSortDirection(TopicSortDirection sortDirection)
The sort direction for
FilterAggMetrics. |
public void setMetricOperand(Identifier metricOperand)
The metric operand of the FilterAggMetrics.
metricOperand - The metric operand of the FilterAggMetrics.public Identifier getMetricOperand()
The metric operand of the FilterAggMetrics.
FilterAggMetrics.public FilterAggMetrics withMetricOperand(Identifier metricOperand)
The metric operand of the FilterAggMetrics.
metricOperand - The metric operand of the FilterAggMetrics.public void setFunction(String function)
The function for the FilterAggMetrics.
function - The function for the FilterAggMetrics.AggTypepublic String getFunction()
The function for the FilterAggMetrics.
FilterAggMetrics.AggTypepublic FilterAggMetrics withFunction(String function)
The function for the FilterAggMetrics.
function - The function for the FilterAggMetrics.AggTypepublic FilterAggMetrics withFunction(AggType function)
The function for the FilterAggMetrics.
function - The function for the FilterAggMetrics.AggTypepublic void setSortDirection(String sortDirection)
The sort direction for FilterAggMetrics.
sortDirection - The sort direction for FilterAggMetrics.TopicSortDirectionpublic String getSortDirection()
The sort direction for FilterAggMetrics.
FilterAggMetrics.TopicSortDirectionpublic FilterAggMetrics withSortDirection(String sortDirection)
The sort direction for FilterAggMetrics.
sortDirection - The sort direction for FilterAggMetrics.TopicSortDirectionpublic FilterAggMetrics withSortDirection(TopicSortDirection sortDirection)
The sort direction for FilterAggMetrics.
sortDirection - The sort direction for FilterAggMetrics.TopicSortDirectionpublic String toString()
toString in class ObjectObject.toString()public FilterAggMetrics clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.