@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public ReportGroupTrendStats clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.