Class ThingGroupProperties
- java.lang.Object
-
- software.amazon.awssdk.services.iot.model.ThingGroupProperties
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ThingGroupProperties.Builder,ThingGroupProperties>
@Generated("software.amazon.awssdk:codegen") public final class ThingGroupProperties extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ThingGroupProperties.Builder,ThingGroupProperties>
Thing group properties.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceThingGroupProperties.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AttributePayloadattributePayload()The thing group attributes in JSON format.static ThingGroupProperties.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends ThingGroupProperties.Builder>serializableBuilderClass()StringthingGroupDescription()The thing group description.ThingGroupProperties.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
thingGroupDescription
public final String thingGroupDescription()
The thing group description.
- Returns:
- The thing group description.
-
attributePayload
public final AttributePayload attributePayload()
The thing group attributes in JSON format.
- Returns:
- The thing group attributes in JSON format.
-
toBuilder
public ThingGroupProperties.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ThingGroupProperties.Builder,ThingGroupProperties>
-
builder
public static ThingGroupProperties.Builder builder()
-
serializableBuilderClass
public static Class<? extends ThingGroupProperties.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.
-
-