Class CompositeModelProperty
- java.lang.Object
-
- software.amazon.awssdk.services.iotsitewise.model.CompositeModelProperty
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CompositeModelProperty.Builder,CompositeModelProperty>
@Generated("software.amazon.awssdk:codegen") public final class CompositeModelProperty extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CompositeModelProperty.Builder,CompositeModelProperty>
Contains information about a composite model property on an asset.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCompositeModelProperty.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertyassetProperty()Returns the value of the AssetProperty property for this object.static CompositeModelProperty.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringexternalId()The external ID of the composite model that contains the property.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The ID of the composite model that contains the property.Stringname()The name of the property.List<SdkField<?>>sdkFields()static Class<? extends CompositeModelProperty.Builder>serializableBuilderClass()CompositeModelProperty.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringtype()The type of the composite model that defines this property.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
name
public final String name()
The name of the property.
- Returns:
- The name of the property.
-
type
public final String type()
The type of the composite model that defines this property.
- Returns:
- The type of the composite model that defines this property.
-
assetProperty
public final Property assetProperty()
Returns the value of the AssetProperty property for this object.- Returns:
- The value of the AssetProperty property for this object.
-
id
public final String id()
The ID of the composite model that contains the property.
- Returns:
- The ID of the composite model that contains the property.
-
externalId
public final String externalId()
The external ID of the composite model that contains the property. For more information, see Using external IDs in the IoT SiteWise User Guide.
- Returns:
- The external ID of the composite model that contains the property. For more information, see Using external IDs in the IoT SiteWise User Guide.
-
toBuilder
public CompositeModelProperty.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CompositeModelProperty.Builder,CompositeModelProperty>
-
builder
public static CompositeModelProperty.Builder builder()
-
serializableBuilderClass
public static Class<? extends CompositeModelProperty.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String 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.
-
-