Class ListRuleNamesByTargetRequest
java.lang.Object
com.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.cloudwatchevents.model.ListRuleNamesByTargetRequest
- All Implemented Interfaces:
ReadLimitInfo, Serializable, Cloneable
public class ListRuleNamesByTargetRequest
extends AmazonWebServiceRequest
implements Serializable, Cloneable
Container for the parameters to the ListRuleNamesByTarget operation.
- See Also:
-
Field Summary
Fields inherited from class AmazonWebServiceRequest
NOOP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a shallow clone of this request.booleangetLimit()The maximum number of results to return.The token returned by a previous call to indicate that there is more data available.The Amazon Resource Name (ARN) of the target resource that you want to list the rules for.inthashCode()voidThe maximum number of results to return.voidsetNextToken(String nextToken) The token returned by a previous call to indicate that there is more data available.voidsetTargetArn(String targetArn) The Amazon Resource Name (ARN) of the target resource that you want to list the rules for.toString()Returns a string representation of this object; useful for testing and debugging.The maximum number of results to return.withNextToken(String nextToken) The token returned by a previous call to indicate that there is more data available.withTargetArn(String targetArn) The Amazon Resource Name (ARN) of the target resource that you want to list the rules for.Methods inherited from class AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
Constructor Details
-
ListRuleNamesByTargetRequest
public ListRuleNamesByTargetRequest()
-
-
Method Details
-
setTargetArn
The Amazon Resource Name (ARN) of the target resource that you want to list the rules for.
- Parameters:
targetArn- The Amazon Resource Name (ARN) of the target resource that you want to list the rules for.
-
getTargetArn
The Amazon Resource Name (ARN) of the target resource that you want to list the rules for.
- Returns:
- The Amazon Resource Name (ARN) of the target resource that you want to list the rules for.
-
withTargetArn
The Amazon Resource Name (ARN) of the target resource that you want to list the rules for.
- Parameters:
targetArn- The Amazon Resource Name (ARN) of the target resource that you want to list the rules for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextToken
The token returned by a previous call to indicate that there is more data available.
- Parameters:
nextToken- The token returned by a previous call to indicate that there is more data available.
-
getNextToken
The token returned by a previous call to indicate that there is more data available.
- Returns:
- The token returned by a previous call to indicate that there is more data available.
-
withNextToken
The token returned by a previous call to indicate that there is more data available.
- Parameters:
nextToken- The token returned by a previous call to indicate that there is more data available.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setLimit
The maximum number of results to return.
- Parameters:
limit- The maximum number of results to return.
-
getLimit
The maximum number of results to return.
- Returns:
- The maximum number of results to return.
-
withLimit
The maximum number of results to return.
- Parameters:
limit- The maximum number of results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
Description copied from class:AmazonWebServiceRequestCreates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clonein classAmazonWebServiceRequest- See Also:
-