@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RelatedDeployments extends Object implements Serializable, Cloneable, StructuredPojo
Information about deployments related to the specified deployment.
Constructor and Description |
---|
RelatedDeployments() |
Modifier and Type | Method and Description |
---|---|
RelatedDeployments |
clone() |
boolean |
equals(Object obj) |
List<String> |
getAutoUpdateOutdatedInstancesDeploymentIds()
The deployment IDs of 'auto-update outdated instances' deployments triggered by this deployment.
|
String |
getAutoUpdateOutdatedInstancesRootDeploymentId()
The deployment ID of the root deployment that triggered this deployment.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAutoUpdateOutdatedInstancesDeploymentIds(Collection<String> autoUpdateOutdatedInstancesDeploymentIds)
The deployment IDs of 'auto-update outdated instances' deployments triggered by this deployment.
|
void |
setAutoUpdateOutdatedInstancesRootDeploymentId(String autoUpdateOutdatedInstancesRootDeploymentId)
The deployment ID of the root deployment that triggered this deployment.
|
String |
toString()
Returns a string representation of this object.
|
RelatedDeployments |
withAutoUpdateOutdatedInstancesDeploymentIds(Collection<String> autoUpdateOutdatedInstancesDeploymentIds)
The deployment IDs of 'auto-update outdated instances' deployments triggered by this deployment.
|
RelatedDeployments |
withAutoUpdateOutdatedInstancesDeploymentIds(String... autoUpdateOutdatedInstancesDeploymentIds)
The deployment IDs of 'auto-update outdated instances' deployments triggered by this deployment.
|
RelatedDeployments |
withAutoUpdateOutdatedInstancesRootDeploymentId(String autoUpdateOutdatedInstancesRootDeploymentId)
The deployment ID of the root deployment that triggered this deployment.
|
public void setAutoUpdateOutdatedInstancesRootDeploymentId(String autoUpdateOutdatedInstancesRootDeploymentId)
The deployment ID of the root deployment that triggered this deployment.
autoUpdateOutdatedInstancesRootDeploymentId
- The deployment ID of the root deployment that triggered this deployment.public String getAutoUpdateOutdatedInstancesRootDeploymentId()
The deployment ID of the root deployment that triggered this deployment.
public RelatedDeployments withAutoUpdateOutdatedInstancesRootDeploymentId(String autoUpdateOutdatedInstancesRootDeploymentId)
The deployment ID of the root deployment that triggered this deployment.
autoUpdateOutdatedInstancesRootDeploymentId
- The deployment ID of the root deployment that triggered this deployment.public List<String> getAutoUpdateOutdatedInstancesDeploymentIds()
The deployment IDs of 'auto-update outdated instances' deployments triggered by this deployment.
public void setAutoUpdateOutdatedInstancesDeploymentIds(Collection<String> autoUpdateOutdatedInstancesDeploymentIds)
The deployment IDs of 'auto-update outdated instances' deployments triggered by this deployment.
autoUpdateOutdatedInstancesDeploymentIds
- The deployment IDs of 'auto-update outdated instances' deployments triggered by this deployment.public RelatedDeployments withAutoUpdateOutdatedInstancesDeploymentIds(String... autoUpdateOutdatedInstancesDeploymentIds)
The deployment IDs of 'auto-update outdated instances' deployments triggered by this deployment.
NOTE: This method appends the values to the existing list (if any). Use
setAutoUpdateOutdatedInstancesDeploymentIds(java.util.Collection)
or
withAutoUpdateOutdatedInstancesDeploymentIds(java.util.Collection)
if you want to override the existing
values.
autoUpdateOutdatedInstancesDeploymentIds
- The deployment IDs of 'auto-update outdated instances' deployments triggered by this deployment.public RelatedDeployments withAutoUpdateOutdatedInstancesDeploymentIds(Collection<String> autoUpdateOutdatedInstancesDeploymentIds)
The deployment IDs of 'auto-update outdated instances' deployments triggered by this deployment.
autoUpdateOutdatedInstancesDeploymentIds
- The deployment IDs of 'auto-update outdated instances' deployments triggered by this deployment.public String toString()
toString
in class Object
Object.toString()
public RelatedDeployments clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2022. All rights reserved.