All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.amazonaws.services.route53.model.GeoLocation Maven / Gradle / Ivy

Go to download

The AWS Java SDK for Amazon Route53 module holds the client classes that are used for communicating with Amazon Route53 Service

The newest version!
/*
 * Copyright 2019-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 * 
 * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
 * the License. A copy of the License is located at
 * 
 * http://aws.amazon.com/apache2.0
 * 
 * or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
 * CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions
 * and limitations under the License.
 */
package com.amazonaws.services.route53.model;

import java.io.Serializable;
import javax.annotation.Generated;

/**
 * 

* A complex type that contains information about a geographic location. *

* * @see AWS API * Documentation */ @Generated("com.amazonaws:aws-java-sdk-code-generator") public class GeoLocation implements Serializable, Cloneable { /** *

* The two-letter code for the continent. *

*

* Amazon Route 53 supports the following continent codes: *

*
    *
  • *

    * AF: Africa *

    *
  • *
  • *

    * AN: Antarctica *

    *
  • *
  • *

    * AS: Asia *

    *
  • *
  • *

    * EU: Europe *

    *
  • *
  • *

    * OC: Oceania *

    *
  • *
  • *

    * NA: North America *

    *
  • *
  • *

    * SA: South America *

    *
  • *
*

* Constraint: Specifying ContinentCode with either CountryCode or * SubdivisionCode returns an InvalidInput error. *

*/ private String continentCode; /** *

* For geolocation resource record sets, the two-letter code for a country. *

*

* Amazon Route 53 uses the two-letter country codes that are specified in ISO standard 3166-1 alpha-2. *

*

* Route 53 also supports the country code UA for Ukraine. *

*/ private String countryCode; /** *

* For geolocation resource record sets, the two-letter code for a state of the United States. Route 53 doesn't * support any other values for SubdivisionCode. For a list of state abbreviations, see Appendix B: Two–Letter State and Possession Abbreviations on * the United States Postal Service website. *

*

* If you specify subdivisioncode, you must also specify US for CountryCode. *

*/ private String subdivisionCode; /** *

* The two-letter code for the continent. *

*

* Amazon Route 53 supports the following continent codes: *

*
    *
  • *

    * AF: Africa *

    *
  • *
  • *

    * AN: Antarctica *

    *
  • *
  • *

    * AS: Asia *

    *
  • *
  • *

    * EU: Europe *

    *
  • *
  • *

    * OC: Oceania *

    *
  • *
  • *

    * NA: North America *

    *
  • *
  • *

    * SA: South America *

    *
  • *
*

* Constraint: Specifying ContinentCode with either CountryCode or * SubdivisionCode returns an InvalidInput error. *

* * @param continentCode * The two-letter code for the continent.

*

* Amazon Route 53 supports the following continent codes: *

*
    *
  • *

    * AF: Africa *

    *
  • *
  • *

    * AN: Antarctica *

    *
  • *
  • *

    * AS: Asia *

    *
  • *
  • *

    * EU: Europe *

    *
  • *
  • *

    * OC: Oceania *

    *
  • *
  • *

    * NA: North America *

    *
  • *
  • *

    * SA: South America *

    *
  • *
*

* Constraint: Specifying ContinentCode with either CountryCode or * SubdivisionCode returns an InvalidInput error. */ public void setContinentCode(String continentCode) { this.continentCode = continentCode; } /** *

* The two-letter code for the continent. *

*

* Amazon Route 53 supports the following continent codes: *

*
    *
  • *

    * AF: Africa *

    *
  • *
  • *

    * AN: Antarctica *

    *
  • *
  • *

    * AS: Asia *

    *
  • *
  • *

    * EU: Europe *

    *
  • *
  • *

    * OC: Oceania *

    *
  • *
  • *

    * NA: North America *

    *
  • *
  • *

    * SA: South America *

    *
  • *
*

* Constraint: Specifying ContinentCode with either CountryCode or * SubdivisionCode returns an InvalidInput error. *

* * @return The two-letter code for the continent.

*

* Amazon Route 53 supports the following continent codes: *

*
    *
  • *

    * AF: Africa *

    *
  • *
  • *

    * AN: Antarctica *

    *
  • *
  • *

    * AS: Asia *

    *
  • *
  • *

    * EU: Europe *

    *
  • *
  • *

    * OC: Oceania *

    *
  • *
  • *

    * NA: North America *

    *
  • *
  • *

    * SA: South America *

    *
  • *
*

* Constraint: Specifying ContinentCode with either CountryCode or * SubdivisionCode returns an InvalidInput error. */ public String getContinentCode() { return this.continentCode; } /** *

* The two-letter code for the continent. *

*

* Amazon Route 53 supports the following continent codes: *

*
    *
  • *

    * AF: Africa *

    *
  • *
  • *

    * AN: Antarctica *

    *
  • *
  • *

    * AS: Asia *

    *
  • *
  • *

    * EU: Europe *

    *
  • *
  • *

    * OC: Oceania *

    *
  • *
  • *

    * NA: North America *

    *
  • *
  • *

    * SA: South America *

    *
  • *
*

* Constraint: Specifying ContinentCode with either CountryCode or * SubdivisionCode returns an InvalidInput error. *

* * @param continentCode * The two-letter code for the continent.

*

* Amazon Route 53 supports the following continent codes: *

*
    *
  • *

    * AF: Africa *

    *
  • *
  • *

    * AN: Antarctica *

    *
  • *
  • *

    * AS: Asia *

    *
  • *
  • *

    * EU: Europe *

    *
  • *
  • *

    * OC: Oceania *

    *
  • *
  • *

    * NA: North America *

    *
  • *
  • *

    * SA: South America *

    *
  • *
*

* Constraint: Specifying ContinentCode with either CountryCode or * SubdivisionCode returns an InvalidInput error. * @return Returns a reference to this object so that method calls can be chained together. */ public GeoLocation withContinentCode(String continentCode) { setContinentCode(continentCode); return this; } /** *

* For geolocation resource record sets, the two-letter code for a country. *

*

* Amazon Route 53 uses the two-letter country codes that are specified in ISO standard 3166-1 alpha-2. *

*

* Route 53 also supports the country code UA for Ukraine. *

* * @param countryCode * For geolocation resource record sets, the two-letter code for a country.

*

* Amazon Route 53 uses the two-letter country codes that are specified in ISO standard 3166-1 alpha-2. *

*

* Route 53 also supports the country code UA for Ukraine. */ public void setCountryCode(String countryCode) { this.countryCode = countryCode; } /** *

* For geolocation resource record sets, the two-letter code for a country. *

*

* Amazon Route 53 uses the two-letter country codes that are specified in ISO standard 3166-1 alpha-2. *

*

* Route 53 also supports the country code UA for Ukraine. *

* * @return For geolocation resource record sets, the two-letter code for a country.

*

* Amazon Route 53 uses the two-letter country codes that are specified in ISO standard 3166-1 alpha-2. *

*

* Route 53 also supports the country code UA for Ukraine. */ public String getCountryCode() { return this.countryCode; } /** *

* For geolocation resource record sets, the two-letter code for a country. *

*

* Amazon Route 53 uses the two-letter country codes that are specified in ISO standard 3166-1 alpha-2. *

*

* Route 53 also supports the country code UA for Ukraine. *

* * @param countryCode * For geolocation resource record sets, the two-letter code for a country.

*

* Amazon Route 53 uses the two-letter country codes that are specified in ISO standard 3166-1 alpha-2. *

*

* Route 53 also supports the country code UA for Ukraine. * @return Returns a reference to this object so that method calls can be chained together. */ public GeoLocation withCountryCode(String countryCode) { setCountryCode(countryCode); return this; } /** *

* For geolocation resource record sets, the two-letter code for a state of the United States. Route 53 doesn't * support any other values for SubdivisionCode. For a list of state abbreviations, see Appendix B: Two–Letter State and Possession Abbreviations on * the United States Postal Service website. *

*

* If you specify subdivisioncode, you must also specify US for CountryCode. *

* * @param subdivisionCode * For geolocation resource record sets, the two-letter code for a state of the United States. Route 53 * doesn't support any other values for SubdivisionCode. For a list of state abbreviations, see * Appendix B: Two–Letter State and Possession * Abbreviations on the United States Postal Service website.

*

* If you specify subdivisioncode, you must also specify US for * CountryCode. */ public void setSubdivisionCode(String subdivisionCode) { this.subdivisionCode = subdivisionCode; } /** *

* For geolocation resource record sets, the two-letter code for a state of the United States. Route 53 doesn't * support any other values for SubdivisionCode. For a list of state abbreviations, see Appendix B: Two–Letter State and Possession Abbreviations on * the United States Postal Service website. *

*

* If you specify subdivisioncode, you must also specify US for CountryCode. *

* * @return For geolocation resource record sets, the two-letter code for a state of the United States. Route 53 * doesn't support any other values for SubdivisionCode. For a list of state abbreviations, see * Appendix B: Two–Letter State and Possession * Abbreviations on the United States Postal Service website.

*

* If you specify subdivisioncode, you must also specify US for * CountryCode. */ public String getSubdivisionCode() { return this.subdivisionCode; } /** *

* For geolocation resource record sets, the two-letter code for a state of the United States. Route 53 doesn't * support any other values for SubdivisionCode. For a list of state abbreviations, see Appendix B: Two–Letter State and Possession Abbreviations on * the United States Postal Service website. *

*

* If you specify subdivisioncode, you must also specify US for CountryCode. *

* * @param subdivisionCode * For geolocation resource record sets, the two-letter code for a state of the United States. Route 53 * doesn't support any other values for SubdivisionCode. For a list of state abbreviations, see * Appendix B: Two–Letter State and Possession * Abbreviations on the United States Postal Service website.

*

* If you specify subdivisioncode, you must also specify US for * CountryCode. * @return Returns a reference to this object so that method calls can be chained together. */ public GeoLocation withSubdivisionCode(String subdivisionCode) { setSubdivisionCode(subdivisionCode); return this; } /** * 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. * * @return A string representation of this object. * * @see java.lang.Object#toString() */ @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("{"); if (getContinentCode() != null) sb.append("ContinentCode: ").append(getContinentCode()).append(","); if (getCountryCode() != null) sb.append("CountryCode: ").append(getCountryCode()).append(","); if (getSubdivisionCode() != null) sb.append("SubdivisionCode: ").append(getSubdivisionCode()); sb.append("}"); return sb.toString(); } @Override public boolean equals(Object obj) { if (this == obj) return true; if (obj == null) return false; if (obj instanceof GeoLocation == false) return false; GeoLocation other = (GeoLocation) obj; if (other.getContinentCode() == null ^ this.getContinentCode() == null) return false; if (other.getContinentCode() != null && other.getContinentCode().equals(this.getContinentCode()) == false) return false; if (other.getCountryCode() == null ^ this.getCountryCode() == null) return false; if (other.getCountryCode() != null && other.getCountryCode().equals(this.getCountryCode()) == false) return false; if (other.getSubdivisionCode() == null ^ this.getSubdivisionCode() == null) return false; if (other.getSubdivisionCode() != null && other.getSubdivisionCode().equals(this.getSubdivisionCode()) == false) return false; return true; } @Override public int hashCode() { final int prime = 31; int hashCode = 1; hashCode = prime * hashCode + ((getContinentCode() == null) ? 0 : getContinentCode().hashCode()); hashCode = prime * hashCode + ((getCountryCode() == null) ? 0 : getCountryCode().hashCode()); hashCode = prime * hashCode + ((getSubdivisionCode() == null) ? 0 : getSubdivisionCode().hashCode()); return hashCode; } @Override public GeoLocation clone() { try { return (GeoLocation) super.clone(); } catch (CloneNotSupportedException e) { throw new IllegalStateException("Got a CloneNotSupportedException from Object.clone() " + "even though we're Cloneable!", e); } } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy