@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SageMakerPipelineParameter extends Object implements Serializable, Cloneable, StructuredPojo
The name and value pair of a parameter to use to start execution of a SageMaker Model Building Pipeline.
Constructor and Description |
---|
SageMakerPipelineParameter() |
Modifier and Type | Method and Description |
---|---|
SageMakerPipelineParameter |
clone() |
boolean |
equals(Object obj) |
String |
getName()
Name of parameter to start execution of a SageMaker Model Building Pipeline.
|
String |
getValue()
Value of parameter to start execution of a SageMaker Model Building Pipeline.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setName(String name)
Name of parameter to start execution of a SageMaker Model Building Pipeline.
|
void |
setValue(String value)
Value of parameter to start execution of a SageMaker Model Building Pipeline.
|
String |
toString()
Returns a string representation of this object.
|
SageMakerPipelineParameter |
withName(String name)
Name of parameter to start execution of a SageMaker Model Building Pipeline.
|
SageMakerPipelineParameter |
withValue(String value)
Value of parameter to start execution of a SageMaker Model Building Pipeline.
|
public void setName(String name)
Name of parameter to start execution of a SageMaker Model Building Pipeline.
name
- Name of parameter to start execution of a SageMaker Model Building Pipeline.public String getName()
Name of parameter to start execution of a SageMaker Model Building Pipeline.
public SageMakerPipelineParameter withName(String name)
Name of parameter to start execution of a SageMaker Model Building Pipeline.
name
- Name of parameter to start execution of a SageMaker Model Building Pipeline.public void setValue(String value)
Value of parameter to start execution of a SageMaker Model Building Pipeline.
value
- Value of parameter to start execution of a SageMaker Model Building Pipeline.public String getValue()
Value of parameter to start execution of a SageMaker Model Building Pipeline.
public SageMakerPipelineParameter withValue(String value)
Value of parameter to start execution of a SageMaker Model Building Pipeline.
value
- Value of parameter to start execution of a SageMaker Model Building Pipeline.public String toString()
toString
in class Object
Object.toString()
public SageMakerPipelineParameter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.