@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResolvedAttributes extends Object implements Serializable, Cloneable, StructuredPojo
The resolved attributes.
Constructor and Description |
---|
ResolvedAttributes() |
Modifier and Type | Method and Description |
---|---|
ResolvedAttributes |
clone() |
boolean |
equals(Object obj) |
AutoMLJobObjective |
getAutoMLJobObjective() |
AutoMLJobCompletionCriteria |
getCompletionCriteria() |
String |
getProblemType()
The problem type.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAutoMLJobObjective(AutoMLJobObjective autoMLJobObjective) |
void |
setCompletionCriteria(AutoMLJobCompletionCriteria completionCriteria) |
void |
setProblemType(String problemType)
The problem type.
|
String |
toString()
Returns a string representation of this object.
|
ResolvedAttributes |
withAutoMLJobObjective(AutoMLJobObjective autoMLJobObjective) |
ResolvedAttributes |
withCompletionCriteria(AutoMLJobCompletionCriteria completionCriteria) |
ResolvedAttributes |
withProblemType(ProblemType problemType)
The problem type.
|
ResolvedAttributes |
withProblemType(String problemType)
The problem type.
|
public void setAutoMLJobObjective(AutoMLJobObjective autoMLJobObjective)
autoMLJobObjective
- public AutoMLJobObjective getAutoMLJobObjective()
public ResolvedAttributes withAutoMLJobObjective(AutoMLJobObjective autoMLJobObjective)
autoMLJobObjective
- public void setProblemType(String problemType)
The problem type.
problemType
- The problem type.ProblemType
public String getProblemType()
The problem type.
ProblemType
public ResolvedAttributes withProblemType(String problemType)
The problem type.
problemType
- The problem type.ProblemType
public ResolvedAttributes withProblemType(ProblemType problemType)
The problem type.
problemType
- The problem type.ProblemType
public void setCompletionCriteria(AutoMLJobCompletionCriteria completionCriteria)
completionCriteria
- public AutoMLJobCompletionCriteria getCompletionCriteria()
public ResolvedAttributes withCompletionCriteria(AutoMLJobCompletionCriteria completionCriteria)
completionCriteria
- public String toString()
toString
in class Object
Object.toString()
public ResolvedAttributes clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.