@Generated(value="software.amazon.awssdk:codegen") public final class ExtraParam extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ExtraParam.Builder,ExtraParam>
ExtraParam includes the following elements.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExtraParam.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ExtraParam.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ExtraParamName |
name()
Name of the additional parameter required by the top-level domain.
|
String |
nameAsString()
Name of the additional parameter required by the top-level domain.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ExtraParam.Builder> |
serializableBuilderClass() |
ExtraParam.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
String |
value()
Values corresponding to the additional parameter names required by some top-level domains.
|
copypublic ExtraParamName name()
Name of the additional parameter required by the top-level domain. Here are the top-level domains that require additional parameters and which parameters they require:
.com.au and .net.au: AU_ID_NUMBER and AU_ID_TYPE
.ca: BRAND_NUMBER, CA_LEGAL_TYPE, and CA_BUSINESS_ENTITY_TYPE
.es: ES_IDENTIFICATION, ES_IDENTIFICATION_TYPE, and ES_LEGAL_FORM
.fi: BIRTH_DATE_IN_YYYY_MM_DD, FI_BUSINESS_NUMBER, FI_ID_NUMBER,
FI_NATIONALITY, and FI_ORGANIZATION_TYPE
.fr: BRAND_NUMBER, BIRTH_DEPARTMENT, BIRTH_DATE_IN_YYYY_MM_DD,
BIRTH_COUNTRY, and BIRTH_CITY
.it: BIRTH_COUNTRY, IT_PIN, and IT_REGISTRANT_ENTITY_TYPE
.ru: BIRTH_DATE_IN_YYYY_MM_DD and RU_PASSPORT_DATA
.se: BIRTH_COUNTRY and SE_ID_NUMBER
.sg: SG_ID_NUMBER
.co.uk, .me.uk, and .org.uk: UK_CONTACT_TYPE and UK_COMPANY_NUMBER
In addition, many TLDs require VAT_NUMBER.
If the service returns an enum value that is not available in the current SDK version, name will return
ExtraParamName.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
nameAsString().
.com.au and .net.au: AU_ID_NUMBER and AU_ID_TYPE
.ca: BRAND_NUMBER, CA_LEGAL_TYPE, and
CA_BUSINESS_ENTITY_TYPE
.es: ES_IDENTIFICATION, ES_IDENTIFICATION_TYPE, and
ES_LEGAL_FORM
.fi: BIRTH_DATE_IN_YYYY_MM_DD, FI_BUSINESS_NUMBER,
FI_ID_NUMBER, FI_NATIONALITY, and FI_ORGANIZATION_TYPE
.fr: BRAND_NUMBER, BIRTH_DEPARTMENT,
BIRTH_DATE_IN_YYYY_MM_DD, BIRTH_COUNTRY, and BIRTH_CITY
.it: BIRTH_COUNTRY, IT_PIN, and IT_REGISTRANT_ENTITY_TYPE
.ru: BIRTH_DATE_IN_YYYY_MM_DD and RU_PASSPORT_DATA
.se: BIRTH_COUNTRY and SE_ID_NUMBER
.sg: SG_ID_NUMBER
.co.uk, .me.uk, and .org.uk: UK_CONTACT_TYPE and UK_COMPANY_NUMBER
In addition, many TLDs require VAT_NUMBER.
ExtraParamNamepublic String nameAsString()
Name of the additional parameter required by the top-level domain. Here are the top-level domains that require additional parameters and which parameters they require:
.com.au and .net.au: AU_ID_NUMBER and AU_ID_TYPE
.ca: BRAND_NUMBER, CA_LEGAL_TYPE, and CA_BUSINESS_ENTITY_TYPE
.es: ES_IDENTIFICATION, ES_IDENTIFICATION_TYPE, and ES_LEGAL_FORM
.fi: BIRTH_DATE_IN_YYYY_MM_DD, FI_BUSINESS_NUMBER, FI_ID_NUMBER,
FI_NATIONALITY, and FI_ORGANIZATION_TYPE
.fr: BRAND_NUMBER, BIRTH_DEPARTMENT, BIRTH_DATE_IN_YYYY_MM_DD,
BIRTH_COUNTRY, and BIRTH_CITY
.it: BIRTH_COUNTRY, IT_PIN, and IT_REGISTRANT_ENTITY_TYPE
.ru: BIRTH_DATE_IN_YYYY_MM_DD and RU_PASSPORT_DATA
.se: BIRTH_COUNTRY and SE_ID_NUMBER
.sg: SG_ID_NUMBER
.co.uk, .me.uk, and .org.uk: UK_CONTACT_TYPE and UK_COMPANY_NUMBER
In addition, many TLDs require VAT_NUMBER.
If the service returns an enum value that is not available in the current SDK version, name will return
ExtraParamName.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
nameAsString().
.com.au and .net.au: AU_ID_NUMBER and AU_ID_TYPE
.ca: BRAND_NUMBER, CA_LEGAL_TYPE, and
CA_BUSINESS_ENTITY_TYPE
.es: ES_IDENTIFICATION, ES_IDENTIFICATION_TYPE, and
ES_LEGAL_FORM
.fi: BIRTH_DATE_IN_YYYY_MM_DD, FI_BUSINESS_NUMBER,
FI_ID_NUMBER, FI_NATIONALITY, and FI_ORGANIZATION_TYPE
.fr: BRAND_NUMBER, BIRTH_DEPARTMENT,
BIRTH_DATE_IN_YYYY_MM_DD, BIRTH_COUNTRY, and BIRTH_CITY
.it: BIRTH_COUNTRY, IT_PIN, and IT_REGISTRANT_ENTITY_TYPE
.ru: BIRTH_DATE_IN_YYYY_MM_DD and RU_PASSPORT_DATA
.se: BIRTH_COUNTRY and SE_ID_NUMBER
.sg: SG_ID_NUMBER
.co.uk, .me.uk, and .org.uk: UK_CONTACT_TYPE and UK_COMPANY_NUMBER
In addition, many TLDs require VAT_NUMBER.
ExtraParamNamepublic String value()
Values corresponding to the additional parameter names required by some top-level domains.
public ExtraParam.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ExtraParam.Builder,ExtraParam>public static ExtraParam.Builder builder()
public static Class<? extends ExtraParam.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.