Class PropagatingAttribute
- java.lang.Object
-
- software.amazon.awssdk.services.iot.model.PropagatingAttribute
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<PropagatingAttribute.Builder,PropagatingAttribute>
@Generated("software.amazon.awssdk:codegen") public final class PropagatingAttribute extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PropagatingAttribute.Builder,PropagatingAttribute>
An object that represents the connection attribute, thing attribute, and the user property key.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePropagatingAttribute.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PropagatingAttribute.Builderbuilder()StringconnectionAttribute()The attribute associated with the connection between a device and Amazon Web Services IoT Core.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 PropagatingAttribute.Builder>serializableBuilderClass()StringthingAttribute()The user-defined thing attribute that is propagating for MQTT 5 message enrichment.PropagatingAttribute.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringuserPropertyKey()The key of the user property key-value pair.-
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
-
userPropertyKey
public final String userPropertyKey()
The key of the user property key-value pair.
- Returns:
- The key of the user property key-value pair.
-
thingAttribute
public final String thingAttribute()
The user-defined thing attribute that is propagating for MQTT 5 message enrichment.
- Returns:
- The user-defined thing attribute that is propagating for MQTT 5 message enrichment.
-
connectionAttribute
public final String connectionAttribute()
The attribute associated with the connection between a device and Amazon Web Services IoT Core.
- Returns:
- The attribute associated with the connection between a device and Amazon Web Services IoT Core.
-
toBuilder
public PropagatingAttribute.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<PropagatingAttribute.Builder,PropagatingAttribute>
-
builder
public static PropagatingAttribute.Builder builder()
-
serializableBuilderClass
public static Class<? extends PropagatingAttribute.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
-
-