@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateThingGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateThingGroupRequest() |
Modifier and Type | Method and Description |
---|---|
CreateThingGroupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getParentGroupName()
The name of the parent thing group.
|
List<Tag> |
getTags()
Metadata which can be used to manage the thing group.
|
String |
getThingGroupName()
The thing group name to create.
|
ThingGroupProperties |
getThingGroupProperties()
The thing group properties.
|
int |
hashCode() |
void |
setParentGroupName(String parentGroupName)
The name of the parent thing group.
|
void |
setTags(Collection<Tag> tags)
Metadata which can be used to manage the thing group.
|
void |
setThingGroupName(String thingGroupName)
The thing group name to create.
|
void |
setThingGroupProperties(ThingGroupProperties thingGroupProperties)
The thing group properties.
|
String |
toString()
Returns a string representation of this object.
|
CreateThingGroupRequest |
withParentGroupName(String parentGroupName)
The name of the parent thing group.
|
CreateThingGroupRequest |
withTags(Collection<Tag> tags)
Metadata which can be used to manage the thing group.
|
CreateThingGroupRequest |
withTags(Tag... tags)
Metadata which can be used to manage the thing group.
|
CreateThingGroupRequest |
withThingGroupName(String thingGroupName)
The thing group name to create.
|
CreateThingGroupRequest |
withThingGroupProperties(ThingGroupProperties thingGroupProperties)
The thing group properties.
|
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 thing group name to create.
thingGroupName
- The thing group name to create.public String getThingGroupName()
The thing group name to create.
public CreateThingGroupRequest withThingGroupName(String thingGroupName)
The thing group name to create.
thingGroupName
- The thing group name to create.public void setParentGroupName(String parentGroupName)
The name of the parent thing group.
parentGroupName
- The name of the parent thing group.public String getParentGroupName()
The name of the parent thing group.
public CreateThingGroupRequest withParentGroupName(String parentGroupName)
The name of the parent thing group.
parentGroupName
- The name of the parent thing group.public void setThingGroupProperties(ThingGroupProperties thingGroupProperties)
The thing group properties.
thingGroupProperties
- The thing group properties.public ThingGroupProperties getThingGroupProperties()
The thing group properties.
public CreateThingGroupRequest withThingGroupProperties(ThingGroupProperties thingGroupProperties)
The thing group properties.
thingGroupProperties
- The thing group properties.public List<Tag> getTags()
Metadata which can be used to manage the thing group.
public void setTags(Collection<Tag> tags)
Metadata which can be used to manage the thing group.
tags
- Metadata which can be used to manage the thing group.public CreateThingGroupRequest withTags(Tag... tags)
Metadata which can be used to manage the thing group.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection)
or withTags(java.util.Collection)
if you want to override the
existing values.
tags
- Metadata which can be used to manage the thing group.public CreateThingGroupRequest withTags(Collection<Tag> tags)
Metadata which can be used to manage the thing group.
tags
- Metadata which can be used to manage the thing group.public String toString()
toString
in class Object
Object.toString()
public CreateThingGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()