@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) |
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 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 ObjectObject.toString()public ModelStepMetadata clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2025. All rights reserved.