@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ApplicationDateRangeKpiResponse extends Object implements Serializable, Cloneable, StructuredPojo
Provides the results of a query that retrieved the data for a standard metric that applies to an application, and provides information about that query.
Constructor and Description |
---|
ApplicationDateRangeKpiResponse() |
Modifier and Type | Method and Description |
---|---|
ApplicationDateRangeKpiResponse |
clone() |
boolean |
equals(Object obj) |
String |
getApplicationId()
The unique identifier for the application that the metric applies to.
|
Date |
getEndTime()
The last date and time of the date range that was used to filter the query results, in extended ISO 8601 format.
|
String |
getKpiName()
The name of the metric, also referred to as a key performance indicator (KPI), that the data was retrieved
for.
|
BaseKpiResult |
getKpiResult()
An array of objects that contains the results of the query.
|
String |
getNextToken()
The string to use in a subsequent request to get the next page of results in a paginated response.
|
Date |
getStartTime()
The first date and time of the date range that was used to filter the query results, in extended ISO 8601 format.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setApplicationId(String applicationId)
The unique identifier for the application that the metric applies to.
|
void |
setEndTime(Date endTime)
The last date and time of the date range that was used to filter the query results, in extended ISO 8601 format.
|
void |
setKpiName(String kpiName)
The name of the metric, also referred to as a key performance indicator (KPI), that the data was retrieved
for.
|
void |
setKpiResult(BaseKpiResult kpiResult)
An array of objects that contains the results of the query.
|
void |
setNextToken(String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response.
|
void |
setStartTime(Date startTime)
The first date and time of the date range that was used to filter the query results, in extended ISO 8601 format.
|
String |
toString()
Returns a string representation of this object.
|
ApplicationDateRangeKpiResponse |
withApplicationId(String applicationId)
The unique identifier for the application that the metric applies to.
|
ApplicationDateRangeKpiResponse |
withEndTime(Date endTime)
The last date and time of the date range that was used to filter the query results, in extended ISO 8601 format.
|
ApplicationDateRangeKpiResponse |
withKpiName(String kpiName)
The name of the metric, also referred to as a key performance indicator (KPI), that the data was retrieved
for.
|
ApplicationDateRangeKpiResponse |
withKpiResult(BaseKpiResult kpiResult)
An array of objects that contains the results of the query.
|
ApplicationDateRangeKpiResponse |
withNextToken(String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response.
|
ApplicationDateRangeKpiResponse |
withStartTime(Date startTime)
The first date and time of the date range that was used to filter the query results, in extended ISO 8601 format.
|
public void setApplicationId(String applicationId)
The unique identifier for the application that the metric applies to.
applicationId
- The unique identifier for the application that the metric applies to.public String getApplicationId()
The unique identifier for the application that the metric applies to.
public ApplicationDateRangeKpiResponse withApplicationId(String applicationId)
The unique identifier for the application that the metric applies to.
applicationId
- The unique identifier for the application that the metric applies to.public void setEndTime(Date endTime)
The last date and time of the date range that was used to filter the query results, in extended ISO 8601 format. The date range is inclusive.
endTime
- The last date and time of the date range that was used to filter the query results, in extended ISO 8601
format. The date range is inclusive.public Date getEndTime()
The last date and time of the date range that was used to filter the query results, in extended ISO 8601 format. The date range is inclusive.
public ApplicationDateRangeKpiResponse withEndTime(Date endTime)
The last date and time of the date range that was used to filter the query results, in extended ISO 8601 format. The date range is inclusive.
endTime
- The last date and time of the date range that was used to filter the query results, in extended ISO 8601
format. The date range is inclusive.public void setKpiName(String kpiName)
The name of the metric, also referred to as a key performance indicator (KPI), that the data was retrieved 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. For a list of possible values, see the Amazon Pinpoint Developer Guide.
kpiName
- The name of the metric, also referred to as a key performance indicator (KPI), that the data was
retrieved 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. For a list of possible values, see
the Amazon
Pinpoint Developer Guide.public String getKpiName()
The name of the metric, also referred to as a key performance indicator (KPI), that the data was retrieved 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. For a list of possible values, see the Amazon Pinpoint Developer Guide.
public ApplicationDateRangeKpiResponse withKpiName(String kpiName)
The name of the metric, also referred to as a key performance indicator (KPI), that the data was retrieved 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. For a list of possible values, see the Amazon Pinpoint Developer Guide.
kpiName
- The name of the metric, also referred to as a key performance indicator (KPI), that the data was
retrieved 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. For a list of possible values, see
the Amazon
Pinpoint Developer Guide.public void setKpiResult(BaseKpiResult kpiResult)
An array of objects that contains the results of the query. Each object contains the value for the metric and metadata about that value.
kpiResult
- An array of objects that contains the results of the query. Each object contains the value for the metric
and metadata about that value.public BaseKpiResult getKpiResult()
An array of objects that contains the results of the query. Each object contains the value for the metric and metadata about that value.
public ApplicationDateRangeKpiResponse withKpiResult(BaseKpiResult kpiResult)
An array of objects that contains the results of the query. Each object contains the value for the metric and metadata about that value.
kpiResult
- An array of objects that contains the results of the query. Each object contains the value for the metric
and metadata about that value.public void setNextToken(String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response. This value is null for the Application Metrics resource because the resource returns all results in a single page.
nextToken
- The string to use in a subsequent request to get the next page of results in a paginated response. This
value is null for the Application Metrics resource because the resource returns all results in a single
page.public String getNextToken()
The string to use in a subsequent request to get the next page of results in a paginated response. This value is null for the Application Metrics resource because the resource returns all results in a single page.
public ApplicationDateRangeKpiResponse withNextToken(String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response. This value is null for the Application Metrics resource because the resource returns all results in a single page.
nextToken
- The string to use in a subsequent request to get the next page of results in a paginated response. This
value is null for the Application Metrics resource because the resource returns all results in a single
page.public void setStartTime(Date startTime)
The first date and time of the date range that was used to filter the query results, in extended ISO 8601 format. The date range is inclusive.
startTime
- The first date and time of the date range that was used to filter the query results, in extended ISO 8601
format. The date range is inclusive.public Date getStartTime()
The first date and time of the date range that was used to filter the query results, in extended ISO 8601 format. The date range is inclusive.
public ApplicationDateRangeKpiResponse withStartTime(Date startTime)
The first date and time of the date range that was used to filter the query results, in extended ISO 8601 format. The date range is inclusive.
startTime
- The first date and time of the date range that was used to filter the query results, in extended ISO 8601
format. The date range is inclusive.public String toString()
toString
in class Object
Object.toString()
public ApplicationDateRangeKpiResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.