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:
-
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 PropertyResponse.Builderbuilder()An object that specifies information about a property.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends PropertyResponse.Builder>final StringtoString()Returns a string representation of this object.final DataValuevalue()The value of 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
An object that specifies information about a property.
- Returns:
- An object that specifies information about a property.
-
value
The value of the property.
- Returns:
- The value of 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<PropertyResponse.Builder,PropertyResponse>
-
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
-