@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GuardrailConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The details of the guardrails configuration.
| Constructor and Description |
|---|
GuardrailConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
GuardrailConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getGuardrailIdentifier()
The guardrails identifier assigned to the guardrails configuration.
|
String |
getGuardrailVersion()
The guardrails version assigned to the guardrails configuration.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setGuardrailIdentifier(String guardrailIdentifier)
The guardrails identifier assigned to the guardrails configuration.
|
void |
setGuardrailVersion(String guardrailVersion)
The guardrails version assigned to the guardrails configuration.
|
String |
toString()
Returns a string representation of this object.
|
GuardrailConfiguration |
withGuardrailIdentifier(String guardrailIdentifier)
The guardrails identifier assigned to the guardrails configuration.
|
GuardrailConfiguration |
withGuardrailVersion(String guardrailVersion)
The guardrails version assigned to the guardrails configuration.
|
public void setGuardrailIdentifier(String guardrailIdentifier)
The guardrails identifier assigned to the guardrails configuration.
guardrailIdentifier - The guardrails identifier assigned to the guardrails configuration.public String getGuardrailIdentifier()
The guardrails identifier assigned to the guardrails configuration.
public GuardrailConfiguration withGuardrailIdentifier(String guardrailIdentifier)
The guardrails identifier assigned to the guardrails configuration.
guardrailIdentifier - The guardrails identifier assigned to the guardrails configuration.public void setGuardrailVersion(String guardrailVersion)
The guardrails version assigned to the guardrails configuration.
guardrailVersion - The guardrails version assigned to the guardrails configuration.public String getGuardrailVersion()
The guardrails version assigned to the guardrails configuration.
public GuardrailConfiguration withGuardrailVersion(String guardrailVersion)
The guardrails version assigned to the guardrails configuration.
guardrailVersion - The guardrails version assigned to the guardrails configuration.public String toString()
toString in class ObjectObject.toString()public GuardrailConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.