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