@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) |
String |
getEventBusName()
The name or ARN of the event bus to list rules for.
|
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 |
setEventBusName(String eventBusName)
The name or ARN of the event bus to list rules for.
|
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.
|
ListRuleNamesByTargetRequest |
withEventBusName(String eventBusName)
The name or ARN of the event bus to list rules for.
|
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, withSdkRequestTimeout
public 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 setEventBusName(String eventBusName)
The name or ARN of the event bus to list rules for. If you omit this, the default event bus is used.
eventBusName
- The name or ARN of the event bus to list rules for. If you omit this, the default event bus is used.public String getEventBusName()
The name or ARN of the event bus to list rules for. If you omit this, the default event bus is used.
public ListRuleNamesByTargetRequest withEventBusName(String eventBusName)
The name or ARN of the event bus to list rules for. If you omit this, the default event bus is used.
eventBusName
- The name or ARN of the event bus to list rules for. If you omit this, the default event bus is used.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 Object
Object.toString()
public ListRuleNamesByTargetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()