public class GetDeploymentConfigRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input of a get deployment configuration operation.
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 associated with the
applicable IAM user or AWS account.
|
int |
hashCode() |
void |
setDeploymentConfigName(String deploymentConfigName)
The name of an existing deployment configuration associated with the
applicable IAM user or AWS 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 associated with the
applicable IAM user or AWS account.
|
copyBaseTo, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public void setDeploymentConfigName(String deploymentConfigName)
The name of an existing deployment configuration associated with the applicable IAM user or AWS account.
deploymentConfigName
- The name of an existing deployment configuration associated with
the applicable IAM user or AWS account.public String getDeploymentConfigName()
The name of an existing deployment configuration associated with the applicable IAM user or AWS account.
public GetDeploymentConfigRequest withDeploymentConfigName(String deploymentConfigName)
The name of an existing deployment configuration associated with the applicable IAM user or AWS account.
deploymentConfigName
- The name of an existing deployment configuration associated with
the applicable IAM user or AWS account.public String toString()
toString
in class Object
Object.toString()
public GetDeploymentConfigRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2015. All rights reserved.