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:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal BooleanThis flag notes whether all values of a list or map type property are returned in the API response.static PropertySummary.Builderbuilder()This is the schema for the property.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThis is the name of the property.static Class<? extends PropertySummary.Builder>final StringtoString()Returns a string representation of this object.final DataValuevalue()This is the value for the property.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
-
definition
This is the schema for the property.
- Returns:
- This is the schema for the property.
-
propertyName
This is the name of the property.
- Returns:
- This is the name of the property.
-
value
This is the value for the property.
- Returns:
- This is the value for the property.
-
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
- Specified by:
toBuilderin interfaceToCopyableBuilder<PropertySummary.Builder,PropertySummary>
-
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
-