@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSendStatisticsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents a list of data points. This list contains aggregated data from the previous two weeks of your sending activity with Amazon SES.
| Constructor and Description |
|---|
GetSendStatisticsResult () |
| Modifier and Type | Method and Description |
|---|---|
GetSendStatisticsResult |
clone () |
boolean |
equals (Object obj) |
List<SendDataPoint> |
getSendDataPoints ()
A list of data points, each of which represents 15 minutes of activity.
|
int |
hashCode () |
void |
setSendDataPoints (Collection<SendDataPoint> sendDataPoints)
A list of data points, each of which represents 15 minutes of activity.
|
String |
toString ()
Returns a string representation of this object.
|
GetSendStatisticsResult |
withSendDataPoints (Collection<SendDataPoint> sendDataPoints)
A list of data points, each of which represents 15 minutes of activity.
|
GetSendStatisticsResult |
withSendDataPoints (SendDataPoint... sendDataPoints)
A list of data points, each of which represents 15 minutes of activity.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata public GetSendStatisticsResult()
public List<SendDataPoint> getSendDataPoints()
A list of data points, each of which represents 15 minutes of activity.
public void setSendDataPoints(Collection<SendDataPoint> sendDataPoints)
A list of data points, each of which represents 15 minutes of activity.
sendDataPoints - A list of data points, each of which represents 15 minutes of activity.public GetSendStatisticsResult withSendDataPoints(SendDataPoint... sendDataPoints)
A list of data points, each of which represents 15 minutes of activity.
NOTE: This method appends the values to the existing list (if any). Use
setSendDataPoints(java.util.Collection) or withSendDataPoints(java.util.Collection) if you want
to override the existing values.
sendDataPoints - A list of data points, each of which represents 15 minutes of activity.public GetSendStatisticsResult withSendDataPoints(Collection<SendDataPoint> sendDataPoints)
A list of data points, each of which represents 15 minutes of activity.
sendDataPoints - A list of data points, each of which represents 15 minutes of activity.public String toString()
toString in class Object Object.toString() public GetSendStatisticsResult clone()