@Generated(value="software.amazon.awssdk:codegen") public final class ListTimeSeriesRequest extends IoTSiteWiseRequest implements ToCopyableBuilder<ListTimeSeriesRequest.Builder,ListTimeSeriesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListTimeSeriesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
aliasPrefix()
The alias prefix of the time series.
|
String |
assetId()
The ID of the asset in which the asset property was created.
|
static ListTimeSeriesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of results to return for each paginated request.
|
String |
nextToken()
The token to be used for the next set of paginated results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListTimeSeriesRequest.Builder> |
serializableBuilderClass() |
ListTimeSeriesType |
timeSeriesType()
The type of the time series.
|
String |
timeSeriesTypeAsString()
The type of the time series.
|
ListTimeSeriesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String nextToken()
The token to be used for the next set of paginated results.
public final Integer maxResults()
The maximum number of results to return for each paginated request.
public final String assetId()
The ID of the asset in which the asset property was created.
public final String aliasPrefix()
The alias prefix of the time series.
public final ListTimeSeriesType timeSeriesType()
The type of the time series. The time series type can be one of the following values:
ASSOCIATED – The time series is associated with an asset property.
DISASSOCIATED – The time series isn't associated with any asset property.
If the service returns an enum value that is not available in the current SDK version, timeSeriesType
will return ListTimeSeriesType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from timeSeriesTypeAsString().
ASSOCIATED – The time series is associated with an asset property.
DISASSOCIATED – The time series isn't associated with any asset property.
ListTimeSeriesTypepublic final String timeSeriesTypeAsString()
The type of the time series. The time series type can be one of the following values:
ASSOCIATED – The time series is associated with an asset property.
DISASSOCIATED – The time series isn't associated with any asset property.
If the service returns an enum value that is not available in the current SDK version, timeSeriesType
will return ListTimeSeriesType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from timeSeriesTypeAsString().
ASSOCIATED – The time series is associated with an asset property.
DISASSOCIATED – The time series isn't associated with any asset property.
ListTimeSeriesTypepublic ListTimeSeriesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListTimeSeriesRequest.Builder,ListTimeSeriesRequest>toBuilder in class IoTSiteWiseRequestpublic static ListTimeSeriesRequest.Builder builder()
public static Class<? extends ListTimeSeriesRequest.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 © 2023. All rights reserved.