@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDeploymentStrategyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetDeploymentStrategyRequest() |
Modifier and Type | Method and Description |
---|---|
GetDeploymentStrategyRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDeploymentStrategyId()
The ID of the deployment strategy to get.
|
int |
hashCode() |
void |
setDeploymentStrategyId(String deploymentStrategyId)
The ID of the deployment strategy to get.
|
String |
toString()
Returns a string representation of this object.
|
GetDeploymentStrategyRequest |
withDeploymentStrategyId(String deploymentStrategyId)
The ID of the deployment strategy to get.
|
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 setDeploymentStrategyId(String deploymentStrategyId)
The ID of the deployment strategy to get.
deploymentStrategyId
- The ID of the deployment strategy to get.public String getDeploymentStrategyId()
The ID of the deployment strategy to get.
public GetDeploymentStrategyRequest withDeploymentStrategyId(String deploymentStrategyId)
The ID of the deployment strategy to get.
deploymentStrategyId
- The ID of the deployment strategy to get.public String toString()
toString
in class Object
Object.toString()
public GetDeploymentStrategyRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.