@Generated(value="software.amazon.awssdk:codegen") public final class ListSensorStatisticsRequest extends LookoutEquipmentRequest implements ToCopyableBuilder<ListSensorStatisticsRequest.Builder,ListSensorStatisticsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListSensorStatisticsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListSensorStatisticsRequest.Builder |
builder() |
String |
datasetName()
The name of the dataset associated with the list of Sensor Statistics.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
ingestionJobId()
The ingestion job id associated with the list of Sensor Statistics.
|
Integer |
maxResults()
Specifies the maximum number of sensors for which to retrieve statistics.
|
String |
nextToken()
An opaque pagination token indicating where to continue the listing of sensor statistics.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListSensorStatisticsRequest.Builder> |
serializableBuilderClass() |
ListSensorStatisticsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String datasetName()
The name of the dataset associated with the list of Sensor Statistics.
public final String ingestionJobId()
The ingestion job id associated with the list of Sensor Statistics. To get sensor statistics for a particular ingestion job id, both dataset name and ingestion job id must be submitted as inputs.
public final Integer maxResults()
Specifies the maximum number of sensors for which to retrieve statistics.
public final String nextToken()
An opaque pagination token indicating where to continue the listing of sensor statistics.
public ListSensorStatisticsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListSensorStatisticsRequest.Builder,ListSensorStatisticsRequest>toBuilder in class LookoutEquipmentRequestpublic static ListSensorStatisticsRequest.Builder builder()
public static Class<? extends ListSensorStatisticsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.