@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GuardrailOutputContent extends Object implements Serializable, Cloneable, StructuredPojo
The output content produced by the guardrail.
| Constructor and Description |
|---|
GuardrailOutputContent() |
| Modifier and Type | Method and Description |
|---|---|
GuardrailOutputContent |
clone() |
boolean |
equals(Object obj) |
String |
getText()
The specific text for the output content produced by the guardrail.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setText(String text)
The specific text for the output content produced by the guardrail.
|
String |
toString()
Returns a string representation of this object.
|
GuardrailOutputContent |
withText(String text)
The specific text for the output content produced by the guardrail.
|
public void setText(String text)
The specific text for the output content produced by the guardrail.
text - The specific text for the output content produced by the guardrail.public String getText()
The specific text for the output content produced by the guardrail.
public GuardrailOutputContent withText(String text)
The specific text for the output content produced by the guardrail.
text - The specific text for the output content produced by the guardrail.public String toString()
toString in class ObjectObject.toString()public GuardrailOutputContent clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2025. All rights reserved.