Class AddTagsResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.machinelearning.model.MachineLearningResponse
-
- software.amazon.awssdk.services.machinelearning.model.AddTagsResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<AddTagsResponse.Builder,AddTagsResponse>
@Generated("software.amazon.awssdk:codegen") public final class AddTagsResponse extends MachineLearningResponse implements ToCopyableBuilder<AddTagsResponse.Builder,AddTagsResponse>
Amazon ML returns the following elements.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAddTagsResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AddTagsResponse.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringresourceId()The ID of the ML object that was tagged.TaggableResourceTyperesourceType()The type of the ML object that was tagged.StringresourceTypeAsString()The type of the ML object that was tagged.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends AddTagsResponse.Builder>serializableBuilderClass()AddTagsResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.machinelearning.model.MachineLearningResponse
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
-
resourceId
public final String resourceId()
The ID of the ML object that was tagged.
- Returns:
- The ID of the ML object that was tagged.
-
resourceType
public final TaggableResourceType resourceType()
The type of the ML object that was tagged.
If the service returns an enum value that is not available in the current SDK version,
resourceTypewill returnTaggableResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromresourceTypeAsString().- Returns:
- The type of the ML object that was tagged.
- See Also:
TaggableResourceType
-
resourceTypeAsString
public final String resourceTypeAsString()
The type of the ML object that was tagged.
If the service returns an enum value that is not available in the current SDK version,
resourceTypewill returnTaggableResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromresourceTypeAsString().- Returns:
- The type of the ML object that was tagged.
- See Also:
TaggableResourceType
-
toBuilder
public AddTagsResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AddTagsResponse.Builder,AddTagsResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static AddTagsResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends AddTagsResponse.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
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-