@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeThingGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeThingGroupResult() |
Modifier and Type | Method and Description |
---|---|
DescribeThingGroupResult |
clone() |
boolean |
equals(Object obj) |
String |
getIndexName()
The dynamic thing group index name.
|
String |
getQueryString()
The dynamic thing group search query string.
|
String |
getQueryVersion()
The dynamic thing group query version.
|
String |
getStatus()
The dynamic thing group status.
|
String |
getThingGroupArn()
The thing group ARN.
|
String |
getThingGroupId()
The thing group ID.
|
ThingGroupMetadata |
getThingGroupMetadata()
Thing group metadata.
|
String |
getThingGroupName()
The name of the thing group.
|
ThingGroupProperties |
getThingGroupProperties()
The thing group properties.
|
Long |
getVersion()
The version of the thing group.
|
int |
hashCode() |
void |
setIndexName(String indexName)
The dynamic thing group index name.
|
void |
setQueryString(String queryString)
The dynamic thing group search query string.
|
void |
setQueryVersion(String queryVersion)
The dynamic thing group query version.
|
void |
setStatus(String status)
The dynamic thing group status.
|
void |
setThingGroupArn(String thingGroupArn)
The thing group ARN.
|
void |
setThingGroupId(String thingGroupId)
The thing group ID.
|
void |
setThingGroupMetadata(ThingGroupMetadata thingGroupMetadata)
Thing group metadata.
|
void |
setThingGroupName(String thingGroupName)
The name of the thing group.
|
void |
setThingGroupProperties(ThingGroupProperties thingGroupProperties)
The thing group properties.
|
void |
setVersion(Long version)
The version of the thing group.
|
String |
toString()
Returns a string representation of this object.
|
DescribeThingGroupResult |
withIndexName(String indexName)
The dynamic thing group index name.
|
DescribeThingGroupResult |
withQueryString(String queryString)
The dynamic thing group search query string.
|
DescribeThingGroupResult |
withQueryVersion(String queryVersion)
The dynamic thing group query version.
|
DescribeThingGroupResult |
withStatus(DynamicGroupStatus status)
The dynamic thing group status.
|
DescribeThingGroupResult |
withStatus(String status)
The dynamic thing group status.
|
DescribeThingGroupResult |
withThingGroupArn(String thingGroupArn)
The thing group ARN.
|
DescribeThingGroupResult |
withThingGroupId(String thingGroupId)
The thing group ID.
|
DescribeThingGroupResult |
withThingGroupMetadata(ThingGroupMetadata thingGroupMetadata)
Thing group metadata.
|
DescribeThingGroupResult |
withThingGroupName(String thingGroupName)
The name of the thing group.
|
DescribeThingGroupResult |
withThingGroupProperties(ThingGroupProperties thingGroupProperties)
The thing group properties.
|
DescribeThingGroupResult |
withVersion(Long version)
The version of the thing group.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setThingGroupName(String thingGroupName)
The name of the thing group.
thingGroupName
- The name of the thing group.public String getThingGroupName()
The name of the thing group.
public DescribeThingGroupResult withThingGroupName(String thingGroupName)
The name of the thing group.
thingGroupName
- The name of the thing group.public void setThingGroupId(String thingGroupId)
The thing group ID.
thingGroupId
- The thing group ID.public String getThingGroupId()
The thing group ID.
public DescribeThingGroupResult withThingGroupId(String thingGroupId)
The thing group ID.
thingGroupId
- The thing group ID.public void setThingGroupArn(String thingGroupArn)
The thing group ARN.
thingGroupArn
- The thing group ARN.public String getThingGroupArn()
The thing group ARN.
public DescribeThingGroupResult withThingGroupArn(String thingGroupArn)
The thing group ARN.
thingGroupArn
- The thing group ARN.public void setVersion(Long version)
The version of the thing group.
version
- The version of the thing group.public Long getVersion()
The version of the thing group.
public DescribeThingGroupResult withVersion(Long version)
The version of the thing group.
version
- The version of the thing group.public void setThingGroupProperties(ThingGroupProperties thingGroupProperties)
The thing group properties.
thingGroupProperties
- The thing group properties.public ThingGroupProperties getThingGroupProperties()
The thing group properties.
public DescribeThingGroupResult withThingGroupProperties(ThingGroupProperties thingGroupProperties)
The thing group properties.
thingGroupProperties
- The thing group properties.public void setThingGroupMetadata(ThingGroupMetadata thingGroupMetadata)
Thing group metadata.
thingGroupMetadata
- Thing group metadata.public ThingGroupMetadata getThingGroupMetadata()
Thing group metadata.
public DescribeThingGroupResult withThingGroupMetadata(ThingGroupMetadata thingGroupMetadata)
Thing group metadata.
thingGroupMetadata
- Thing group metadata.public void setIndexName(String indexName)
The dynamic thing group index name.
indexName
- The dynamic thing group index name.public String getIndexName()
The dynamic thing group index name.
public DescribeThingGroupResult withIndexName(String indexName)
The dynamic thing group index name.
indexName
- The dynamic thing group index name.public void setQueryString(String queryString)
The dynamic thing group search query string.
queryString
- The dynamic thing group search query string.public String getQueryString()
The dynamic thing group search query string.
public DescribeThingGroupResult withQueryString(String queryString)
The dynamic thing group search query string.
queryString
- The dynamic thing group search query string.public void setQueryVersion(String queryVersion)
The dynamic thing group query version.
queryVersion
- The dynamic thing group query version.public String getQueryVersion()
The dynamic thing group query version.
public DescribeThingGroupResult withQueryVersion(String queryVersion)
The dynamic thing group query version.
queryVersion
- The dynamic thing group query version.public void setStatus(String status)
The dynamic thing group status.
status
- The dynamic thing group status.DynamicGroupStatus
public String getStatus()
The dynamic thing group status.
DynamicGroupStatus
public DescribeThingGroupResult withStatus(String status)
The dynamic thing group status.
status
- The dynamic thing group status.DynamicGroupStatus
public DescribeThingGroupResult withStatus(DynamicGroupStatus status)
The dynamic thing group status.
status
- The dynamic thing group status.DynamicGroupStatus
public String toString()
toString
in class Object
Object.toString()
public DescribeThingGroupResult clone()