@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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 object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAliasId()
Unique identifier for a fleet alias.
|
String |
getDescription()
Human-readable description of an alias.
|
String |
getName()
Descriptive label that is associated with an alias.
|
RoutingStrategy |
getRoutingStrategy()
Object that specifies 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 an alias.
|
void |
setName(String name)
Descriptive label that is associated with an alias.
|
void |
setRoutingStrategy(RoutingStrategy routingStrategy)
Object that specifies 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 an alias.
|
UpdateAliasRequest |
withName(String name)
Descriptive label that is associated with an alias.
|
UpdateAliasRequest |
withRoutingStrategy(RoutingStrategy routingStrategy)
Object that specifies the fleet and routing type to use for the 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 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 that is associated with an alias. Alias names do not need to be unique.
name
- Descriptive label that is associated with an alias. Alias names do not need to be unique.public String getName()
Descriptive label that is associated with an alias. Alias names do not need to be unique.
public UpdateAliasRequest withName(String name)
Descriptive label that is associated with an alias. Alias names do not need to be unique.
name
- Descriptive label that is associated with an alias. Alias names do not need to be unique.public void setDescription(String description)
Human-readable description of an alias.
description
- Human-readable description of an alias.public String getDescription()
Human-readable description of an alias.
public UpdateAliasRequest withDescription(String description)
Human-readable description of an alias.
description
- Human-readable description of an alias.public void setRoutingStrategy(RoutingStrategy routingStrategy)
Object that specifies the fleet and routing type to use for the alias.
routingStrategy
- Object that specifies the fleet and routing type to use for the alias.public RoutingStrategy getRoutingStrategy()
Object that specifies the fleet and routing type to use for the alias.
public UpdateAliasRequest withRoutingStrategy(RoutingStrategy routingStrategy)
Object that specifies the fleet and routing type to use for the alias.
routingStrategy
- Object that specifies 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.