@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteGuardrailRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteGuardrailRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteGuardrailRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getGuardrailIdentifier()
The unique identifier of the guardrail.
|
String |
getGuardrailVersion()
The version of the guardrail.
|
int |
hashCode() |
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.
|
DeleteGuardrailRequest |
withGuardrailIdentifier(String guardrailIdentifier)
The unique identifier of the guardrail.
|
DeleteGuardrailRequest |
withGuardrailVersion(String guardrailVersion)
The version of the guardrail.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setGuardrailIdentifier(String guardrailIdentifier)
The unique identifier of the guardrail. This can be an ID or the ARN.
guardrailIdentifier
- The unique identifier of the guardrail. This can be an ID or the ARN.public String getGuardrailIdentifier()
The unique identifier of the guardrail. This can be an ID or the ARN.
public DeleteGuardrailRequest withGuardrailIdentifier(String guardrailIdentifier)
The unique identifier of the guardrail. This can be an ID or the ARN.
guardrailIdentifier
- The unique identifier of the guardrail. This can be an ID or the ARN.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 DeleteGuardrailRequest withGuardrailVersion(String guardrailVersion)
The version of the guardrail.
guardrailVersion
- The version of the guardrail.public String toString()
toString
in class Object
Object.toString()
public DeleteGuardrailRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()