Class GetSendStatisticsResult

java.lang.Object
com.amazonaws.services.simpleemail.model.GetSendStatisticsResult
All Implemented Interfaces:
Serializable, Cloneable

public class GetSendStatisticsResult extends Object implements Serializable, Cloneable
See Also:
  • Constructor Details

    • GetSendStatisticsResult

      public GetSendStatisticsResult()
  • Method Details

    • getSendDataPoints

      public List<SendDataPoint> 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

      public void setSendDataPoints(Collection<SendDataPoint> sendDataPoints)

      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

      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.

      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

      public GetSendStatisticsResult withSendDataPoints(Collection<SendDataPoint> sendDataPoints)

      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

      public String toString()
      Returns a string representation of this object; useful for testing and debugging.
      Overrides:
      toString in class Object
      Returns:
      A string representation of this object.
      See Also:
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      public GetSendStatisticsResult clone()
      Overrides:
      clone in class Object