@Generated(value="software.amazon.awssdk:codegen") public final class GetCampaignDateRangeKpiRequest extends PinpointRequest implements ToCopyableBuilder<GetCampaignDateRangeKpiRequest.Builder,GetCampaignDateRangeKpiRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetCampaignDateRangeKpiRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
applicationId()
The unique identifier for the application.
|
static GetCampaignDateRangeKpiRequest.Builder |
builder() |
String |
campaignId()
The unique identifier for the campaign.
|
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 NextToken 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 GetCampaignDateRangeKpiRequest.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.
|
GetCampaignDateRangeKpiRequest.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 String campaignId()
The unique identifier for the campaign.
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, for example: 2019-07-19T00:00:00Z for July 19, 2019 and 2019-07-19T20:00:00Z for 8:00 PM July 19, 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 NextToken string that specifies which page of results to return in a paginated response. This parameter is currently not supported by the Application Metrics and Campaign Metrics resources.
public String pageSize()
The maximum number of items to include in each page of a paginated response. This parameter is currently not supported by the Application Metrics and Campaign Metrics resources.
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, for example: 2019-07-15T00:00:00Z for July 15, 2019 and 2019-07-15T16:00:00Z for 4:00 PM July 15, 2019.
public GetCampaignDateRangeKpiRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetCampaignDateRangeKpiRequest.Builder,GetCampaignDateRangeKpiRequest>toBuilder in class PinpointRequestpublic static GetCampaignDateRangeKpiRequest.Builder builder()
public static Class<? extends GetCampaignDateRangeKpiRequest.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 © 2019. All rights reserved.