public class DescribeThingGroupResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
DescribeThingGroupResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getIndexName()
The dynamic thing group index name.
|
java.lang.String |
getQueryString()
The dynamic thing group search query string.
|
java.lang.String |
getQueryVersion()
The dynamic thing group query version.
|
java.lang.String |
getStatus()
The dynamic thing group status.
|
java.lang.String |
getThingGroupArn()
The thing group ARN.
|
java.lang.String |
getThingGroupId()
The thing group ID.
|
ThingGroupMetadata |
getThingGroupMetadata()
Thing group metadata.
|
java.lang.String |
getThingGroupName()
The name of the thing group.
|
ThingGroupProperties |
getThingGroupProperties()
The thing group properties.
|
java.lang.Long |
getVersion()
The version of the thing group.
|
int |
hashCode() |
void |
setIndexName(java.lang.String indexName)
The dynamic thing group index name.
|
void |
setQueryString(java.lang.String queryString)
The dynamic thing group search query string.
|
void |
setQueryVersion(java.lang.String queryVersion)
The dynamic thing group query version.
|
void |
setStatus(DynamicGroupStatus status)
The dynamic thing group status.
|
void |
setStatus(java.lang.String status)
The dynamic thing group status.
|
void |
setThingGroupArn(java.lang.String thingGroupArn)
The thing group ARN.
|
void |
setThingGroupId(java.lang.String thingGroupId)
The thing group ID.
|
void |
setThingGroupMetadata(ThingGroupMetadata thingGroupMetadata)
Thing group metadata.
|
void |
setThingGroupName(java.lang.String thingGroupName)
The name of the thing group.
|
void |
setThingGroupProperties(ThingGroupProperties thingGroupProperties)
The thing group properties.
|
void |
setVersion(java.lang.Long version)
The version of the thing group.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeThingGroupResult |
withIndexName(java.lang.String indexName)
The dynamic thing group index name.
|
DescribeThingGroupResult |
withQueryString(java.lang.String queryString)
The dynamic thing group search query string.
|
DescribeThingGroupResult |
withQueryVersion(java.lang.String queryVersion)
The dynamic thing group query version.
|
DescribeThingGroupResult |
withStatus(DynamicGroupStatus status)
The dynamic thing group status.
|
DescribeThingGroupResult |
withStatus(java.lang.String status)
The dynamic thing group status.
|
DescribeThingGroupResult |
withThingGroupArn(java.lang.String thingGroupArn)
The thing group ARN.
|
DescribeThingGroupResult |
withThingGroupId(java.lang.String thingGroupId)
The thing group ID.
|
DescribeThingGroupResult |
withThingGroupMetadata(ThingGroupMetadata thingGroupMetadata)
Thing group metadata.
|
DescribeThingGroupResult |
withThingGroupName(java.lang.String thingGroupName)
The name of the thing group.
|
DescribeThingGroupResult |
withThingGroupProperties(ThingGroupProperties thingGroupProperties)
The thing group properties.
|
DescribeThingGroupResult |
withVersion(java.lang.Long version)
The version of the thing group.
|
public java.lang.String getThingGroupName()
The name of the thing group.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9:_-]+
The name of the thing group.
public void setThingGroupName(java.lang.String thingGroupName)
The name of the thing group.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9:_-]+
thingGroupName
- The name of the thing group.
public DescribeThingGroupResult withThingGroupName(java.lang.String thingGroupName)
The name of the thing group.
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 name of the thing group.
public java.lang.String getThingGroupId()
The thing group ID.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9\-]+
The thing group ID.
public void setThingGroupId(java.lang.String thingGroupId)
The thing group ID.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9\-]+
thingGroupId
- The thing group ID.
public DescribeThingGroupResult withThingGroupId(java.lang.String thingGroupId)
The thing group ID.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9\-]+
thingGroupId
- The thing group ID.
public java.lang.String getThingGroupArn()
The thing group ARN.
The thing group ARN.
public void setThingGroupArn(java.lang.String thingGroupArn)
The thing group ARN.
thingGroupArn
- The thing group ARN.
public DescribeThingGroupResult withThingGroupArn(java.lang.String thingGroupArn)
The thing group ARN.
Returns a reference to this object so that method calls can be chained together.
thingGroupArn
- The thing group ARN.
public java.lang.Long getVersion()
The version of the thing group.
The version of the thing group.
public void setVersion(java.lang.Long version)
The version of the thing group.
version
- The version of the thing group.
public DescribeThingGroupResult withVersion(java.lang.Long version)
The version of the thing group.
Returns a reference to this object so that method calls can be chained together.
version
- The version of the thing group.
public ThingGroupProperties getThingGroupProperties()
The thing group properties.
The thing group properties.
public void setThingGroupProperties(ThingGroupProperties thingGroupProperties)
The thing group properties.
thingGroupProperties
- The thing group properties.
public DescribeThingGroupResult withThingGroupProperties(ThingGroupProperties thingGroupProperties)
The thing group properties.
Returns a reference to this object so that method calls can be chained together.
thingGroupProperties
- The thing group properties.
public ThingGroupMetadata getThingGroupMetadata()
Thing group metadata.
Thing group metadata.
public void setThingGroupMetadata(ThingGroupMetadata thingGroupMetadata)
Thing group metadata.
thingGroupMetadata
- Thing group metadata.
public DescribeThingGroupResult withThingGroupMetadata(ThingGroupMetadata thingGroupMetadata)
Thing group metadata.
Returns a reference to this object so that method calls can be chained together.
thingGroupMetadata
- Thing group metadata.
public java.lang.String getIndexName()
The dynamic thing group index name.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9:_-]+
The dynamic thing group index name.
public void setIndexName(java.lang.String indexName)
The dynamic thing group index name.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9:_-]+
indexName
- The dynamic thing group index name.
public DescribeThingGroupResult withIndexName(java.lang.String indexName)
The dynamic thing group index name.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9:_-]+
indexName
- The dynamic thing group index name.
public java.lang.String getQueryString()
The dynamic thing group search query string.
Constraints:
Length: 1 -
The dynamic thing group search query string.
public void setQueryString(java.lang.String queryString)
The dynamic thing group search query string.
Constraints:
Length: 1 -
queryString
- The dynamic thing group search query string.
public DescribeThingGroupResult withQueryString(java.lang.String queryString)
The dynamic thing group search query string.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 -
queryString
- The dynamic thing group search query string.
public java.lang.String getQueryVersion()
The dynamic thing group query version.
The dynamic thing group query version.
public void setQueryVersion(java.lang.String queryVersion)
The dynamic thing group query version.
queryVersion
- The dynamic thing group query version.
public DescribeThingGroupResult withQueryVersion(java.lang.String queryVersion)
The dynamic thing group query version.
Returns a reference to this object so that method calls can be chained together.
queryVersion
- The dynamic thing group query version.
public java.lang.String getStatus()
The dynamic thing group status.
Constraints:
Allowed Values: ACTIVE, BUILDING, REBUILDING
The dynamic thing group status.
DynamicGroupStatus
public void setStatus(java.lang.String status)
The dynamic thing group status.
Constraints:
Allowed Values: ACTIVE, BUILDING, REBUILDING
status
- The dynamic thing group status.
DynamicGroupStatus
public DescribeThingGroupResult withStatus(java.lang.String status)
The dynamic thing group status.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: ACTIVE, BUILDING, REBUILDING
status
- The dynamic thing group status.
DynamicGroupStatus
public void setStatus(DynamicGroupStatus status)
The dynamic thing group status.
Constraints:
Allowed Values: ACTIVE, BUILDING, REBUILDING
status
- The dynamic thing group status.
DynamicGroupStatus
public DescribeThingGroupResult withStatus(DynamicGroupStatus status)
The dynamic thing group status.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: ACTIVE, BUILDING, REBUILDING
status
- The dynamic thing group status.
DynamicGroupStatus
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.