ToCopyableBuilder<GetSendStatisticsResponse.Builder,GetSendStatisticsResponse>
@Generated("software.amazon.awssdk:codegen") public class GetSendStatisticsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetSendStatisticsResponse.Builder,GetSendStatisticsResponse>
Represents a list of data points. This list contains aggregated data from the previous two weeks of your sending activity with Amazon SES.
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetSendStatisticsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static GetSendStatisticsResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<SendDataPoint> |
sendDataPoints() |
A list of data points, each of which represents 15 minutes of activity.
|
static Class<? extends GetSendStatisticsResponse.Builder> |
serializableBuilderClass() |
|
GetSendStatisticsResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public List<SendDataPoint> sendDataPoints()
A list of data points, each of which represents 15 minutes of activity.
public GetSendStatisticsResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetSendStatisticsResponse.Builder,GetSendStatisticsResponse>
public static GetSendStatisticsResponse.Builder builder()
public static Class<? extends GetSendStatisticsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.