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