@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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 object for all fields except the handler context.
|
boolean |
equals(Object obj) |
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 |
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.
|
CreateAliasRequest |
withDescription(String description)
Human-readable description of an alias.
|
CreateAliasRequest |
withName(String name)
Descriptive label that is associated with an alias.
|
CreateAliasRequest |
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 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 CreateAliasRequest 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 CreateAliasRequest 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 CreateAliasRequest 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 CreateAliasRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.