Class DescribeThingGroupResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.iot.model.IotResponse
-
- software.amazon.awssdk.services.iot.model.DescribeThingGroupResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<DescribeThingGroupResponse.Builder,DescribeThingGroupResponse>
@Generated("software.amazon.awssdk:codegen") public final class DescribeThingGroupResponse extends IotResponse implements ToCopyableBuilder<DescribeThingGroupResponse.Builder,DescribeThingGroupResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDescribeThingGroupResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DescribeThingGroupResponse.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringindexName()The dynamic thing group index name.StringqueryString()The dynamic thing group search query string.StringqueryVersion()The dynamic thing group query version.List<SdkField<?>>sdkFields()static Class<? extends DescribeThingGroupResponse.Builder>serializableBuilderClass()DynamicGroupStatusstatus()The dynamic thing group status.StringstatusAsString()The dynamic thing group status.StringthingGroupArn()The thing group ARN.StringthingGroupId()The thing group ID.ThingGroupMetadatathingGroupMetadata()Thing group metadata.StringthingGroupName()The name of the thing group.ThingGroupPropertiesthingGroupProperties()The thing group properties.DescribeThingGroupResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.Longversion()The version of the thing group.-
Methods inherited from class software.amazon.awssdk.services.iot.model.IotResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
thingGroupName
public final String thingGroupName()
The name of the thing group.
- Returns:
- The name of the thing group.
-
thingGroupId
public final String thingGroupId()
The thing group ID.
- Returns:
- The thing group ID.
-
thingGroupArn
public final String thingGroupArn()
The thing group ARN.
- Returns:
- The thing group ARN.
-
version
public final Long version()
The version of the thing group.
- Returns:
- The version of the thing group.
-
thingGroupProperties
public final ThingGroupProperties thingGroupProperties()
The thing group properties.
- Returns:
- The thing group properties.
-
thingGroupMetadata
public final ThingGroupMetadata thingGroupMetadata()
Thing group metadata.
- Returns:
- Thing group metadata.
-
indexName
public final String indexName()
The dynamic thing group index name.
- Returns:
- The dynamic thing group index name.
-
queryString
public final String queryString()
The dynamic thing group search query string.
- Returns:
- The dynamic thing group search query string.
-
queryVersion
public final String queryVersion()
The dynamic thing group query version.
- Returns:
- The dynamic thing group query version.
-
status
public final DynamicGroupStatus status()
The dynamic thing group status.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnDynamicGroupStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The dynamic thing group status.
- See Also:
DynamicGroupStatus
-
statusAsString
public final String statusAsString()
The dynamic thing group status.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnDynamicGroupStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The dynamic thing group status.
- See Also:
DynamicGroupStatus
-
toBuilder
public DescribeThingGroupResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DescribeThingGroupResponse.Builder,DescribeThingGroupResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static DescribeThingGroupResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends DescribeThingGroupResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
-