@Generated(value="software.amazon.awssdk:codegen") public final class GetApplicationDateRangeKpiRequest extends PinpointRequest implements ToCopyableBuilder<GetApplicationDateRangeKpiRequest.Builder,GetApplicationDateRangeKpiRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetApplicationDateRangeKpiRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
applicationId()
The unique identifier for the application.
|
static GetApplicationDateRangeKpiRequest.Builder |
builder() |
Instant |
endTime()
The last date and time to retrieve data for, as part of an inclusive date range that filters the query results.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
kpiName()
The name of the metric, also referred to as a key performance indicator (KPI), to retrieve data for.
|
String |
nextToken()
The string that specifies which page of results to return in a paginated response.
|
String |
pageSize()
The maximum number of items to include in each page of a paginated response.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetApplicationDateRangeKpiRequest.Builder> |
serializableBuilderClass() |
Instant |
startTime()
The first date and time to retrieve data for, as part of an inclusive date range that filters the query results.
|
GetApplicationDateRangeKpiRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String applicationId()
The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
public Instant endTime()
The last date and time to retrieve data for, as part of an inclusive date range that filters the query results. This value should be in extended ISO 8601 format and use Coordinated Universal Time (UTC), for example: 2019-07-26T20:00:00Z for 8:00 PM UTC July 26, 2019.
public String kpiName()
The name of the metric, also referred to as a key performance indicator (KPI), to retrieve data for. This value describes the associated metric and consists of two or more terms, which are comprised of lowercase alphanumeric characters, separated by a hyphen. Examples are email-open-rate and successful-delivery-rate. For a list of valid values, see the Amazon Pinpoint Developer Guide.
public String nextToken()
The string that specifies which page of results to return in a paginated response. This parameter is not supported for application, campaign, and journey metrics.
public String pageSize()
The maximum number of items to include in each page of a paginated response. This parameter is not supported for application, campaign, and journey metrics.
public Instant startTime()
The first date and time to retrieve data for, as part of an inclusive date range that filters the query results. This value should be in extended ISO 8601 format and use Coordinated Universal Time (UTC), for example: 2019-07-19T20:00:00Z for 8:00 PM UTC July 19, 2019. This value should also be fewer than 90 days from the current day.
public GetApplicationDateRangeKpiRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetApplicationDateRangeKpiRequest.Builder,GetApplicationDateRangeKpiRequest>toBuilder in class PinpointRequestpublic static GetApplicationDateRangeKpiRequest.Builder builder()
public static Class<? extends GetApplicationDateRangeKpiRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.