@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AddThingToThingGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
AddThingToThingGroupRequest() |
Modifier and Type | Method and Description |
---|---|
AddThingToThingGroupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Boolean |
getOverrideDynamicGroups()
Override dynamic thing groups with static thing groups when 10-group limit is reached.
|
String |
getThingArn()
The ARN of the thing to add to a group.
|
String |
getThingGroupArn()
The ARN of the group to which you are adding a thing.
|
String |
getThingGroupName()
The name of the group to which you are adding a thing.
|
String |
getThingName()
The name of the thing to add to a group.
|
int |
hashCode() |
Boolean |
isOverrideDynamicGroups()
Override dynamic thing groups with static thing groups when 10-group limit is reached.
|
void |
setOverrideDynamicGroups(Boolean overrideDynamicGroups)
Override dynamic thing groups with static thing groups when 10-group limit is reached.
|
void |
setThingArn(String thingArn)
The ARN of the thing to add to a group.
|
void |
setThingGroupArn(String thingGroupArn)
The ARN of the group to which you are adding a thing.
|
void |
setThingGroupName(String thingGroupName)
The name of the group to which you are adding a thing.
|
void |
setThingName(String thingName)
The name of the thing to add to a group.
|
String |
toString()
Returns a string representation of this object.
|
AddThingToThingGroupRequest |
withOverrideDynamicGroups(Boolean overrideDynamicGroups)
Override dynamic thing groups with static thing groups when 10-group limit is reached.
|
AddThingToThingGroupRequest |
withThingArn(String thingArn)
The ARN of the thing to add to a group.
|
AddThingToThingGroupRequest |
withThingGroupArn(String thingGroupArn)
The ARN of the group to which you are adding a thing.
|
AddThingToThingGroupRequest |
withThingGroupName(String thingGroupName)
The name of the group to which you are adding a thing.
|
AddThingToThingGroupRequest |
withThingName(String thingName)
The name of the thing to add to a group.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setThingGroupName(String thingGroupName)
The name of the group to which you are adding a thing.
thingGroupName
- The name of the group to which you are adding a thing.public String getThingGroupName()
The name of the group to which you are adding a thing.
public AddThingToThingGroupRequest withThingGroupName(String thingGroupName)
The name of the group to which you are adding a thing.
thingGroupName
- The name of the group to which you are adding a thing.public void setThingGroupArn(String thingGroupArn)
The ARN of the group to which you are adding a thing.
thingGroupArn
- The ARN of the group to which you are adding a thing.public String getThingGroupArn()
The ARN of the group to which you are adding a thing.
public AddThingToThingGroupRequest withThingGroupArn(String thingGroupArn)
The ARN of the group to which you are adding a thing.
thingGroupArn
- The ARN of the group to which you are adding a thing.public void setThingName(String thingName)
The name of the thing to add to a group.
thingName
- The name of the thing to add to a group.public String getThingName()
The name of the thing to add to a group.
public AddThingToThingGroupRequest withThingName(String thingName)
The name of the thing to add to a group.
thingName
- The name of the thing to add to a group.public void setThingArn(String thingArn)
The ARN of the thing to add to a group.
thingArn
- The ARN of the thing to add to a group.public String getThingArn()
The ARN of the thing to add to a group.
public AddThingToThingGroupRequest withThingArn(String thingArn)
The ARN of the thing to add to a group.
thingArn
- The ARN of the thing to add to a group.public void setOverrideDynamicGroups(Boolean overrideDynamicGroups)
Override dynamic thing groups with static thing groups when 10-group limit is reached. If a thing belongs to 10 thing groups, and one or more of those groups are dynamic thing groups, adding a thing to a static group removes the thing from the last dynamic group.
overrideDynamicGroups
- Override dynamic thing groups with static thing groups when 10-group limit is reached. If a thing belongs
to 10 thing groups, and one or more of those groups are dynamic thing groups, adding a thing to a static
group removes the thing from the last dynamic group.public Boolean getOverrideDynamicGroups()
Override dynamic thing groups with static thing groups when 10-group limit is reached. If a thing belongs to 10 thing groups, and one or more of those groups are dynamic thing groups, adding a thing to a static group removes the thing from the last dynamic group.
public AddThingToThingGroupRequest withOverrideDynamicGroups(Boolean overrideDynamicGroups)
Override dynamic thing groups with static thing groups when 10-group limit is reached. If a thing belongs to 10 thing groups, and one or more of those groups are dynamic thing groups, adding a thing to a static group removes the thing from the last dynamic group.
overrideDynamicGroups
- Override dynamic thing groups with static thing groups when 10-group limit is reached. If a thing belongs
to 10 thing groups, and one or more of those groups are dynamic thing groups, adding a thing to a static
group removes the thing from the last dynamic group.public Boolean isOverrideDynamicGroups()
Override dynamic thing groups with static thing groups when 10-group limit is reached. If a thing belongs to 10 thing groups, and one or more of those groups are dynamic thing groups, adding a thing to a static group removes the thing from the last dynamic group.
public String toString()
toString
in class Object
Object.toString()
public AddThingToThingGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()