@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReportGroupTrendStats extends Object implements Serializable, Cloneable, StructuredPojo
Contains trend statistics for a set of reports. The actual values depend on the type of trend being collected. For more information, see .
Constructor and Description |
---|
ReportGroupTrendStats() |
Modifier and Type | Method and Description |
---|---|
ReportGroupTrendStats |
clone() |
boolean |
equals(Object obj) |
String |
getAverage()
Contains the average of all values analyzed.
|
String |
getMax()
Contains the maximum value analyzed.
|
String |
getMin()
Contains the minimum value analyzed.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAverage(String average)
Contains the average of all values analyzed.
|
void |
setMax(String max)
Contains the maximum value analyzed.
|
void |
setMin(String min)
Contains the minimum value analyzed.
|
String |
toString()
Returns a string representation of this object.
|
ReportGroupTrendStats |
withAverage(String average)
Contains the average of all values analyzed.
|
ReportGroupTrendStats |
withMax(String max)
Contains the maximum value analyzed.
|
ReportGroupTrendStats |
withMin(String min)
Contains the minimum value analyzed.
|
public void setAverage(String average)
Contains the average of all values analyzed.
average
- Contains the average of all values analyzed.public String getAverage()
Contains the average of all values analyzed.
public ReportGroupTrendStats withAverage(String average)
Contains the average of all values analyzed.
average
- Contains the average of all values analyzed.public void setMax(String max)
Contains the maximum value analyzed.
max
- Contains the maximum value analyzed.public String getMax()
Contains the maximum value analyzed.
public ReportGroupTrendStats withMax(String max)
Contains the maximum value analyzed.
max
- Contains the maximum value analyzed.public void setMin(String min)
Contains the minimum value analyzed.
min
- Contains the minimum value analyzed.public String getMin()
Contains the minimum value analyzed.
public ReportGroupTrendStats withMin(String min)
Contains the minimum value analyzed.
min
- Contains the minimum value analyzed.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.