@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListGuardrailsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListGuardrailsRequest() |
Modifier and Type | Method and Description |
---|---|
ListGuardrailsRequest |
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.
|
Integer |
getMaxResults()
The maximum number of results to return in the response.
|
String |
getNextToken()
If there are more results than were returned in the response, the response returns a
nextToken that
you can send in another ListGuardrails request to see the next batch of results. |
int |
hashCode() |
void |
setGuardrailIdentifier(String guardrailIdentifier)
The unique identifier of the guardrail.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return in the response.
|
void |
setNextToken(String nextToken)
If there are more results than were returned in the response, the response returns a
nextToken that
you can send in another ListGuardrails request to see the next batch of results. |
String |
toString()
Returns a string representation of this object.
|
ListGuardrailsRequest |
withGuardrailIdentifier(String guardrailIdentifier)
The unique identifier of the guardrail.
|
ListGuardrailsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return in the response.
|
ListGuardrailsRequest |
withNextToken(String nextToken)
If there are more results than were returned in the response, the response returns a
nextToken that
you can send in another ListGuardrails request to see the next batch of results. |
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 ListGuardrailsRequest 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 setMaxResults(Integer maxResults)
The maximum number of results to return in the response.
maxResults
- The maximum number of results to return in the response.public Integer getMaxResults()
The maximum number of results to return in the response.
public ListGuardrailsRequest withMaxResults(Integer maxResults)
The maximum number of results to return in the response.
maxResults
- The maximum number of results to return in the response.public void setNextToken(String nextToken)
If there are more results than were returned in the response, the response returns a nextToken
that
you can send in another ListGuardrails
request to see the next batch of results.
nextToken
- If there are more results than were returned in the response, the response returns a
nextToken
that you can send in another ListGuardrails
request to see the next
batch of results.public String getNextToken()
If there are more results than were returned in the response, the response returns a nextToken
that
you can send in another ListGuardrails
request to see the next batch of results.
nextToken
that you can send in another ListGuardrails
request to see the next
batch of results.public ListGuardrailsRequest withNextToken(String nextToken)
If there are more results than were returned in the response, the response returns a nextToken
that
you can send in another ListGuardrails
request to see the next batch of results.
nextToken
- If there are more results than were returned in the response, the response returns a
nextToken
that you can send in another ListGuardrails
request to see the next
batch of results.public String toString()
toString
in class Object
Object.toString()
public ListGuardrailsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()