@Generated(value="software.amazon.awssdk:codegen") public class DescribeTagsResponse extends AmazonWebServiceResult<ResponseMetadata> implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<DescribeTagsResponse.Builder,DescribeTagsResponse>
Amazon ML returns the following elements.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeTagsResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeTagsResponse.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
resourceId()
The ID of the tagged ML object.
|
TaggableResourceType |
resourceType()
The type of the tagged ML object.
|
String |
resourceTypeString()
The type of the tagged ML object.
|
static Class<? extends DescribeTagsResponse.Builder> |
serializableBuilderClass() |
List<Tag> |
tags()
A list of tags associated with the ML object.
|
DescribeTagsResponse.Builder |
toBuilder() |
String |
toString() |
public String resourceId()
The ID of the tagged ML object.
public TaggableResourceType resourceType()
The type of the tagged ML object.
If the service returns an enum value that is not available in the current SDK version, resourceType will
return TaggableResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from resourceTypeString().
TaggableResourceTypepublic String resourceTypeString()
The type of the tagged ML object.
If the service returns an enum value that is not available in the current SDK version, resourceType will
return TaggableResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from resourceTypeString().
TaggableResourceTypepublic List<Tag> tags()
A list of tags associated with the ML object.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public DescribeTagsResponse.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<DescribeTagsResponse.Builder,DescribeTagsResponse>public static DescribeTagsResponse.Builder builder()
public static Class<? extends DescribeTagsResponse.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2017. All rights reserved.