@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GuardrailConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Details about the guardrail associated with an agent.
Constructor and Description |
---|
GuardrailConfiguration() |
Modifier and Type | Method and Description |
---|---|
GuardrailConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getGuardrailIdentifier()
The unique identifier of the guardrail.
|
String |
getGuardrailVersion()
The version of the guardrail.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setGuardrailIdentifier(String guardrailIdentifier)
The unique identifier of the guardrail.
|
void |
setGuardrailVersion(String guardrailVersion)
The version of the guardrail.
|
String |
toString()
Returns a string representation of this object.
|
GuardrailConfiguration |
withGuardrailIdentifier(String guardrailIdentifier)
The unique identifier of the guardrail.
|
GuardrailConfiguration |
withGuardrailVersion(String guardrailVersion)
The version of the guardrail.
|
public void setGuardrailIdentifier(String guardrailIdentifier)
The unique identifier of the guardrail.
guardrailIdentifier
- The unique identifier of the guardrail.public String getGuardrailIdentifier()
The unique identifier of the guardrail.
public GuardrailConfiguration withGuardrailIdentifier(String guardrailIdentifier)
The unique identifier of the guardrail.
guardrailIdentifier
- The unique identifier of the guardrail.public void setGuardrailVersion(String guardrailVersion)
The version of the guardrail.
guardrailVersion
- The version of the guardrail.public String getGuardrailVersion()
The version of the guardrail.
public GuardrailConfiguration withGuardrailVersion(String guardrailVersion)
The version of the guardrail.
guardrailVersion
- The version of the guardrail.public String toString()
toString
in class Object
Object.toString()
public GuardrailConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.