@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateConnectionAliasRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
AssociateConnectionAliasRequest() |
Modifier and Type | Method and Description |
---|---|
AssociateConnectionAliasRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAliasId()
The identifier of the connection alias.
|
String |
getResourceId()
The identifier of the directory to associate the connection alias with.
|
int |
hashCode() |
void |
setAliasId(String aliasId)
The identifier of the connection alias.
|
void |
setResourceId(String resourceId)
The identifier of the directory to associate the connection alias with.
|
String |
toString()
Returns a string representation of this object.
|
AssociateConnectionAliasRequest |
withAliasId(String aliasId)
The identifier of the connection alias.
|
AssociateConnectionAliasRequest |
withResourceId(String resourceId)
The identifier of the directory to associate the connection alias with.
|
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 setAliasId(String aliasId)
The identifier of the connection alias.
aliasId
- The identifier of the connection alias.public String getAliasId()
The identifier of the connection alias.
public AssociateConnectionAliasRequest withAliasId(String aliasId)
The identifier of the connection alias.
aliasId
- The identifier of the connection alias.public void setResourceId(String resourceId)
The identifier of the directory to associate the connection alias with.
resourceId
- The identifier of the directory to associate the connection alias with.public String getResourceId()
The identifier of the directory to associate the connection alias with.
public AssociateConnectionAliasRequest withResourceId(String resourceId)
The identifier of the directory to associate the connection alias with.
resourceId
- The identifier of the directory to associate the connection alias with.public String toString()
toString
in class Object
Object.toString()
public AssociateConnectionAliasRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()