Class GetSendStatisticsResult
java.lang.Object
com.amazonaws.services.simpleemail.model.GetSendStatisticsResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
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.toString()
Returns a string representation of this object; useful for testing and debugging.withSendDataPoints
(SendDataPoint... sendDataPoints) A list of data points, each of which represents 15 minutes of activity.withSendDataPoints
(Collection<SendDataPoint> sendDataPoints) A list of data points, each of which represents 15 minutes of activity.
-
Constructor Details
-
GetSendStatisticsResult
public GetSendStatisticsResult()
-
-
Method Details
-
getSendDataPoints
A list of data points, each of which represents 15 minutes of activity.
- Returns:
- A list of data points, each of which represents 15 minutes of activity.
-
setSendDataPoints
A list of data points, each of which represents 15 minutes of activity.
- Parameters:
sendDataPoints
- A list of data points, each of which represents 15 minutes of activity.
-
withSendDataPoints
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)
orwithSendDataPoints(java.util.Collection)
if you want to override the existing values.- Parameters:
sendDataPoints
- A list of data points, each of which represents 15 minutes of activity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withSendDataPoints
A list of data points, each of which represents 15 minutes of activity.
- Parameters:
sendDataPoints
- A list of data points, each of which represents 15 minutes of activity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-