@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateDomainAssociationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Request structure for update Domain Association request.
NOOP
Constructor and Description |
---|
UpdateDomainAssociationRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateDomainAssociationRequest |
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()
Name of the domain.
|
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)
Name of the domain.
|
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.
|
UpdateDomainAssociationRequest |
withAppId(String appId)
Unique Id for an Amplify App.
|
UpdateDomainAssociationRequest |
withDomainName(String domainName)
Name of the domain.
|
UpdateDomainAssociationRequest |
withEnableAutoSubDomain(Boolean enableAutoSubDomain)
Enables automated creation of Subdomains for branches.
|
UpdateDomainAssociationRequest |
withSubDomainSettings(Collection<SubDomainSetting> subDomainSettings)
Setting structure for the Subdomain.
|
UpdateDomainAssociationRequest |
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 UpdateDomainAssociationRequest withAppId(String appId)
Unique Id for an Amplify App.
appId
- Unique Id for an Amplify App.public void setDomainName(String domainName)
Name of the domain.
domainName
- Name of the domain.public String getDomainName()
Name of the domain.
public UpdateDomainAssociationRequest withDomainName(String domainName)
Name of the domain.
domainName
- Name of the domain.public void setEnableAutoSubDomain(Boolean enableAutoSubDomain)
Enables automated creation of Subdomains for branches. (Currently not supported)
enableAutoSubDomain
- Enables automated creation of Subdomains for branches. (Currently not supported)public Boolean getEnableAutoSubDomain()
Enables automated creation of Subdomains for branches. (Currently not supported)
public UpdateDomainAssociationRequest withEnableAutoSubDomain(Boolean enableAutoSubDomain)
Enables automated creation of Subdomains for branches. (Currently not supported)
enableAutoSubDomain
- Enables automated creation of Subdomains for branches. (Currently not supported)public Boolean isEnableAutoSubDomain()
Enables automated creation of Subdomains for branches. (Currently not supported)
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 UpdateDomainAssociationRequest 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 UpdateDomainAssociationRequest 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 UpdateDomainAssociationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.