@Generated(value="software.amazon.awssdk:codegen") public final class GetPropertyValueHistoryRequest extends IoTTwinMakerRequest implements ToCopyableBuilder<GetPropertyValueHistoryRequest.Builder,GetPropertyValueHistoryRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetPropertyValueHistoryRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetPropertyValueHistoryRequest.Builder |
builder() |
String |
componentName()
The name of the component.
|
String |
componentTypeId()
The ID of the component type.
|
Instant |
endDateTime()
Deprecated.
This field is deprecated and will throw an error in the future. Use endTime instead.
|
String |
endTime()
The ISO8601 DateTime of the latest property value to return.
|
String |
entityId()
The ID of the entity.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasPropertyFilters()
For responses, this returns true if the service returned a value for the PropertyFilters property.
|
boolean |
hasSelectedProperties()
For responses, this returns true if the service returned a value for the SelectedProperties property.
|
InterpolationParameters |
interpolation()
An object that specifies the interpolation type and the interval over which to interpolate data.
|
Integer |
maxResults()
The maximum number of results to return.
|
String |
nextToken()
The string that specifies the next page of results.
|
OrderByTime |
orderByTime()
The time direction to use in the result order.
|
String |
orderByTimeAsString()
The time direction to use in the result order.
|
List<PropertyFilter> |
propertyFilters()
A list of objects that filter the property value history request.
|
List<SdkField<?>> |
sdkFields() |
List<String> |
selectedProperties()
A list of properties whose value histories the request retrieves.
|
static Class<? extends GetPropertyValueHistoryRequest.Builder> |
serializableBuilderClass() |
Instant |
startDateTime()
Deprecated.
This field is deprecated and will throw an error in the future. Use startTime instead.
|
String |
startTime()
The ISO8601 DateTime of the earliest property value to return.
|
GetPropertyValueHistoryRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
workspaceId()
The ID of the workspace.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String componentName()
The name of the component.
public final String componentTypeId()
The ID of the component type.
@Deprecated public final Instant endDateTime()
The date and time of the latest property value to return.
public final String endTime()
The ISO8601 DateTime of the latest property value to return.
For more information about the ISO8601 DateTime format, see the data type PropertyValue.
For more information about the ISO8601 DateTime format, see the data type PropertyValue.
public final String entityId()
The ID of the entity.
public final InterpolationParameters interpolation()
An object that specifies the interpolation type and the interval over which to interpolate data.
public final Integer maxResults()
The maximum number of results to return.
public final String nextToken()
The string that specifies the next page of results.
public final OrderByTime orderByTime()
The time direction to use in the result order.
If the service returns an enum value that is not available in the current SDK version, orderByTime will
return OrderByTime.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
orderByTimeAsString().
OrderByTimepublic final String orderByTimeAsString()
The time direction to use in the result order.
If the service returns an enum value that is not available in the current SDK version, orderByTime will
return OrderByTime.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
orderByTimeAsString().
OrderByTimepublic final boolean hasPropertyFilters()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<PropertyFilter> propertyFilters()
A list of objects that filter the property value history request.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasPropertyFilters() method.
public final boolean hasSelectedProperties()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<String> selectedProperties()
A list of properties whose value histories the request retrieves.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasSelectedProperties() method.
@Deprecated public final Instant startDateTime()
The date and time of the earliest property value to return.
public final String startTime()
The ISO8601 DateTime of the earliest property value to return.
For more information about the ISO8601 DateTime format, see the data type PropertyValue.
For more information about the ISO8601 DateTime format, see the data type PropertyValue.
public final String workspaceId()
The ID of the workspace.
public GetPropertyValueHistoryRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetPropertyValueHistoryRequest.Builder,GetPropertyValueHistoryRequest>toBuilder in class IoTTwinMakerRequestpublic static GetPropertyValueHistoryRequest.Builder builder()
public static Class<? extends GetPropertyValueHistoryRequest.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.