public class CreateAliasRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input for a request action.
NOOP
Constructor and Description |
---|
CreateAliasRequest() |
Modifier and Type | Method and Description |
---|---|
CreateAliasRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
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 |
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.
|
CreateAliasRequest |
withDescription(String description)
Human-readable description of the alias.
|
CreateAliasRequest |
withName(String name)
Descriptive label associated with this alias.
|
CreateAliasRequest |
withRoutingStrategy(RoutingStrategy routingStrategy)
Object specifying the fleet and routing type to use for the alias.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
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 CreateAliasRequest 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 CreateAliasRequest 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 CreateAliasRequest 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 CreateAliasRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.