
com.amazonaws.services.route53domains.model.ExtraParam Maven / Gradle / Ivy
Show all versions of aws-java-sdk-route53 Show documentation
/*
* Copyright 2011-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.route53domains.model;
import java.io.Serializable;
/**
*
* ExtraParam includes the following elements.
*
*/
public class ExtraParam implements Serializable, Cloneable {
/**
*
* Name of the additional parameter required by the top-level domain.
*
*
* Type: String
*
*
* Default: None
*
*
* Valid values: DUNS_NUMBER
| BRAND_NUMBER
| BIRTH_DEPARTMENT
|
* BIRTH_DATE_IN_YYYY_MM_DD
| BIRTH_COUNTRY
| BIRTH_CITY
|
* DOCUMENT_NUMBER
| AU_ID_NUMBER
| AU_ID_TYPE
| CA_LEGAL_TYPE
|
* CA_BUSINESS_ENTITY_TYPE
|ES_IDENTIFICATION
| ES_IDENTIFICATION_TYPE
|
* ES_LEGAL_FORM
| FI_BUSINESS_NUMBER
| FI_ID_NUMBER
| IT_PIN
|
* RU_PASSPORT_DATA
| SE_ID_NUMBER
| SG_ID_NUMBER
| VAT_NUMBER
*
*
* Parent: ExtraParams
*
*
* Required: Yes
*
*/
private String name;
/**
*
* Values corresponding to the additional parameter names required by some top-level domains.
*
*
* Type: String
*
*
* Default: None
*
*
* Constraints: Maximum 2048 characters.
*
*
* Parent: ExtraParams
*
*
* Required: Yes
*
*/
private String value;
/**
*
* Name of the additional parameter required by the top-level domain.
*
*
* Type: String
*
*
* Default: None
*
*
* Valid values: DUNS_NUMBER
| BRAND_NUMBER
| BIRTH_DEPARTMENT
|
* BIRTH_DATE_IN_YYYY_MM_DD
| BIRTH_COUNTRY
| BIRTH_CITY
|
* DOCUMENT_NUMBER
| AU_ID_NUMBER
| AU_ID_TYPE
| CA_LEGAL_TYPE
|
* CA_BUSINESS_ENTITY_TYPE
|ES_IDENTIFICATION
| ES_IDENTIFICATION_TYPE
|
* ES_LEGAL_FORM
| FI_BUSINESS_NUMBER
| FI_ID_NUMBER
| IT_PIN
|
* RU_PASSPORT_DATA
| SE_ID_NUMBER
| SG_ID_NUMBER
| VAT_NUMBER
*
*
* Parent: ExtraParams
*
*
* Required: Yes
*
*
* @param name
* Name of the additional parameter required by the top-level domain.
*
* Type: String
*
*
* Default: None
*
*
* Valid values: DUNS_NUMBER
| BRAND_NUMBER
| BIRTH_DEPARTMENT
|
* BIRTH_DATE_IN_YYYY_MM_DD
| BIRTH_COUNTRY
| BIRTH_CITY
|
* DOCUMENT_NUMBER
| AU_ID_NUMBER
| AU_ID_TYPE
|
* CA_LEGAL_TYPE
| CA_BUSINESS_ENTITY_TYPE
|ES_IDENTIFICATION
|
* ES_IDENTIFICATION_TYPE
| ES_LEGAL_FORM
| FI_BUSINESS_NUMBER
|
* FI_ID_NUMBER
| IT_PIN
| RU_PASSPORT_DATA
|
* SE_ID_NUMBER
| SG_ID_NUMBER
| VAT_NUMBER
*
*
* Parent: ExtraParams
*
*
* Required: Yes
* @see ExtraParamName
*/
public void setName(String name) {
this.name = name;
}
/**
*
* Name of the additional parameter required by the top-level domain.
*
*
* Type: String
*
*
* Default: None
*
*
* Valid values: DUNS_NUMBER
| BRAND_NUMBER
| BIRTH_DEPARTMENT
|
* BIRTH_DATE_IN_YYYY_MM_DD
| BIRTH_COUNTRY
| BIRTH_CITY
|
* DOCUMENT_NUMBER
| AU_ID_NUMBER
| AU_ID_TYPE
| CA_LEGAL_TYPE
|
* CA_BUSINESS_ENTITY_TYPE
|ES_IDENTIFICATION
| ES_IDENTIFICATION_TYPE
|
* ES_LEGAL_FORM
| FI_BUSINESS_NUMBER
| FI_ID_NUMBER
| IT_PIN
|
* RU_PASSPORT_DATA
| SE_ID_NUMBER
| SG_ID_NUMBER
| VAT_NUMBER
*
*
* Parent: ExtraParams
*
*
* Required: Yes
*
*
* @return Name of the additional parameter required by the top-level domain.
*
* Type: String
*
*
* Default: None
*
*
* Valid values: DUNS_NUMBER
| BRAND_NUMBER
| BIRTH_DEPARTMENT
|
* BIRTH_DATE_IN_YYYY_MM_DD
| BIRTH_COUNTRY
| BIRTH_CITY
|
* DOCUMENT_NUMBER
| AU_ID_NUMBER
| AU_ID_TYPE
|
* CA_LEGAL_TYPE
| CA_BUSINESS_ENTITY_TYPE
|ES_IDENTIFICATION
|
* ES_IDENTIFICATION_TYPE
| ES_LEGAL_FORM
| FI_BUSINESS_NUMBER
|
* FI_ID_NUMBER
| IT_PIN
| RU_PASSPORT_DATA
|
* SE_ID_NUMBER
| SG_ID_NUMBER
| VAT_NUMBER
*
*
* Parent: ExtraParams
*
*
* Required: Yes
* @see ExtraParamName
*/
public String getName() {
return this.name;
}
/**
*
* Name of the additional parameter required by the top-level domain.
*
*
* Type: String
*
*
* Default: None
*
*
* Valid values: DUNS_NUMBER
| BRAND_NUMBER
| BIRTH_DEPARTMENT
|
* BIRTH_DATE_IN_YYYY_MM_DD
| BIRTH_COUNTRY
| BIRTH_CITY
|
* DOCUMENT_NUMBER
| AU_ID_NUMBER
| AU_ID_TYPE
| CA_LEGAL_TYPE
|
* CA_BUSINESS_ENTITY_TYPE
|ES_IDENTIFICATION
| ES_IDENTIFICATION_TYPE
|
* ES_LEGAL_FORM
| FI_BUSINESS_NUMBER
| FI_ID_NUMBER
| IT_PIN
|
* RU_PASSPORT_DATA
| SE_ID_NUMBER
| SG_ID_NUMBER
| VAT_NUMBER
*
*
* Parent: ExtraParams
*
*
* Required: Yes
*
*
* @param name
* Name of the additional parameter required by the top-level domain.
*
* Type: String
*
*
* Default: None
*
*
* Valid values: DUNS_NUMBER
| BRAND_NUMBER
| BIRTH_DEPARTMENT
|
* BIRTH_DATE_IN_YYYY_MM_DD
| BIRTH_COUNTRY
| BIRTH_CITY
|
* DOCUMENT_NUMBER
| AU_ID_NUMBER
| AU_ID_TYPE
|
* CA_LEGAL_TYPE
| CA_BUSINESS_ENTITY_TYPE
|ES_IDENTIFICATION
|
* ES_IDENTIFICATION_TYPE
| ES_LEGAL_FORM
| FI_BUSINESS_NUMBER
|
* FI_ID_NUMBER
| IT_PIN
| RU_PASSPORT_DATA
|
* SE_ID_NUMBER
| SG_ID_NUMBER
| VAT_NUMBER
*
*
* Parent: ExtraParams
*
*
* Required: Yes
* @return Returns a reference to this object so that method calls can be chained together.
* @see ExtraParamName
*/
public ExtraParam withName(String name) {
setName(name);
return this;
}
/**
*
* Name of the additional parameter required by the top-level domain.
*
*
* Type: String
*
*
* Default: None
*
*
* Valid values: DUNS_NUMBER
| BRAND_NUMBER
| BIRTH_DEPARTMENT
|
* BIRTH_DATE_IN_YYYY_MM_DD
| BIRTH_COUNTRY
| BIRTH_CITY
|
* DOCUMENT_NUMBER
| AU_ID_NUMBER
| AU_ID_TYPE
| CA_LEGAL_TYPE
|
* CA_BUSINESS_ENTITY_TYPE
|ES_IDENTIFICATION
| ES_IDENTIFICATION_TYPE
|
* ES_LEGAL_FORM
| FI_BUSINESS_NUMBER
| FI_ID_NUMBER
| IT_PIN
|
* RU_PASSPORT_DATA
| SE_ID_NUMBER
| SG_ID_NUMBER
| VAT_NUMBER
*
*
* Parent: ExtraParams
*
*
* Required: Yes
*
*
* @param name
* Name of the additional parameter required by the top-level domain.
*
* Type: String
*
*
* Default: None
*
*
* Valid values: DUNS_NUMBER
| BRAND_NUMBER
| BIRTH_DEPARTMENT
|
* BIRTH_DATE_IN_YYYY_MM_DD
| BIRTH_COUNTRY
| BIRTH_CITY
|
* DOCUMENT_NUMBER
| AU_ID_NUMBER
| AU_ID_TYPE
|
* CA_LEGAL_TYPE
| CA_BUSINESS_ENTITY_TYPE
|ES_IDENTIFICATION
|
* ES_IDENTIFICATION_TYPE
| ES_LEGAL_FORM
| FI_BUSINESS_NUMBER
|
* FI_ID_NUMBER
| IT_PIN
| RU_PASSPORT_DATA
|
* SE_ID_NUMBER
| SG_ID_NUMBER
| VAT_NUMBER
*
*
* Parent: ExtraParams
*
*
* Required: Yes
* @see ExtraParamName
*/
public void setName(ExtraParamName name) {
this.name = name.toString();
}
/**
*
* Name of the additional parameter required by the top-level domain.
*
*
* Type: String
*
*
* Default: None
*
*
* Valid values: DUNS_NUMBER
| BRAND_NUMBER
| BIRTH_DEPARTMENT
|
* BIRTH_DATE_IN_YYYY_MM_DD
| BIRTH_COUNTRY
| BIRTH_CITY
|
* DOCUMENT_NUMBER
| AU_ID_NUMBER
| AU_ID_TYPE
| CA_LEGAL_TYPE
|
* CA_BUSINESS_ENTITY_TYPE
|ES_IDENTIFICATION
| ES_IDENTIFICATION_TYPE
|
* ES_LEGAL_FORM
| FI_BUSINESS_NUMBER
| FI_ID_NUMBER
| IT_PIN
|
* RU_PASSPORT_DATA
| SE_ID_NUMBER
| SG_ID_NUMBER
| VAT_NUMBER
*
*
* Parent: ExtraParams
*
*
* Required: Yes
*
*
* @param name
* Name of the additional parameter required by the top-level domain.
*
* Type: String
*
*
* Default: None
*
*
* Valid values: DUNS_NUMBER
| BRAND_NUMBER
| BIRTH_DEPARTMENT
|
* BIRTH_DATE_IN_YYYY_MM_DD
| BIRTH_COUNTRY
| BIRTH_CITY
|
* DOCUMENT_NUMBER
| AU_ID_NUMBER
| AU_ID_TYPE
|
* CA_LEGAL_TYPE
| CA_BUSINESS_ENTITY_TYPE
|ES_IDENTIFICATION
|
* ES_IDENTIFICATION_TYPE
| ES_LEGAL_FORM
| FI_BUSINESS_NUMBER
|
* FI_ID_NUMBER
| IT_PIN
| RU_PASSPORT_DATA
|
* SE_ID_NUMBER
| SG_ID_NUMBER
| VAT_NUMBER
*
*
* Parent: ExtraParams
*
*
* Required: Yes
* @return Returns a reference to this object so that method calls can be chained together.
* @see ExtraParamName
*/
public ExtraParam withName(ExtraParamName name) {
setName(name);
return this;
}
/**
*
* Values corresponding to the additional parameter names required by some top-level domains.
*
*
* Type: String
*
*
* Default: None
*
*
* Constraints: Maximum 2048 characters.
*
*
* Parent: ExtraParams
*
*
* Required: Yes
*
*
* @param value
* Values corresponding to the additional parameter names required by some top-level domains.
*
* Type: String
*
*
* Default: None
*
*
* Constraints: Maximum 2048 characters.
*
*
* Parent: ExtraParams
*
*
* Required: Yes
*/
public void setValue(String value) {
this.value = value;
}
/**
*
* Values corresponding to the additional parameter names required by some top-level domains.
*
*
* Type: String
*
*
* Default: None
*
*
* Constraints: Maximum 2048 characters.
*
*
* Parent: ExtraParams
*
*
* Required: Yes
*
*
* @return Values corresponding to the additional parameter names required by some top-level domains.
*
* Type: String
*
*
* Default: None
*
*
* Constraints: Maximum 2048 characters.
*
*
* Parent: ExtraParams
*
*
* Required: Yes
*/
public String getValue() {
return this.value;
}
/**
*
* Values corresponding to the additional parameter names required by some top-level domains.
*
*
* Type: String
*
*
* Default: None
*
*
* Constraints: Maximum 2048 characters.
*
*
* Parent: ExtraParams
*
*
* Required: Yes
*
*
* @param value
* Values corresponding to the additional parameter names required by some top-level domains.
*
* Type: String
*
*
* Default: None
*
*
* Constraints: Maximum 2048 characters.
*
*
* Parent: ExtraParams
*
*
* Required: Yes
* @return Returns a reference to this object so that method calls can be chained together.
*/
public ExtraParam withValue(String value) {
setValue(value);
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 (getName() != null)
sb.append("Name: " + getName() + ",");
if (getValue() != null)
sb.append("Value: " + getValue());
sb.append("}");
return sb.toString();
}
@Override
public boolean equals(Object obj) {
if (this == obj)
return true;
if (obj == null)
return false;
if (obj instanceof ExtraParam == false)
return false;
ExtraParam other = (ExtraParam) obj;
if (other.getName() == null ^ this.getName() == null)
return false;
if (other.getName() != null && other.getName().equals(this.getName()) == false)
return false;
if (other.getValue() == null ^ this.getValue() == null)
return false;
if (other.getValue() != null && other.getValue().equals(this.getValue()) == false)
return false;
return true;
}
@Override
public int hashCode() {
final int prime = 31;
int hashCode = 1;
hashCode = prime * hashCode + ((getName() == null) ? 0 : getName().hashCode());
hashCode = prime * hashCode + ((getValue() == null) ? 0 : getValue().hashCode());
return hashCode;
}
@Override
public ExtraParam clone() {
try {
return (ExtraParam) super.clone();
} catch (CloneNotSupportedException e) {
throw new IllegalStateException("Got a CloneNotSupportedException from Object.clone() " + "even though we're Cloneable!", e);
}
}
}