Class GetTagsRequest

All Implemented Interfaces:
SdkPojo, ToCopyableBuilder<GetTagsRequest.Builder,GetTagsRequest>

@Generated("software.amazon.awssdk:codegen") public final class GetTagsRequest extends ApiGatewayRequest implements ToCopyableBuilder<GetTagsRequest.Builder,GetTagsRequest>

Gets the Tags collection for a given resource.

  • Method Details

    • resourceArn

      public final String resourceArn()

      The ARN of a resource that can be tagged.

      Returns:
      The ARN of a resource that can be tagged.
    • position

      public final String position()

      (Not currently supported) The current pagination position in the paged result set.

      Returns:
      (Not currently supported) The current pagination position in the paged result set.
    • limit

      public final Integer limit()

      (Not currently supported) The maximum number of returned results per page. The default value is 25 and the maximum value is 500.

      Returns:
      (Not currently supported) The maximum number of returned results per page. The default value is 25 and the maximum value is 500.
    • toBuilder

      public GetTagsRequest.Builder toBuilder()
      Specified by:
      toBuilder in interface ToCopyableBuilder<GetTagsRequest.Builder,GetTagsRequest>
      Specified by:
      toBuilder in class ApiGatewayRequest
    • builder

      public static GetTagsRequest.Builder builder()
    • serializableBuilderClass

      public static Class<? extends GetTagsRequest.Builder> serializableBuilderClass()
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class AwsRequest
    • equals

      public final boolean equals(Object obj)
      Overrides:
      equals in class AwsRequest
    • equalsBySdkFields

      public final boolean equalsBySdkFields(Object obj)
      Specified by:
      equalsBySdkFields in interface SdkPojo
    • 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.
      Overrides:
      toString in class Object
    • getValueForField

      public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
      Overrides:
      getValueForField in class SdkRequest
    • sdkFields

      public final List<SdkField<?>> sdkFields()
      Specified by:
      sdkFields in interface SdkPojo
    • sdkFieldNameToField

      public final Map<String,SdkField<?>> sdkFieldNameToField()
      Specified by:
      sdkFieldNameToField in interface SdkPojo