Class FilterByAssetModel
java.lang.Object
software.amazon.awssdk.services.iottwinmaker.model.FilterByAssetModel
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FilterByAssetModel.Builder,FilterByAssetModel>
@Generated("software.amazon.awssdk:codegen")
public final class FilterByAssetModel
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<FilterByAssetModel.Builder,FilterByAssetModel>
Filter by asset model.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal StringThe external-Id property of an asset model.final StringThe asset model Id.static FilterByAssetModel.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final BooleanBolean to include assets.final BooleanInclude asset offspring.static Class<? extends FilterByAssetModel.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
assetModelId
The asset model Id.
- Returns:
- The asset model Id.
-
assetModelExternalId
The external-Id property of an asset model.
- Returns:
- The external-Id property of an asset model.
-
includeOffspring
Include asset offspring. [need desc.]
- Returns:
- Include asset offspring. [need desc.]
-
includeAssets
Bolean to include assets.
- Returns:
- Bolean to include assets.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<FilterByAssetModel.Builder,FilterByAssetModel>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-