Class ListGeoLocationsRequest

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

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

A request to get a list of geographic locations that Amazon Route 53 supports for geolocation resource record sets.

  • Method Details

    • startContinentCode

      public final String startContinentCode()

      The code for the continent with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Route 53 has already returned a page or more of results, if IsTruncated is true, and if NextContinentCode from the previous response has a value, enter that value in startcontinentcode to return the next page of results.

      Include startcontinentcode only if you want to list continents. Don't include startcontinentcode when you're listing countries or countries with their subdivisions.

      Returns:
      The code for the continent with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Route 53 has already returned a page or more of results, if IsTruncated is true, and if NextContinentCode from the previous response has a value, enter that value in startcontinentcode to return the next page of results.

      Include startcontinentcode only if you want to list continents. Don't include startcontinentcode when you're listing countries or countries with their subdivisions.

    • startCountryCode

      public final String startCountryCode()

      The code for the country with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Route 53 has already returned a page or more of results, if IsTruncated is true, and if NextCountryCode from the previous response has a value, enter that value in startcountrycode to return the next page of results.

      Returns:
      The code for the country with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Route 53 has already returned a page or more of results, if IsTruncated is true, and if NextCountryCode from the previous response has a value, enter that value in startcountrycode to return the next page of results.
    • startSubdivisionCode

      public final String startSubdivisionCode()

      The code for the state of the United States with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Route 53 has already returned a page or more of results, if IsTruncated is true, and if NextSubdivisionCode from the previous response has a value, enter that value in startsubdivisioncode to return the next page of results.

      To list subdivisions (U.S. states), you must include both startcountrycode and startsubdivisioncode.

      Returns:
      The code for the state of the United States with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Route 53 has already returned a page or more of results, if IsTruncated is true, and if NextSubdivisionCode from the previous response has a value, enter that value in startsubdivisioncode to return the next page of results.

      To list subdivisions (U.S. states), you must include both startcountrycode and startsubdivisioncode.

    • maxItems

      public final String maxItems()

      (Optional) The maximum number of geolocations to be included in the response body for this request. If more than maxitems geolocations remain to be listed, then the value of the IsTruncated element in the response is true.

      Returns:
      (Optional) The maximum number of geolocations to be included in the response body for this request. If more than maxitems geolocations remain to be listed, then the value of the IsTruncated element in the response is true.
    • toBuilder

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

      public static ListGeoLocationsRequest.Builder builder()
    • serializableBuilderClass

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