@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MlConfigDefinition extends Object implements Serializable, Cloneable, StructuredPojo
Contains a Neptune ML configuration.
| Constructor and Description |
|---|
MlConfigDefinition() |
| Modifier and Type | Method and Description |
|---|---|
MlConfigDefinition |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The ARN for the configuration.
|
String |
getName()
The configuration name.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setArn(String arn)
The ARN for the configuration.
|
void |
setName(String name)
The configuration name.
|
String |
toString()
Returns a string representation of this object.
|
MlConfigDefinition |
withArn(String arn)
The ARN for the configuration.
|
MlConfigDefinition |
withName(String name)
The configuration name.
|
public void setName(String name)
The configuration name.
name - The configuration name.public String getName()
The configuration name.
public MlConfigDefinition withName(String name)
The configuration name.
name - The configuration name.public void setArn(String arn)
The ARN for the configuration.
arn - The ARN for the configuration.public String getArn()
The ARN for the configuration.
public MlConfigDefinition withArn(String arn)
The ARN for the configuration.
arn - The ARN for the configuration.public String toString()
toString in class ObjectObject.toString()public MlConfigDefinition clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.