Class GetDomainNameAccessAssociationsRequest

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

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

    • position

      public final String position()

      The current pagination position in the paged result set.

      Returns:
      The current pagination position in the paged result set.
    • limit

      public final Integer limit()

      The maximum number of returned results per page. The default value is 25 and the maximum value is 500.

      Returns:
      The maximum number of returned results per page. The default value is 25 and the maximum value is 500.
    • resourceOwner

      public final ResourceOwner resourceOwner()

      The owner of the domain name access association. Use SELF to only list the domain name access associations owned by your own account. Use OTHER_ACCOUNTS to list the domain name access associations with your private custom domain names that are owned by other AWS accounts.

      If the service returns an enum value that is not available in the current SDK version, resourceOwner will return ResourceOwner.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from resourceOwnerAsString().

      Returns:
      The owner of the domain name access association. Use SELF to only list the domain name access associations owned by your own account. Use OTHER_ACCOUNTS to list the domain name access associations with your private custom domain names that are owned by other AWS accounts.
      See Also:
    • resourceOwnerAsString

      public final String resourceOwnerAsString()

      The owner of the domain name access association. Use SELF to only list the domain name access associations owned by your own account. Use OTHER_ACCOUNTS to list the domain name access associations with your private custom domain names that are owned by other AWS accounts.

      If the service returns an enum value that is not available in the current SDK version, resourceOwner will return ResourceOwner.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from resourceOwnerAsString().

      Returns:
      The owner of the domain name access association. Use SELF to only list the domain name access associations owned by your own account. Use OTHER_ACCOUNTS to list the domain name access associations with your private custom domain names that are owned by other AWS accounts.
      See Also:
    • toBuilder

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

    • serializableBuilderClass

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