@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DomainName extends Object implements Serializable, Cloneable, StructuredPojo
Represents a domain name.
| Constructor and Description |
|---|
DomainName() |
| Modifier and Type | Method and Description |
|---|---|
DomainName |
addTagsEntry(String key,
String value) |
DomainName |
clearTagsEntries()
Removes all the entries added into Tags.
|
DomainName |
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.
|
Map<String,String> |
getTags()
The key-value map of strings.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
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 |
setTags(Map<String,String> tags)
The key-value map of strings.
|
String |
toString()
Returns a string representation of this object.
|
DomainName |
withApiMappingSelectionExpression(String apiMappingSelectionExpression)
The API mapping selection expression.
|
DomainName |
withDomainName(String domainName)
The name of the DomainName resource.
|
DomainName |
withDomainNameConfigurations(Collection<DomainNameConfiguration> domainNameConfigurations)
The domain name configurations.
|
DomainName |
withDomainNameConfigurations(DomainNameConfiguration... domainNameConfigurations)
The domain name configurations.
|
DomainName |
withTags(Map<String,String> tags)
The key-value map of strings.
|
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 DomainName 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 DomainName 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 DomainName 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 DomainName withDomainNameConfigurations(Collection<DomainNameConfiguration> domainNameConfigurations)
The domain name configurations.
domainNameConfigurations - The domain name configurations.public Map<String,String> getTags()
The key-value map of strings. The valid character set is [a-zA-Z+-=._:/]. The tag key can be up to 128 characters and must not start with aws:. The tag value can be up to 256 characters..
public void setTags(Map<String,String> tags)
The key-value map of strings. The valid character set is [a-zA-Z+-=._:/]. The tag key can be up to 128 characters and must not start with aws:. The tag value can be up to 256 characters..
tags - The key-value map of strings. The valid character set is [a-zA-Z+-=._:/]. The tag key can be up to 128
characters and must not start with aws:. The tag value can be up to 256 characters..public DomainName withTags(Map<String,String> tags)
The key-value map of strings. The valid character set is [a-zA-Z+-=._:/]. The tag key can be up to 128 characters and must not start with aws:. The tag value can be up to 256 characters..
tags - The key-value map of strings. The valid character set is [a-zA-Z+-=._:/]. The tag key can be up to 128
characters and must not start with aws:. The tag value can be up to 256 characters..public DomainName addTagsEntry(String key, String value)
public DomainName clearTagsEntries()
public String toString()
toString in class ObjectObject.toString()public DomainName clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.