@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Parameter extends Object implements Serializable, Cloneable, StructuredPojo
Assigns a value to a named Pipeline parameter.
Constructor and Description |
---|
Parameter() |
Modifier and Type | Method and Description |
---|---|
Parameter |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the parameter to assign a value to.
|
String |
getValue()
The literal value for the parameter.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setName(String name)
The name of the parameter to assign a value to.
|
void |
setValue(String value)
The literal value for the parameter.
|
String |
toString()
Returns a string representation of this object.
|
Parameter |
withName(String name)
The name of the parameter to assign a value to.
|
Parameter |
withValue(String value)
The literal value for the parameter.
|
public void setName(String name)
The name of the parameter to assign a value to. This parameter name must match a named parameter in the pipeline definition.
name
- The name of the parameter to assign a value to. This parameter name must match a named parameter in the
pipeline definition.public String getName()
The name of the parameter to assign a value to. This parameter name must match a named parameter in the pipeline definition.
public Parameter withName(String name)
The name of the parameter to assign a value to. This parameter name must match a named parameter in the pipeline definition.
name
- The name of the parameter to assign a value to. This parameter name must match a named parameter in the
pipeline definition.public void setValue(String value)
The literal value for the parameter.
value
- The literal value for the parameter.public String getValue()
The literal value for the parameter.
public Parameter withValue(String value)
The literal value for the parameter.
value
- The literal value for the parameter.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.