public class ListRuleNamesByTargetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Container for the parameters to the ListRuleNamesByTarget operation.
NOOP
Constructor and Description |
---|
ListRuleNamesByTargetRequest() |
Modifier and Type | Method and Description |
---|---|
ListRuleNamesByTargetRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
Integer |
getLimit()
The maximum number of results to return.
|
String |
getNextToken()
The token returned by a previous call to indicate that there is more data available.
|
String |
getTargetArn()
The Amazon Resource Name (ARN) of the target resource that you want to list the rules for.
|
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 indicate that there is more data available.
|
void |
setTargetArn(String targetArn)
The Amazon Resource Name (ARN) of the target resource that you want to list the rules for.
|
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 indicate that there is more data available.
|
ListRuleNamesByTargetRequest |
withTargetArn(String targetArn)
The Amazon Resource Name (ARN) of the target resource that you want to list the rules for.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setTargetArn(String targetArn)
The Amazon Resource Name (ARN) of the target resource that you want to list the rules for.
targetArn
- The Amazon Resource Name (ARN) of the target resource that you want to list the rules for.public String getTargetArn()
The Amazon Resource Name (ARN) of the target resource that you want to list the rules for.
public ListRuleNamesByTargetRequest withTargetArn(String targetArn)
The Amazon Resource Name (ARN) of the target resource that you want to list the rules for.
targetArn
- The Amazon Resource Name (ARN) of the target resource that you want to list the rules for.public void setNextToken(String nextToken)
The token returned by a previous call to indicate that there is more data available.
nextToken
- The token returned by a previous call to indicate that there is more data available.public String getNextToken()
The token returned by a previous call to indicate that there is more data available.
public ListRuleNamesByTargetRequest withNextToken(String nextToken)
The token returned by a previous call to indicate that there is more data available.
nextToken
- The token returned by a previous call to indicate that there is more data available.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 Object
Object.toString()
public ListRuleNamesByTargetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.