@Generated(value="software.amazon.awssdk:codegen") public final class AddThingsToThingGroupParams extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AddThingsToThingGroupParams.Builder,AddThingsToThingGroupParams>
Parameters used when defining a mitigation action that move a set of things to a thing group.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AddThingsToThingGroupParams.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AddThingsToThingGroupParams.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasThingGroupNames()
Returns true if the ThingGroupNames property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
Boolean |
overrideDynamicGroups()
Specifies if this mitigation action can move the things that triggered the mitigation action even if they are
part of one or more dynamic thing groups.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AddThingsToThingGroupParams.Builder> |
serializableBuilderClass() |
List<String> |
thingGroupNames()
The list of groups to which you want to add the things that triggered the mitigation action.
|
AddThingsToThingGroupParams.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final boolean hasThingGroupNames()
public final List<String> thingGroupNames()
The list of groups to which you want to add the things that triggered the mitigation action. You can add a thing to a maximum of 10 groups, but you can't add a thing to more than one group in the same hierarchy.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasThingGroupNames() to see if a value was sent in this field.
public final Boolean overrideDynamicGroups()
Specifies if this mitigation action can move the things that triggered the mitigation action even if they are part of one or more dynamic thing groups.
public AddThingsToThingGroupParams.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AddThingsToThingGroupParams.Builder,AddThingsToThingGroupParams>public static AddThingsToThingGroupParams.Builder builder()
public static Class<? extends AddThingsToThingGroupParams.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.