public class UpdateDeploymentGroupRequest extends AmazonWebServiceRequest implements Serializable
UpdateDeploymentGroup operation
.
Changes information about an existing deployment group.
NOOP
Constructor and Description |
---|
UpdateDeploymentGroupRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getApplicationName()
The application name corresponding to the deployment group to update.
|
List<String> |
getAutoScalingGroups()
The replacement list of Auto Scaling groups to be included in the
deployment group, if you want to change them.
|
String |
getCurrentDeploymentGroupName()
The current name of the existing deployment group.
|
String |
getDeploymentConfigName()
The replacement deployment configuration name to use, if you want to
change it.
|
List<EC2TagFilter> |
getEc2TagFilters()
The replacement set of Amazon EC2 tags to filter on, if you want to
change them.
|
String |
getNewDeploymentGroupName()
The new name of the deployment group, if you want to change it.
|
String |
getServiceRoleArn()
A replacement service role's ARN, if you want to change it.
|
int |
hashCode() |
void |
setApplicationName(String applicationName)
The application name corresponding to the deployment group to update.
|
void |
setAutoScalingGroups(Collection<String> autoScalingGroups)
The replacement list of Auto Scaling groups to be included in the
deployment group, if you want to change them.
|
void |
setCurrentDeploymentGroupName(String currentDeploymentGroupName)
The current name of the existing deployment group.
|
void |
setDeploymentConfigName(String deploymentConfigName)
The replacement deployment configuration name to use, if you want to
change it.
|
void |
setEc2TagFilters(Collection<EC2TagFilter> ec2TagFilters)
The replacement set of Amazon EC2 tags to filter on, if you want to
change them.
|
void |
setNewDeploymentGroupName(String newDeploymentGroupName)
The new name of the deployment group, if you want to change it.
|
void |
setServiceRoleArn(String serviceRoleArn)
A replacement service role's ARN, if you want to change it.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateDeploymentGroupRequest |
withApplicationName(String applicationName)
The application name corresponding to the deployment group to update.
|
UpdateDeploymentGroupRequest |
withAutoScalingGroups(Collection<String> autoScalingGroups)
The replacement list of Auto Scaling groups to be included in the
deployment group, if you want to change them.
|
UpdateDeploymentGroupRequest |
withAutoScalingGroups(String... autoScalingGroups)
The replacement list of Auto Scaling groups to be included in the
deployment group, if you want to change them.
|
UpdateDeploymentGroupRequest |
withCurrentDeploymentGroupName(String currentDeploymentGroupName)
The current name of the existing deployment group.
|
UpdateDeploymentGroupRequest |
withDeploymentConfigName(String deploymentConfigName)
The replacement deployment configuration name to use, if you want to
change it.
|
UpdateDeploymentGroupRequest |
withEc2TagFilters(Collection<EC2TagFilter> ec2TagFilters)
The replacement set of Amazon EC2 tags to filter on, if you want to
change them.
|
UpdateDeploymentGroupRequest |
withEc2TagFilters(EC2TagFilter... ec2TagFilters)
The replacement set of Amazon EC2 tags to filter on, if you want to
change them.
|
UpdateDeploymentGroupRequest |
withNewDeploymentGroupName(String newDeploymentGroupName)
The new name of the deployment group, if you want to change it.
|
UpdateDeploymentGroupRequest |
withServiceRoleArn(String serviceRoleArn)
A replacement service role's ARN, if you want to change it.
|
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 application name corresponding to the deployment group to update.public UpdateDeploymentGroupRequest withApplicationName(String applicationName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 100
applicationName
- The application name corresponding to the deployment group to update.public String getCurrentDeploymentGroupName()
Constraints:
Length: 1 - 100
public void setCurrentDeploymentGroupName(String currentDeploymentGroupName)
Constraints:
Length: 1 - 100
currentDeploymentGroupName
- The current name of the existing deployment group.public UpdateDeploymentGroupRequest withCurrentDeploymentGroupName(String currentDeploymentGroupName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 100
currentDeploymentGroupName
- The current name of the existing deployment group.public String getNewDeploymentGroupName()
Constraints:
Length: 1 - 100
public void setNewDeploymentGroupName(String newDeploymentGroupName)
Constraints:
Length: 1 - 100
newDeploymentGroupName
- The new name of the deployment group, if you want to change it.public UpdateDeploymentGroupRequest withNewDeploymentGroupName(String newDeploymentGroupName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 100
newDeploymentGroupName
- The new name of the deployment group, if you want to change it.public String getDeploymentConfigName()
Constraints:
Length: 1 - 100
public void setDeploymentConfigName(String deploymentConfigName)
Constraints:
Length: 1 - 100
deploymentConfigName
- The replacement deployment configuration name to use, if you want to
change it.public UpdateDeploymentGroupRequest withDeploymentConfigName(String deploymentConfigName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 100
deploymentConfigName
- The replacement deployment configuration name to use, if you want to
change it.public List<EC2TagFilter> getEc2TagFilters()
public void setEc2TagFilters(Collection<EC2TagFilter> ec2TagFilters)
ec2TagFilters
- The replacement set of Amazon EC2 tags to filter on, if you want to
change them.public UpdateDeploymentGroupRequest withEc2TagFilters(EC2TagFilter... ec2TagFilters)
Returns a reference to this object so that method calls can be chained together.
ec2TagFilters
- The replacement set of Amazon EC2 tags to filter on, if you want to
change them.public UpdateDeploymentGroupRequest withEc2TagFilters(Collection<EC2TagFilter> ec2TagFilters)
Returns a reference to this object so that method calls can be chained together.
ec2TagFilters
- The replacement set of Amazon EC2 tags to filter on, if you want to
change them.public List<String> getAutoScalingGroups()
public void setAutoScalingGroups(Collection<String> autoScalingGroups)
autoScalingGroups
- The replacement list of Auto Scaling groups to be included in the
deployment group, if you want to change them.public UpdateDeploymentGroupRequest withAutoScalingGroups(String... autoScalingGroups)
Returns a reference to this object so that method calls can be chained together.
autoScalingGroups
- The replacement list of Auto Scaling groups to be included in the
deployment group, if you want to change them.public UpdateDeploymentGroupRequest withAutoScalingGroups(Collection<String> autoScalingGroups)
Returns a reference to this object so that method calls can be chained together.
autoScalingGroups
- The replacement list of Auto Scaling groups to be included in the
deployment group, if you want to change them.public String getServiceRoleArn()
public void setServiceRoleArn(String serviceRoleArn)
serviceRoleArn
- A replacement service role's ARN, if you want to change it.public UpdateDeploymentGroupRequest withServiceRoleArn(String serviceRoleArn)
Returns a reference to this object so that method calls can be chained together.
serviceRoleArn
- A replacement service role's ARN, if you want to change it.public String toString()
toString
in class Object
Object.toString()
Copyright © 2015. All rights reserved.