@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RemoveThingFromThingGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
RemoveThingFromThingGroupRequest() |
Modifier and Type | Method and Description |
---|---|
RemoveThingFromThingGroupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getThingArn()
The ARN of the thing to remove from the group.
|
String |
getThingGroupArn()
The group ARN.
|
String |
getThingGroupName()
The group name.
|
String |
getThingName()
The name of the thing to remove from the group.
|
int |
hashCode() |
void |
setThingArn(String thingArn)
The ARN of the thing to remove from the group.
|
void |
setThingGroupArn(String thingGroupArn)
The group ARN.
|
void |
setThingGroupName(String thingGroupName)
The group name.
|
void |
setThingName(String thingName)
The name of the thing to remove from the group.
|
String |
toString()
Returns a string representation of this object.
|
RemoveThingFromThingGroupRequest |
withThingArn(String thingArn)
The ARN of the thing to remove from the group.
|
RemoveThingFromThingGroupRequest |
withThingGroupArn(String thingGroupArn)
The group ARN.
|
RemoveThingFromThingGroupRequest |
withThingGroupName(String thingGroupName)
The group name.
|
RemoveThingFromThingGroupRequest |
withThingName(String thingName)
The name of the thing to remove from the 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 group name.
thingGroupName
- The group name.public String getThingGroupName()
The group name.
public RemoveThingFromThingGroupRequest withThingGroupName(String thingGroupName)
The group name.
thingGroupName
- The group name.public void setThingGroupArn(String thingGroupArn)
The group ARN.
thingGroupArn
- The group ARN.public String getThingGroupArn()
The group ARN.
public RemoveThingFromThingGroupRequest withThingGroupArn(String thingGroupArn)
The group ARN.
thingGroupArn
- The group ARN.public void setThingName(String thingName)
The name of the thing to remove from the group.
thingName
- The name of the thing to remove from the group.public String getThingName()
The name of the thing to remove from the group.
public RemoveThingFromThingGroupRequest withThingName(String thingName)
The name of the thing to remove from the group.
thingName
- The name of the thing to remove from the group.public void setThingArn(String thingArn)
The ARN of the thing to remove from the group.
thingArn
- The ARN of the thing to remove from the group.public String getThingArn()
The ARN of the thing to remove from the group.
public RemoveThingFromThingGroupRequest withThingArn(String thingArn)
The ARN of the thing to remove from the group.
thingArn
- The ARN of the thing to remove from the group.public String toString()
toString
in class Object
Object.toString()
public RemoveThingFromThingGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()