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 interface
PropagatingAttribute.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PropagatingAttribute.Builder
builder()
String
connectionAttribute()
The attribute associated with the connection between a device and Amazon Web Services IoT Core.boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
Map<String,SdkField<?>>
sdkFieldNameToField()
List<SdkField<?>>
sdkFields()
static Class<? extends PropagatingAttribute.Builder>
serializableBuilderClass()
String
thingAttribute()
The user-defined thing attribute that is propagating for MQTT 5 message enrichment.PropagatingAttribute.Builder
toBuilder()
String
toString()
Returns a string representation of this object.String
userPropertyKey()
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:
toBuilder
in 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:
equalsBySdkFields
in 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:
sdkFieldNameToField
in interfaceSdkPojo
-
-