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