@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 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.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String applicationId()
The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
public final String campaignId()
The unique identifier for the campaign.
public final 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 final 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 final 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 final 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 final 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 GetCampaignDateRangeKpiRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<GetCampaignDateRangeKpiRequest.Builder,GetCampaignDateRangeKpiRequest>
toBuilder
in class PinpointRequest
public static GetCampaignDateRangeKpiRequest.Builder builder()
public static Class<? extends GetCampaignDateRangeKpiRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsRequest
public final boolean equals(Object obj)
equals
in class AwsRequest
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2021. All rights reserved.