@Generated(value="software.amazon.awssdk:codegen") public final class ListAssetPropertiesRequest extends IoTSiteWiseRequest implements ToCopyableBuilder<ListAssetPropertiesRequest.Builder,ListAssetPropertiesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListAssetPropertiesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
assetId()
The ID of the asset.
|
static ListAssetPropertiesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
ListAssetPropertiesFilter |
filter()
Filters the requested list of asset properties.
|
String |
filterAsString()
Filters the requested list of asset properties.
|
<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 ListAssetPropertiesRequest.Builder> |
serializableBuilderClass() |
ListAssetPropertiesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String assetId()
The ID of the asset.
public 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. If not specified, the default value is 50.
public final ListAssetPropertiesFilter filter()
Filters the requested list of asset properties. You can choose one of the following options:
ALL – The list includes all asset properties for a given asset model ID.
BASE – The list includes only base asset properties for a given asset model ID.
Default: BASE
If the service returns an enum value that is not available in the current SDK version, filter will
return ListAssetPropertiesFilter.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from filterAsString().
ALL – The list includes all asset properties for a given asset model ID.
BASE – The list includes only base asset properties for a given asset model ID.
Default: BASE
ListAssetPropertiesFilterpublic final String filterAsString()
Filters the requested list of asset properties. You can choose one of the following options:
ALL – The list includes all asset properties for a given asset model ID.
BASE – The list includes only base asset properties for a given asset model ID.
Default: BASE
If the service returns an enum value that is not available in the current SDK version, filter will
return ListAssetPropertiesFilter.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from filterAsString().
ALL – The list includes all asset properties for a given asset model ID.
BASE – The list includes only base asset properties for a given asset model ID.
Default: BASE
ListAssetPropertiesFilterpublic ListAssetPropertiesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListAssetPropertiesRequest.Builder,ListAssetPropertiesRequest>toBuilder in class IoTSiteWiseRequestpublic static ListAssetPropertiesRequest.Builder builder()
public static Class<? extends ListAssetPropertiesRequest.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.