public class UpdateAliasRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input for a request action.
NOOP
Constructor and Description |
---|
UpdateAliasRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateAliasRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getAliasId()
Unique identifier for a fleet alias.
|
String |
getDescription()
Human-readable description of the alias.
|
String |
getName()
Descriptive label associated with this alias.
|
RoutingStrategy |
getRoutingStrategy()
Object specifying the fleet and routing type to use for the alias.
|
int |
hashCode() |
void |
setAliasId(String aliasId)
Unique identifier for a fleet alias.
|
void |
setDescription(String description)
Human-readable description of the alias.
|
void |
setName(String name)
Descriptive label associated with this alias.
|
void |
setRoutingStrategy(RoutingStrategy routingStrategy)
Object specifying the fleet and routing type to use for the alias.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateAliasRequest |
withAliasId(String aliasId)
Unique identifier for a fleet alias.
|
UpdateAliasRequest |
withDescription(String description)
Human-readable description of the alias.
|
UpdateAliasRequest |
withName(String name)
Descriptive label associated with this alias.
|
UpdateAliasRequest |
withRoutingStrategy(RoutingStrategy routingStrategy)
Object specifying the fleet and routing type to use for the alias.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setAliasId(String aliasId)
Unique identifier for a fleet alias. Specify the alias you want to update.
aliasId
- Unique identifier for a fleet alias. Specify the alias you want to
update.public String getAliasId()
Unique identifier for a fleet alias. Specify the alias you want to update.
public UpdateAliasRequest withAliasId(String aliasId)
Unique identifier for a fleet alias. Specify the alias you want to update.
aliasId
- Unique identifier for a fleet alias. Specify the alias you want to
update.public void setName(String name)
Descriptive label associated with this alias. Alias names do not need to be unique.
name
- Descriptive label associated with this alias. Alias names do not
need to be unique.public String getName()
Descriptive label associated with this alias. Alias names do not need to be unique.
public UpdateAliasRequest withName(String name)
Descriptive label associated with this alias. Alias names do not need to be unique.
name
- Descriptive label associated with this alias. Alias names do not
need to be unique.public void setDescription(String description)
Human-readable description of the alias.
description
- Human-readable description of the alias.public String getDescription()
Human-readable description of the alias.
public UpdateAliasRequest withDescription(String description)
Human-readable description of the alias.
description
- Human-readable description of the alias.public void setRoutingStrategy(RoutingStrategy routingStrategy)
Object specifying the fleet and routing type to use for the alias.
routingStrategy
- Object specifying the fleet and routing type to use for the alias.public RoutingStrategy getRoutingStrategy()
Object specifying the fleet and routing type to use for the alias.
public UpdateAliasRequest withRoutingStrategy(RoutingStrategy routingStrategy)
Object specifying the fleet and routing type to use for the alias.
routingStrategy
- Object specifying the fleet and routing type to use for the alias.public String toString()
toString
in class Object
Object.toString()
public UpdateAliasRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.