@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AIMLOptionsStatus extends Object implements Serializable, Cloneable, StructuredPojo
The status of machine learning options on the specified domain.
Constructor and Description |
---|
AIMLOptionsStatus() |
Modifier and Type | Method and Description |
---|---|
AIMLOptionsStatus |
clone() |
boolean |
equals(Object obj) |
AIMLOptionsOutput |
getOptions()
Machine learning options on the specified domain.
|
OptionStatus |
getStatus() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setOptions(AIMLOptionsOutput options)
Machine learning options on the specified domain.
|
void |
setStatus(OptionStatus status) |
String |
toString()
Returns a string representation of this object.
|
AIMLOptionsStatus |
withOptions(AIMLOptionsOutput options)
Machine learning options on the specified domain.
|
AIMLOptionsStatus |
withStatus(OptionStatus status) |
public void setOptions(AIMLOptionsOutput options)
Machine learning options on the specified domain.
options
- Machine learning options on the specified domain.public AIMLOptionsOutput getOptions()
Machine learning options on the specified domain.
public AIMLOptionsStatus withOptions(AIMLOptionsOutput options)
Machine learning options on the specified domain.
options
- Machine learning options on the specified domain.public void setStatus(OptionStatus status)
status
- public OptionStatus getStatus()
public AIMLOptionsStatus withStatus(OptionStatus status)
status
- public String toString()
toString
in class Object
Object.toString()
public AIMLOptionsStatus clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.