public class RemoveThingFromThingGroupRequest extends AmazonWebServiceRequest implements Serializable
Remove the specified thing from the specified group.
Constructor and Description |
---|
RemoveThingFromThingGroupRequest() |
Modifier and Type | Method and Description |
---|---|
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; useful for testing and
debugging.
|
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.
|
clone, copyBaseTo, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public String getThingGroupName()
The group name.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9:_-]+
The group name.
public void setThingGroupName(String thingGroupName)
The group name.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9:_-]+
thingGroupName
- The group name.
public RemoveThingFromThingGroupRequest withThingGroupName(String thingGroupName)
The group name.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9:_-]+
thingGroupName
- The group name.
public String getThingGroupArn()
The group ARN.
The group ARN.
public void setThingGroupArn(String thingGroupArn)
The group ARN.
thingGroupArn
- The group ARN.
public RemoveThingFromThingGroupRequest withThingGroupArn(String thingGroupArn)
The group ARN.
Returns a reference to this object so that method calls can be chained together.
thingGroupArn
- The group ARN.
public String getThingName()
The name of the thing to remove from the group.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9:_-]+
The name of the thing to remove from the group.
public void setThingName(String thingName)
The name of the thing to remove from the group.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9:_-]+
thingName
- 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.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9:_-]+
thingName
- The name of the thing to remove from the group.
public String getThingArn()
The ARN of the thing to remove from the group.
The ARN 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 RemoveThingFromThingGroupRequest withThingArn(String thingArn)
The ARN of the thing to remove from the group.
Returns a reference to this object so that method calls can be chained together.
thingArn
- The ARN of the thing to remove from the group.
public String toString()
toString
in class Object
Object.toString()
Copyright © 2019. All rights reserved.