@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GuardrailConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The configuration details for the guardrail.
| Constructor and Description |
|---|
GuardrailConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
GuardrailConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getGuardrailId()
The unique identifier for the guardrail.
|
String |
getGuardrailVersion()
The version of the guardrail.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setGuardrailId(String guardrailId)
The unique identifier for the guardrail.
|
void |
setGuardrailVersion(String guardrailVersion)
The version of the guardrail.
|
String |
toString()
Returns a string representation of this object.
|
GuardrailConfiguration |
withGuardrailId(String guardrailId)
The unique identifier for the guardrail.
|
GuardrailConfiguration |
withGuardrailVersion(String guardrailVersion)
The version of the guardrail.
|
public void setGuardrailId(String guardrailId)
The unique identifier for the guardrail.
guardrailId - The unique identifier for the guardrail.public String getGuardrailId()
The unique identifier for the guardrail.
public GuardrailConfiguration withGuardrailId(String guardrailId)
The unique identifier for the guardrail.
guardrailId - The unique identifier for 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 ObjectObject.toString()public GuardrailConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.