@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResolveAliasRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
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()
The unique identifier of the alias that you want to retrieve a fleet ID for.
|
int |
hashCode() |
void |
setAliasId(String aliasId)
The unique identifier of the alias that you want to retrieve a fleet ID for.
|
String |
toString()
Returns a string representation of this object.
|
ResolveAliasRequest |
withAliasId(String aliasId)
The unique identifier of the alias that you want to retrieve a fleet ID for.
|
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 unique identifier of the alias that you want to retrieve a fleet ID for. You can use either the alias ID or ARN value.
aliasId
- The unique identifier of the alias that you want to retrieve a fleet ID for. You can use either the alias
ID or ARN value.public String getAliasId()
The unique identifier of the alias that you want to retrieve a fleet ID for. You can use either the alias ID or ARN value.
public ResolveAliasRequest withAliasId(String aliasId)
The unique identifier of the alias that you want to retrieve a fleet ID for. You can use either the alias ID or ARN value.
aliasId
- The unique identifier of the alias that you want to retrieve a fleet ID for. You can use either the alias
ID or ARN value.public String toString()
toString
in class Object
Object.toString()
public ResolveAliasRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()