@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDomainNameResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetDomainNameResult() |
Modifier and Type | Method and Description |
---|---|
GetDomainNameResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetDomainNameResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
GetDomainNameResult |
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.
|
GetDomainNameResult |
withApiMappingSelectionExpression(String apiMappingSelectionExpression)
The API mapping selection expression.
|
GetDomainNameResult |
withDomainName(String domainName)
The name of the DomainName resource.
|
GetDomainNameResult |
withDomainNameConfigurations(Collection<DomainNameConfiguration> domainNameConfigurations)
The domain name configurations.
|
GetDomainNameResult |
withDomainNameConfigurations(DomainNameConfiguration... domainNameConfigurations)
The domain name configurations.
|
GetDomainNameResult |
withMutualTlsAuthentication(MutualTlsAuthentication mutualTlsAuthentication)
The mutual TLS authentication configuration for a custom domain name.
|
GetDomainNameResult |
withTags(Map<String,String> tags)
The collection of tags associated with a domain name.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 GetDomainNameResult 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 GetDomainNameResult 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 GetDomainNameResult 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 GetDomainNameResult 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 GetDomainNameResult 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 GetDomainNameResult 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 GetDomainNameResult addTagsEntry(String key, String value)
public GetDomainNameResult clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public GetDomainNameResult clone()