@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResolveAliasRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input for a request action.
NOOP
Constructor and Description |
---|
ResolveAliasRequest() |
Modifier and Type | Method and Description |
---|---|
ResolveAliasRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAliasId()
Unique identifier for the alias you want to resolve.
|
int |
hashCode() |
void |
setAliasId(String aliasId)
Unique identifier for the alias you want to resolve.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ResolveAliasRequest |
withAliasId(String aliasId)
Unique identifier for the alias you want to resolve.
|
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)
Unique identifier for the alias you want to resolve.
aliasId
- Unique identifier for the alias you want to resolve.public String getAliasId()
Unique identifier for the alias you want to resolve.
public ResolveAliasRequest withAliasId(String aliasId)
Unique identifier for the alias you want to resolve.
aliasId
- Unique identifier for the alias you want to resolve.public String toString()
toString
in class Object
Object.toString()
public ResolveAliasRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.