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