@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SampleUtteranceGenerationSpecification extends Object implements Serializable, Cloneable, StructuredPojo
Contains specifications for the sample utterance generation feature.
Constructor and Description |
---|
SampleUtteranceGenerationSpecification() |
Modifier and Type | Method and Description |
---|---|
SampleUtteranceGenerationSpecification |
clone() |
boolean |
equals(Object obj) |
BedrockModelSpecification |
getBedrockModelSpecification() |
Boolean |
getEnabled()
Specifies whether to enable sample utterance generation or not.
|
int |
hashCode() |
Boolean |
isEnabled()
Specifies whether to enable sample utterance generation or not.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBedrockModelSpecification(BedrockModelSpecification bedrockModelSpecification) |
void |
setEnabled(Boolean enabled)
Specifies whether to enable sample utterance generation or not.
|
String |
toString()
Returns a string representation of this object.
|
SampleUtteranceGenerationSpecification |
withBedrockModelSpecification(BedrockModelSpecification bedrockModelSpecification) |
SampleUtteranceGenerationSpecification |
withEnabled(Boolean enabled)
Specifies whether to enable sample utterance generation or not.
|
public SampleUtteranceGenerationSpecification()
public void setEnabled(Boolean enabled)
Specifies whether to enable sample utterance generation or not.
enabled
- Specifies whether to enable sample utterance generation or not.public Boolean getEnabled()
Specifies whether to enable sample utterance generation or not.
public SampleUtteranceGenerationSpecification withEnabled(Boolean enabled)
Specifies whether to enable sample utterance generation or not.
enabled
- Specifies whether to enable sample utterance generation or not.public Boolean isEnabled()
Specifies whether to enable sample utterance generation or not.
public void setBedrockModelSpecification(BedrockModelSpecification bedrockModelSpecification)
bedrockModelSpecification
- public BedrockModelSpecification getBedrockModelSpecification()
public SampleUtteranceGenerationSpecification withBedrockModelSpecification(BedrockModelSpecification bedrockModelSpecification)
bedrockModelSpecification
- public String toString()
toString
in class Object
Object.toString()
public SampleUtteranceGenerationSpecification clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.