@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetGuardrailRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetGuardrailRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetGuardrailRequest |
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 for which to get details.
|
String |
getGuardrailVersion()
The version of the guardrail for which to get details.
|
int |
hashCode() |
void |
setGuardrailIdentifier(String guardrailIdentifier)
The unique identifier of the guardrail for which to get details.
|
void |
setGuardrailVersion(String guardrailVersion)
The version of the guardrail for which to get details.
|
String |
toString()
Returns a string representation of this object.
|
GetGuardrailRequest |
withGuardrailIdentifier(String guardrailIdentifier)
The unique identifier of the guardrail for which to get details.
|
GetGuardrailRequest |
withGuardrailVersion(String guardrailVersion)
The version of the guardrail for which to get details.
|
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, withSdkRequestTimeoutpublic void setGuardrailIdentifier(String guardrailIdentifier)
The unique identifier of the guardrail for which to get details. This can be an ID or the ARN.
guardrailIdentifier - The unique identifier of the guardrail for which to get details. This can be an ID or the ARN.public String getGuardrailIdentifier()
The unique identifier of the guardrail for which to get details. This can be an ID or the ARN.
public GetGuardrailRequest withGuardrailIdentifier(String guardrailIdentifier)
The unique identifier of the guardrail for which to get details. This can be an ID or the ARN.
guardrailIdentifier - The unique identifier of the guardrail for which to get details. This can be an ID or the ARN.public void setGuardrailVersion(String guardrailVersion)
The version of the guardrail for which to get details. If you don't specify a version, the response returns
details for the DRAFT version.
guardrailVersion - The version of the guardrail for which to get details. If you don't specify a version, the response
returns details for the DRAFT version.public String getGuardrailVersion()
The version of the guardrail for which to get details. If you don't specify a version, the response returns
details for the DRAFT version.
DRAFT version.public GetGuardrailRequest withGuardrailVersion(String guardrailVersion)
The version of the guardrail for which to get details. If you don't specify a version, the response returns
details for the DRAFT version.
guardrailVersion - The version of the guardrail for which to get details. If you don't specify a version, the response
returns details for the DRAFT version.public String toString()
toString in class ObjectObject.toString()public GetGuardrailRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()