@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResolvedPipelineVariable extends Object implements Serializable, Cloneable, StructuredPojo
A pipeline-level variable used for a pipeline execution.
| Constructor and Description | 
|---|
| ResolvedPipelineVariable() | 
| Modifier and Type | Method and Description | 
|---|---|
| ResolvedPipelineVariable | clone() | 
| boolean | equals(Object obj) | 
| String | getName()
 The name of a pipeline-level variable. | 
| String | getResolvedValue()
 The resolved value of a pipeline-level variable. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller) | 
| void | setName(String name)
 The name of a pipeline-level variable. | 
| void | setResolvedValue(String resolvedValue)
 The resolved value of a pipeline-level variable. | 
| String | toString()Returns a string representation of this object. | 
| ResolvedPipelineVariable | withName(String name)
 The name of a pipeline-level variable. | 
| ResolvedPipelineVariable | withResolvedValue(String resolvedValue)
 The resolved value of a pipeline-level variable. | 
public void setName(String name)
The name of a pipeline-level variable.
name - The name of a pipeline-level variable.public String getName()
The name of a pipeline-level variable.
public ResolvedPipelineVariable withName(String name)
The name of a pipeline-level variable.
name - The name of a pipeline-level variable.public void setResolvedValue(String resolvedValue)
The resolved value of a pipeline-level variable.
resolvedValue - The resolved value of a pipeline-level variable.public String getResolvedValue()
The resolved value of a pipeline-level variable.
public ResolvedPipelineVariable withResolvedValue(String resolvedValue)
The resolved value of a pipeline-level variable.
resolvedValue - The resolved value of a pipeline-level variable.public String toString()
toString in class ObjectObject.toString()public ResolvedPipelineVariable clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.