@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateDomainAssociationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Request structure for create Domain Association request.
NOOP
Constructor and Description |
---|
CreateDomainAssociationRequest() |
Modifier and Type | Method and Description |
---|---|
CreateDomainAssociationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAppId()
Unique Id for an Amplify App.
|
String |
getDomainName()
Domain name for the Domain Association.
|
Boolean |
getEnableAutoSubDomain()
Enables automated creation of Subdomains for branches.
|
List<SubDomainSetting> |
getSubDomainSettings()
Setting structure for the Subdomain.
|
int |
hashCode() |
Boolean |
isEnableAutoSubDomain()
Enables automated creation of Subdomains for branches.
|
void |
setAppId(String appId)
Unique Id for an Amplify App.
|
void |
setDomainName(String domainName)
Domain name for the Domain Association.
|
void |
setEnableAutoSubDomain(Boolean enableAutoSubDomain)
Enables automated creation of Subdomains for branches.
|
void |
setSubDomainSettings(Collection<SubDomainSetting> subDomainSettings)
Setting structure for the Subdomain.
|
String |
toString()
Returns a string representation of this object.
|
CreateDomainAssociationRequest |
withAppId(String appId)
Unique Id for an Amplify App.
|
CreateDomainAssociationRequest |
withDomainName(String domainName)
Domain name for the Domain Association.
|
CreateDomainAssociationRequest |
withEnableAutoSubDomain(Boolean enableAutoSubDomain)
Enables automated creation of Subdomains for branches.
|
CreateDomainAssociationRequest |
withSubDomainSettings(Collection<SubDomainSetting> subDomainSettings)
Setting structure for the Subdomain.
|
CreateDomainAssociationRequest |
withSubDomainSettings(SubDomainSetting... subDomainSettings)
Setting structure for the Subdomain.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setAppId(String appId)
Unique Id for an Amplify App.
appId
- Unique Id for an Amplify App.public String getAppId()
Unique Id for an Amplify App.
public CreateDomainAssociationRequest withAppId(String appId)
Unique Id for an Amplify App.
appId
- Unique Id for an Amplify App.public void setDomainName(String domainName)
Domain name for the Domain Association.
domainName
- Domain name for the Domain Association.public String getDomainName()
Domain name for the Domain Association.
public CreateDomainAssociationRequest withDomainName(String domainName)
Domain name for the Domain Association.
domainName
- Domain name for the Domain Association.public void setEnableAutoSubDomain(Boolean enableAutoSubDomain)
Enables automated creation of Subdomains for branches.
enableAutoSubDomain
- Enables automated creation of Subdomains for branches.public Boolean getEnableAutoSubDomain()
Enables automated creation of Subdomains for branches.
public CreateDomainAssociationRequest withEnableAutoSubDomain(Boolean enableAutoSubDomain)
Enables automated creation of Subdomains for branches.
enableAutoSubDomain
- Enables automated creation of Subdomains for branches.public Boolean isEnableAutoSubDomain()
Enables automated creation of Subdomains for branches.
public List<SubDomainSetting> getSubDomainSettings()
Setting structure for the Subdomain.
public void setSubDomainSettings(Collection<SubDomainSetting> subDomainSettings)
Setting structure for the Subdomain.
subDomainSettings
- Setting structure for the Subdomain.public CreateDomainAssociationRequest withSubDomainSettings(SubDomainSetting... subDomainSettings)
Setting structure for the Subdomain.
NOTE: This method appends the values to the existing list (if any). Use
setSubDomainSettings(java.util.Collection)
or withSubDomainSettings(java.util.Collection)
if
you want to override the existing values.
subDomainSettings
- Setting structure for the Subdomain.public CreateDomainAssociationRequest withSubDomainSettings(Collection<SubDomainSetting> subDomainSettings)
Setting structure for the Subdomain.
subDomainSettings
- Setting structure for the Subdomain.public String toString()
toString
in class Object
Object.toString()
public CreateDomainAssociationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.