@Generated(value="software.amazon.awssdk:codegen") public final class CreateDomainAssociationRequest extends AmplifyRequest implements ToCopyableBuilder<CreateDomainAssociationRequest.Builder,CreateDomainAssociationRequest>
Request structure for create Domain Association request.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateDomainAssociationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
appId()
Unique Id for an Amplify App.
|
static CreateDomainAssociationRequest.Builder |
builder() |
String |
domainName()
Domain name for the Domain Association.
|
Boolean |
enableAutoSubDomain()
Enables automated creation of Subdomains for branches.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasSubDomainSettings()
Returns true if the SubDomainSettings property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateDomainAssociationRequest.Builder> |
serializableBuilderClass() |
List<SubDomainSetting> |
subDomainSettings()
Setting structure for the Subdomain.
|
CreateDomainAssociationRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String appId()
Unique Id for an Amplify App.
public String domainName()
Domain name for the Domain Association.
public Boolean enableAutoSubDomain()
Enables automated creation of Subdomains for branches. (Currently not supported)
public boolean hasSubDomainSettings()
public List<SubDomainSetting> subDomainSettings()
Setting structure for the Subdomain.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasSubDomainSettings() to see if a value was sent in this field.
public CreateDomainAssociationRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateDomainAssociationRequest.Builder,CreateDomainAssociationRequest>toBuilder in class AmplifyRequestpublic static CreateDomainAssociationRequest.Builder builder()
public static Class<? extends CreateDomainAssociationRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.