@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TrainingJobStepMetadata extends Object implements Serializable, Cloneable, StructuredPojo
Metadata for a training job step.
| Constructor and Description |
|---|
TrainingJobStepMetadata () |
| Modifier and Type | Method and Description |
|---|---|
TrainingJobStepMetadata |
clone () |
boolean |
equals (Object obj) |
String |
getArn ()
The Amazon Resource Name (ARN) of the training job that was run by this step execution.
|
int |
hashCode () |
void |
marshall (ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setArn (String arn)
The Amazon Resource Name (ARN) of the training job that was run by this step execution.
|
String |
toString ()
Returns a string representation of this object.
|
TrainingJobStepMetadata |
withArn (String arn)
The Amazon Resource Name (ARN) of the training job that was run by this step execution.
|
public TrainingJobStepMetadata()
public void setArn(String arn)
The Amazon Resource Name (ARN) of the training job that was run by this step execution.
arn - The Amazon Resource Name (ARN) of the training job that was run by this step execution.public String getArn()
The Amazon Resource Name (ARN) of the training job that was run by this step execution.
public TrainingJobStepMetadata withArn(String arn)
The Amazon Resource Name (ARN) of the training job that was run by this step execution.
arn - The Amazon Resource Name (ARN) of the training job that was run by this step execution.public String toString()
toString in class Object Object.toString() public TrainingJobStepMetadata clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo ProtocolMarshaller.marshall in interface StructuredPojo protocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.