@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() |
boolean |
equals(Object obj) |
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() |
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; useful for testing and debugging.
|
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, copyBaseTo, 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, withSdkRequestTimeoutpublic 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 String toString()
toString in class ObjectObject.toString()public AddThingToThingGroupRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2018. All rights reserved.