public class GetDeploymentGroupRequest extends AmazonWebServiceRequest implements Serializable
GetDeploymentGroup operation
.
Gets information about a deployment group.
NOOP
Constructor and Description |
---|
GetDeploymentGroupRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getApplicationName()
The name of an existing AWS CodeDeploy application within the AWS user
account.
|
String |
getDeploymentGroupName()
The name of an existing deployment group for the specified
application.
|
int |
hashCode() |
void |
setApplicationName(String applicationName)
The name of an existing AWS CodeDeploy application within the AWS user
account.
|
void |
setDeploymentGroupName(String deploymentGroupName)
The name of an existing deployment group for the specified
application.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetDeploymentGroupRequest |
withApplicationName(String applicationName)
The name of an existing AWS CodeDeploy application within the AWS user
account.
|
GetDeploymentGroupRequest |
withDeploymentGroupName(String deploymentGroupName)
The name of an existing deployment group for the specified
application.
|
copyBaseTo, copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public String getApplicationName()
Constraints:
Length: 1 - 100
public void setApplicationName(String applicationName)
Constraints:
Length: 1 - 100
applicationName
- The name of an existing AWS CodeDeploy application within the AWS user
account.public GetDeploymentGroupRequest withApplicationName(String applicationName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 100
applicationName
- The name of an existing AWS CodeDeploy application within the AWS user
account.public String getDeploymentGroupName()
Constraints:
Length: 1 - 100
public void setDeploymentGroupName(String deploymentGroupName)
Constraints:
Length: 1 - 100
deploymentGroupName
- The name of an existing deployment group for the specified
application.public GetDeploymentGroupRequest withDeploymentGroupName(String deploymentGroupName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 100
deploymentGroupName
- The name of an existing deployment group for the specified
application.public String toString()
toString
in class Object
Object.toString()
Copyright © 2015. All rights reserved.