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

com.amazonaws.services.route53.model.ListGeoLocationsRequest 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

There is a newer version: 1.11.98
Show newest version
/*
 * Copyright 2010-2016 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 com.amazonaws.AmazonWebServiceRequest;

/**
 * 

* The input for a ListGeoLocations request. *

*/ public class ListGeoLocationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable { /** *

* The first continent code in the lexicographic ordering of geo locations * that you want the ListGeoLocations request to list. For * non-continent geo locations, this should be null. *

*

* Valid values: AF | AN | AS | * EU | OC | NA | SA *

*

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

*/ private String startContinentCode; /** *

* The first country code in the lexicographic ordering of geo locations * that you want the ListGeoLocations request to list. *

*

* The default geo location uses a * for the country code. All * other country codes follow the ISO 3166 two-character code. *

*/ private String startCountryCode; /** *

* The first subdivision code in the lexicographic ordering of geo locations * that you want the ListGeoLocations request to list. *

*

* Constraint: Specifying SubdivisionCode without * CountryCode returns an InvalidInput error. *

*/ private String startSubdivisionCode; /** *

* The maximum number of geo locations you want in the response body. *

*/ private String maxItems; /** *

* The first continent code in the lexicographic ordering of geo locations * that you want the ListGeoLocations request to list. For * non-continent geo locations, this should be null. *

*

* Valid values: AF | AN | AS | * EU | OC | NA | SA *

*

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

* * @param startContinentCode * The first continent code in the lexicographic ordering of geo * locations that you want the ListGeoLocations request * to list. For non-continent geo locations, this should be null.

*

* Valid values: AF | AN | AS * | EU | OC | NA | * SA *

*

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

* The first continent code in the lexicographic ordering of geo locations * that you want the ListGeoLocations request to list. For * non-continent geo locations, this should be null. *

*

* Valid values: AF | AN | AS | * EU | OC | NA | SA *

*

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

* * @return The first continent code in the lexicographic ordering of geo * locations that you want the ListGeoLocations request * to list. For non-continent geo locations, this should be * null.

*

* Valid values: AF | AN | AS * | EU | OC | NA | * SA *

*

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

* The first continent code in the lexicographic ordering of geo locations * that you want the ListGeoLocations request to list. For * non-continent geo locations, this should be null. *

*

* Valid values: AF | AN | AS | * EU | OC | NA | SA *

*

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

* * @param startContinentCode * The first continent code in the lexicographic ordering of geo * locations that you want the ListGeoLocations request * to list. For non-continent geo locations, this should be null.

*

* Valid values: AF | AN | AS * | EU | OC | NA | * SA *

*

* 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 ListGeoLocationsRequest withStartContinentCode( String startContinentCode) { setStartContinentCode(startContinentCode); return this; } /** *

* The first country code in the lexicographic ordering of geo locations * that you want the ListGeoLocations request to list. *

*

* The default geo location uses a * for the country code. All * other country codes follow the ISO 3166 two-character code. *

* * @param startCountryCode * The first country code in the lexicographic ordering of geo * locations that you want the ListGeoLocations request * to list.

*

* The default geo location uses a * for the country * code. All other country codes follow the ISO 3166 two-character * code. */ public void setStartCountryCode(String startCountryCode) { this.startCountryCode = startCountryCode; } /** *

* The first country code in the lexicographic ordering of geo locations * that you want the ListGeoLocations request to list. *

*

* The default geo location uses a * for the country code. All * other country codes follow the ISO 3166 two-character code. *

* * @return The first country code in the lexicographic ordering of geo * locations that you want the ListGeoLocations request * to list.

*

* The default geo location uses a * for the country * code. All other country codes follow the ISO 3166 two-character * code. */ public String getStartCountryCode() { return this.startCountryCode; } /** *

* The first country code in the lexicographic ordering of geo locations * that you want the ListGeoLocations request to list. *

*

* The default geo location uses a * for the country code. All * other country codes follow the ISO 3166 two-character code. *

* * @param startCountryCode * The first country code in the lexicographic ordering of geo * locations that you want the ListGeoLocations request * to list.

*

* The default geo location uses a * for the country * code. All other country codes follow the ISO 3166 two-character * code. * @return Returns a reference to this object so that method calls can be * chained together. */ public ListGeoLocationsRequest withStartCountryCode(String startCountryCode) { setStartCountryCode(startCountryCode); return this; } /** *

* The first subdivision code in the lexicographic ordering of geo locations * that you want the ListGeoLocations request to list. *

*

* Constraint: Specifying SubdivisionCode without * CountryCode returns an InvalidInput error. *

* * @param startSubdivisionCode * The first subdivision code in the lexicographic ordering of geo * locations that you want the ListGeoLocations request * to list.

*

* Constraint: Specifying SubdivisionCode without * CountryCode returns an InvalidInput * error. */ public void setStartSubdivisionCode(String startSubdivisionCode) { this.startSubdivisionCode = startSubdivisionCode; } /** *

* The first subdivision code in the lexicographic ordering of geo locations * that you want the ListGeoLocations request to list. *

*

* Constraint: Specifying SubdivisionCode without * CountryCode returns an InvalidInput error. *

* * @return The first subdivision code in the lexicographic ordering of geo * locations that you want the ListGeoLocations request * to list.

*

* Constraint: Specifying SubdivisionCode without * CountryCode returns an InvalidInput * error. */ public String getStartSubdivisionCode() { return this.startSubdivisionCode; } /** *

* The first subdivision code in the lexicographic ordering of geo locations * that you want the ListGeoLocations request to list. *

*

* Constraint: Specifying SubdivisionCode without * CountryCode returns an InvalidInput error. *

* * @param startSubdivisionCode * The first subdivision code in the lexicographic ordering of geo * locations that you want the ListGeoLocations request * to list.

*

* Constraint: Specifying SubdivisionCode without * CountryCode returns an InvalidInput * error. * @return Returns a reference to this object so that method calls can be * chained together. */ public ListGeoLocationsRequest withStartSubdivisionCode( String startSubdivisionCode) { setStartSubdivisionCode(startSubdivisionCode); return this; } /** *

* The maximum number of geo locations you want in the response body. *

* * @param maxItems * The maximum number of geo locations you want in the response body. */ public void setMaxItems(String maxItems) { this.maxItems = maxItems; } /** *

* The maximum number of geo locations you want in the response body. *

* * @return The maximum number of geo locations you want in the response * body. */ public String getMaxItems() { return this.maxItems; } /** *

* The maximum number of geo locations you want in the response body. *

* * @param maxItems * The maximum number of geo locations you want in the response body. * @return Returns a reference to this object so that method calls can be * chained together. */ public ListGeoLocationsRequest withMaxItems(String maxItems) { setMaxItems(maxItems); return this; } /** * Returns a string representation of this object; useful for testing and * debugging. * * @return A string representation of this object. * * @see java.lang.Object#toString() */ @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("{"); if (getStartContinentCode() != null) sb.append("StartContinentCode: " + getStartContinentCode() + ","); if (getStartCountryCode() != null) sb.append("StartCountryCode: " + getStartCountryCode() + ","); if (getStartSubdivisionCode() != null) sb.append("StartSubdivisionCode: " + getStartSubdivisionCode() + ","); if (getMaxItems() != null) sb.append("MaxItems: " + getMaxItems()); sb.append("}"); return sb.toString(); } @Override public boolean equals(Object obj) { if (this == obj) return true; if (obj == null) return false; if (obj instanceof ListGeoLocationsRequest == false) return false; ListGeoLocationsRequest other = (ListGeoLocationsRequest) obj; if (other.getStartContinentCode() == null ^ this.getStartContinentCode() == null) return false; if (other.getStartContinentCode() != null && other.getStartContinentCode().equals( this.getStartContinentCode()) == false) return false; if (other.getStartCountryCode() == null ^ this.getStartCountryCode() == null) return false; if (other.getStartCountryCode() != null && other.getStartCountryCode().equals( this.getStartCountryCode()) == false) return false; if (other.getStartSubdivisionCode() == null ^ this.getStartSubdivisionCode() == null) return false; if (other.getStartSubdivisionCode() != null && other.getStartSubdivisionCode().equals( this.getStartSubdivisionCode()) == false) return false; if (other.getMaxItems() == null ^ this.getMaxItems() == null) return false; if (other.getMaxItems() != null && other.getMaxItems().equals(this.getMaxItems()) == false) return false; return true; } @Override public int hashCode() { final int prime = 31; int hashCode = 1; hashCode = prime * hashCode + ((getStartContinentCode() == null) ? 0 : getStartContinentCode().hashCode()); hashCode = prime * hashCode + ((getStartCountryCode() == null) ? 0 : getStartCountryCode() .hashCode()); hashCode = prime * hashCode + ((getStartSubdivisionCode() == null) ? 0 : getStartSubdivisionCode().hashCode()); hashCode = prime * hashCode + ((getMaxItems() == null) ? 0 : getMaxItems().hashCode()); return hashCode; } @Override public ListGeoLocationsRequest clone() { return (ListGeoLocationsRequest) super.clone(); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy