@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReportGroupTrendStats extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
ReportGroupTrendStats() |
| Modifier and Type | Method and Description |
|---|---|
ReportGroupTrendStats |
clone() |
boolean |
equals(Object obj) |
String |
getAverage() |
String |
getMax() |
String |
getMin() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAverage(String average) |
void |
setMax(String max) |
void |
setMin(String min) |
String |
toString()
Returns a string representation of this object.
|
ReportGroupTrendStats |
withAverage(String average) |
ReportGroupTrendStats |
withMax(String max) |
ReportGroupTrendStats |
withMin(String min) |
public void setAverage(String average)
average - public String getAverage()
public ReportGroupTrendStats withAverage(String average)
average - public void setMax(String max)
max - public String getMax()
public ReportGroupTrendStats withMax(String max)
max - public void setMin(String min)
min - public String getMin()
public ReportGroupTrendStats withMin(String min)
min - public String toString()
toString in class ObjectObject.toString()public ReportGroupTrendStats clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.