@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateDomainNameResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateDomainNameResult () |
| Modifier and Type | Method and Description |
|---|---|
CreateDomainNameResult |
addTagsEntry (String key,
String value)
Add a single Tags entry
|
CreateDomainNameResult |
clearTagsEntries ()
Removes all the entries added into Tags.
|
CreateDomainNameResult |
clone () |
boolean |
equals (Object obj) |
String |
getApiMappingSelectionExpression ()
The API mapping selection expression.
|
String |
getDomainName ()
The name of the DomainName resource.
|
List<DomainNameConfiguration> |
getDomainNameConfigurations ()
The domain name configurations.
|
MutualTlsAuthentication |
getMutualTlsAuthentication ()
The mutual TLS authentication configuration for a custom domain name.
|
Map<String,String> |
getTags ()
The collection of tags associated with a domain name.
|
int |
hashCode () |
void |
setApiMappingSelectionExpression (String apiMappingSelectionExpression)
The API mapping selection expression.
|
void |
setDomainName (String domainName)
The name of the DomainName resource.
|
void |
setDomainNameConfigurations (Collection<DomainNameConfiguration> domainNameConfigurations)
The domain name configurations.
|
void |
setMutualTlsAuthentication (MutualTlsAuthentication mutualTlsAuthentication)
The mutual TLS authentication configuration for a custom domain name.
|
void |
setTags (Map<String,String> tags)
The collection of tags associated with a domain name.
|
String |
toString ()
Returns a string representation of this object.
|
CreateDomainNameResult |
withApiMappingSelectionExpression (String apiMappingSelectionExpression)
The API mapping selection expression.
|
CreateDomainNameResult |
withDomainName (String domainName)
The name of the DomainName resource.
|
CreateDomainNameResult |
withDomainNameConfigurations (Collection<DomainNameConfiguration> domainNameConfigurations)
The domain name configurations.
|
CreateDomainNameResult |
withDomainNameConfigurations (DomainNameConfiguration... domainNameConfigurations)
The domain name configurations.
|
CreateDomainNameResult |
withMutualTlsAuthentication (MutualTlsAuthentication mutualTlsAuthentication)
The mutual TLS authentication configuration for a custom domain name.
|
CreateDomainNameResult |
withTags (Map<String,String> tags)
The collection of tags associated with a domain name.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata public CreateDomainNameResult()
public void setApiMappingSelectionExpression(String apiMappingSelectionExpression)
The API mapping selection expression.
apiMappingSelectionExpression - The API mapping selection expression.public String getApiMappingSelectionExpression()
The API mapping selection expression.
public CreateDomainNameResult withApiMappingSelectionExpression(String apiMappingSelectionExpression)
The API mapping selection expression.
apiMappingSelectionExpression - The API mapping selection expression.public void setDomainName(String domainName)
The name of the DomainName resource.
domainName - The name of the DomainName resource.public String getDomainName()
The name of the DomainName resource.
public CreateDomainNameResult withDomainName(String domainName)
The name of the DomainName resource.
domainName - The name of the DomainName resource.public List<DomainNameConfiguration> getDomainNameConfigurations()
The domain name configurations.
public void setDomainNameConfigurations(Collection<DomainNameConfiguration> domainNameConfigurations)
The domain name configurations.
domainNameConfigurations - The domain name configurations.public CreateDomainNameResult withDomainNameConfigurations(DomainNameConfiguration... domainNameConfigurations)
The domain name configurations.
NOTE: This method appends the values to the existing list (if any). Use
setDomainNameConfigurations(java.util.Collection) or
withDomainNameConfigurations(java.util.Collection) if you want to override the existing values.
domainNameConfigurations - The domain name configurations.public CreateDomainNameResult withDomainNameConfigurations(Collection<DomainNameConfiguration> domainNameConfigurations)
The domain name configurations.
domainNameConfigurations - The domain name configurations.public void setMutualTlsAuthentication(MutualTlsAuthentication mutualTlsAuthentication)
The mutual TLS authentication configuration for a custom domain name.
mutualTlsAuthentication - The mutual TLS authentication configuration for a custom domain name.public MutualTlsAuthentication getMutualTlsAuthentication()
The mutual TLS authentication configuration for a custom domain name.
public CreateDomainNameResult withMutualTlsAuthentication(MutualTlsAuthentication mutualTlsAuthentication)
The mutual TLS authentication configuration for a custom domain name.
mutualTlsAuthentication - The mutual TLS authentication configuration for a custom domain name.public Map<String,String> getTags()
The collection of tags associated with a domain name.
public void setTags(Map<String,String> tags)
The collection of tags associated with a domain name.
tags - The collection of tags associated with a domain name.public CreateDomainNameResult withTags(Map<String,String> tags)
The collection of tags associated with a domain name.
tags - The collection of tags associated with a domain name.public CreateDomainNameResult addTagsEntry(String key, String value)
public CreateDomainNameResult clearTagsEntries()
public String toString()
toString in class Object Object.toString() public CreateDomainNameResult clone()