@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 |
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 |
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; useful for testing and debugging.
|
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 String toString()
toString
in class Object
Object.toString()
public DescribeThingGroupResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.