public class GetDeploymentConfigRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
GetDeploymentConfig operation
.
Gets information about a deployment configuration.
NOOP
Constructor and Description |
---|
GetDeploymentConfigRequest() |
Modifier and Type | Method and Description |
---|---|
GetDeploymentConfigRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDeploymentConfigName()
The name of an existing deployment configuration within the AWS user
account.
|
int |
hashCode() |
void |
setDeploymentConfigName(String deploymentConfigName)
The name of an existing deployment configuration within the AWS user
account.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetDeploymentConfigRequest |
withDeploymentConfigName(String deploymentConfigName)
The name of an existing deployment configuration within the AWS user
account.
|
copyBaseTo, copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public String getDeploymentConfigName()
Constraints:
Length: 1 - 100
public void setDeploymentConfigName(String deploymentConfigName)
Constraints:
Length: 1 - 100
deploymentConfigName
- The name of an existing deployment configuration within the AWS user
account.public GetDeploymentConfigRequest withDeploymentConfigName(String deploymentConfigName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 100
deploymentConfigName
- The name of an existing deployment configuration within the AWS user
account.public String toString()
toString
in class Object
Object.toString()
public GetDeploymentConfigRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2015. All rights reserved.