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