@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateConnectionAliasRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateConnectionAliasRequest() |
Modifier and Type | Method and Description |
---|---|
CreateConnectionAliasRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getConnectionString()
A connection string in the form of a fully qualified domain name (FQDN), such as
www.example.com . |
List<Tag> |
getTags()
The tags to associate with the connection alias.
|
int |
hashCode() |
void |
setConnectionString(String connectionString)
A connection string in the form of a fully qualified domain name (FQDN), such as
www.example.com . |
void |
setTags(Collection<Tag> tags)
The tags to associate with the connection alias.
|
String |
toString()
Returns a string representation of this object.
|
CreateConnectionAliasRequest |
withConnectionString(String connectionString)
A connection string in the form of a fully qualified domain name (FQDN), such as
www.example.com . |
CreateConnectionAliasRequest |
withTags(Collection<Tag> tags)
The tags to associate with the connection alias.
|
CreateConnectionAliasRequest |
withTags(Tag... tags)
The tags to associate with the connection alias.
|
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 setConnectionString(String connectionString)
A connection string in the form of a fully qualified domain name (FQDN), such as www.example.com
.
After you create a connection string, it is always associated to your Amazon Web Services account. You cannot recreate the same connection string with a different account, even if you delete all instances of it from the original account. The connection string is globally reserved for your account.
connectionString
- A connection string in the form of a fully qualified domain name (FQDN), such as
www.example.com
. After you create a connection string, it is always associated to your Amazon Web Services account. You cannot recreate the same connection string with a different account, even if you delete all instances of it from the original account. The connection string is globally reserved for your account.
public String getConnectionString()
A connection string in the form of a fully qualified domain name (FQDN), such as www.example.com
.
After you create a connection string, it is always associated to your Amazon Web Services account. You cannot recreate the same connection string with a different account, even if you delete all instances of it from the original account. The connection string is globally reserved for your account.
www.example.com
. After you create a connection string, it is always associated to your Amazon Web Services account. You cannot recreate the same connection string with a different account, even if you delete all instances of it from the original account. The connection string is globally reserved for your account.
public CreateConnectionAliasRequest withConnectionString(String connectionString)
A connection string in the form of a fully qualified domain name (FQDN), such as www.example.com
.
After you create a connection string, it is always associated to your Amazon Web Services account. You cannot recreate the same connection string with a different account, even if you delete all instances of it from the original account. The connection string is globally reserved for your account.
connectionString
- A connection string in the form of a fully qualified domain name (FQDN), such as
www.example.com
. After you create a connection string, it is always associated to your Amazon Web Services account. You cannot recreate the same connection string with a different account, even if you delete all instances of it from the original account. The connection string is globally reserved for your account.
public List<Tag> getTags()
The tags to associate with the connection alias.
public void setTags(Collection<Tag> tags)
The tags to associate with the connection alias.
tags
- The tags to associate with the connection alias.public CreateConnectionAliasRequest withTags(Tag... tags)
The tags to associate with the connection alias.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection)
or withTags(java.util.Collection)
if you want to override the
existing values.
tags
- The tags to associate with the connection alias.public CreateConnectionAliasRequest withTags(Collection<Tag> tags)
The tags to associate with the connection alias.
tags
- The tags to associate with the connection alias.public String toString()
toString
in class Object
Object.toString()
public CreateConnectionAliasRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()