Class PropertyResponse
- java.lang.Object
-
- software.amazon.awssdk.services.iottwinmaker.model.PropertyResponse
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<PropertyResponse.Builder,PropertyResponse>
@Generated("software.amazon.awssdk:codegen") public final class PropertyResponse extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PropertyResponse.Builder,PropertyResponse>
An object that contains information about a property response.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePropertyResponse.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 PropertyResponse.Builderbuilder()PropertyDefinitionResponsedefinition()An object that specifies information about a property.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends PropertyResponse.Builder>serializableBuilderClass()PropertyResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.DataValuevalue()The value of 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()
An object that specifies information about a property.
- Returns:
- An object that specifies information about a property.
-
value
public final DataValue value()
The value of the property.
- Returns:
- The value of 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 PropertyResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<PropertyResponse.Builder,PropertyResponse>
-
builder
public static PropertyResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends PropertyResponse.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
-
-