Class GetBasePathMappingRequest

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

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

Request to describe a BasePathMapping resource.

  • Method Details

    • domainName

      public final String domainName()

      The domain name of the BasePathMapping resource to be described.

      Returns:
      The domain name of the BasePathMapping resource to be described.
    • domainNameId

      public final String domainNameId()

      The identifier for the domain name resource. Supported only for private custom domain names.

      Returns:
      The identifier for the domain name resource. Supported only for private custom domain names.
    • basePath

      public final String basePath()

      The base path name that callers of the API must provide as part of the URL after the domain name. This value must be unique for all of the mappings across a single API. Specify '(none)' if you do not want callers to specify any base path name after the domain name.

      Returns:
      The base path name that callers of the API must provide as part of the URL after the domain name. This value must be unique for all of the mappings across a single API. Specify '(none)' if you do not want callers to specify any base path name after the domain name.
    • toBuilder

      Specified by:
      toBuilder in interface ToCopyableBuilder<GetBasePathMappingRequest.Builder,GetBasePathMappingRequest>
      Specified by:
      toBuilder in class ApiGatewayRequest
    • builder

      public static GetBasePathMappingRequest.Builder builder()
    • serializableBuilderClass

      public static Class<? extends GetBasePathMappingRequest.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