public class AddThingsToThingGroupParams
extends java.lang.Object
implements java.io.Serializable
Parameters used when defining a mitigation action that move a set of things to a thing group.
Constructor and Description |
---|
AddThingsToThingGroupParams() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Boolean |
getOverrideDynamicGroups()
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.
|
java.util.List<java.lang.String> |
getThingGroupNames()
The list of groups to which you want to add the things that triggered the
mitigation action.
|
int |
hashCode() |
java.lang.Boolean |
isOverrideDynamicGroups()
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.
|
void |
setOverrideDynamicGroups(java.lang.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.
|
void |
setThingGroupNames(java.util.Collection<java.lang.String> thingGroupNames)
The list of groups to which you want to add the things that triggered the
mitigation action.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
AddThingsToThingGroupParams |
withOverrideDynamicGroups(java.lang.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.
|
AddThingsToThingGroupParams |
withThingGroupNames(java.util.Collection<java.lang.String> thingGroupNames)
The list of groups to which you want to add the things that triggered the
mitigation action.
|
AddThingsToThingGroupParams |
withThingGroupNames(java.lang.String... thingGroupNames)
The list of groups to which you want to add the things that triggered the
mitigation action.
|
public java.util.List<java.lang.String> getThingGroupNames()
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.
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.
public void setThingGroupNames(java.util.Collection<java.lang.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.
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.
public AddThingsToThingGroupParams withThingGroupNames(java.lang.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.
Returns a reference to this object so that method calls can be chained together.
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.
public AddThingsToThingGroupParams withThingGroupNames(java.util.Collection<java.lang.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.
Returns a reference to this object so that method calls can be chained together.
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.
public java.lang.Boolean isOverrideDynamicGroups()
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.
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 java.lang.Boolean getOverrideDynamicGroups()
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.
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 void setOverrideDynamicGroups(java.lang.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.
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 withOverrideDynamicGroups(java.lang.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.
Returns a reference to this object so that method calls can be chained together.
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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.