@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListRuleNamesByTargetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListRuleNamesByTargetRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListRuleNamesByTargetRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getLimit()
The maximum number of results to return.
|
String |
getNextToken()
The token returned by a previous call to retrieve the next set of results.
|
String |
getTargetArn()
The Amazon Resource Name (ARN) of the target resource.
|
int |
hashCode() |
void |
setLimit(Integer limit)
The maximum number of results to return.
|
void |
setNextToken(String nextToken)
The token returned by a previous call to retrieve the next set of results.
|
void |
setTargetArn(String targetArn)
The Amazon Resource Name (ARN) of the target resource.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListRuleNamesByTargetRequest |
withLimit(Integer limit)
The maximum number of results to return.
|
ListRuleNamesByTargetRequest |
withNextToken(String nextToken)
The token returned by a previous call to retrieve the next set of results.
|
ListRuleNamesByTargetRequest |
withTargetArn(String targetArn)
The Amazon Resource Name (ARN) of the target resource.
|
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 setTargetArn(String targetArn)
The Amazon Resource Name (ARN) of the target resource.
targetArn - The Amazon Resource Name (ARN) of the target resource.public String getTargetArn()
The Amazon Resource Name (ARN) of the target resource.
public ListRuleNamesByTargetRequest withTargetArn(String targetArn)
The Amazon Resource Name (ARN) of the target resource.
targetArn - The Amazon Resource Name (ARN) of the target resource.public void setNextToken(String nextToken)
The token returned by a previous call to retrieve the next set of results.
nextToken - The token returned by a previous call to retrieve the next set of results.public String getNextToken()
The token returned by a previous call to retrieve the next set of results.
public ListRuleNamesByTargetRequest withNextToken(String nextToken)
The token returned by a previous call to retrieve the next set of results.
nextToken - The token returned by a previous call to retrieve the next set of results.public void setLimit(Integer limit)
The maximum number of results to return.
limit - The maximum number of results to return.public Integer getLimit()
The maximum number of results to return.
public ListRuleNamesByTargetRequest withLimit(Integer limit)
The maximum number of results to return.
limit - The maximum number of results to return.public String toString()
toString in class ObjectObject.toString()public ListRuleNamesByTargetRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.