Class PropertySummary
- java.lang.Object
-
- software.amazon.awssdk.services.iottwinmaker.model.PropertySummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<PropertySummary.Builder,PropertySummary>
@Generated("software.amazon.awssdk:codegen") public final class PropertySummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PropertySummary.Builder,PropertySummary>
This is an object that contains the information of a property.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePropertySummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanareAllPropertyValuesReturned()This flag notes whether all values of a list or map type property are returned in the API response.static PropertySummary.Builderbuilder()PropertyDefinitionResponsedefinition()This is the schema for the property.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringpropertyName()This is the name of the property.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends PropertySummary.Builder>serializableBuilderClass()PropertySummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.DataValuevalue()This is the value for the 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
-
definition
public final PropertyDefinitionResponse definition()
This is the schema for the property.
- Returns:
- This is the schema for the property.
-
propertyName
public final String propertyName()
This is the name of the property.
- Returns:
- This is the name of the property.
-
value
public final DataValue value()
This is the value for the property.
- Returns:
- This is the value for the property.
-
areAllPropertyValuesReturned
public final Boolean areAllPropertyValuesReturned()
This flag notes whether all values of a list or map type property are returned in the API response. The maximum number of values per property returned is 50.
- Returns:
- This flag notes whether all values of a list or map type property are returned in the API response. The maximum number of values per property returned is 50.
-
toBuilder
public PropertySummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<PropertySummary.Builder,PropertySummary>
-
builder
public static PropertySummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends PropertySummary.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-