@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PredictionConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The configuration of the prediction.
Constructor and Description |
---|
PredictionConfiguration() |
Modifier and Type | Method and Description |
---|---|
PredictionConfiguration |
clone() |
boolean |
equals(Object obj) |
BusinessNameGenerationConfiguration |
getBusinessNameGeneration()
The business name generation mechanism.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBusinessNameGeneration(BusinessNameGenerationConfiguration businessNameGeneration)
The business name generation mechanism.
|
String |
toString()
Returns a string representation of this object.
|
PredictionConfiguration |
withBusinessNameGeneration(BusinessNameGenerationConfiguration businessNameGeneration)
The business name generation mechanism.
|
public void setBusinessNameGeneration(BusinessNameGenerationConfiguration businessNameGeneration)
The business name generation mechanism.
businessNameGeneration
- The business name generation mechanism.public BusinessNameGenerationConfiguration getBusinessNameGeneration()
The business name generation mechanism.
public PredictionConfiguration withBusinessNameGeneration(BusinessNameGenerationConfiguration businessNameGeneration)
The business name generation mechanism.
businessNameGeneration
- The business name generation mechanism.public String toString()
toString
in class Object
Object.toString()
public PredictionConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.