@Generated(value="software.amazon.awssdk:codegen") public final class ListTargetsByRuleRequest extends CloudWatchEventsRequest implements ToCopyableBuilder<ListTargetsByRuleRequest.Builder,ListTargetsByRuleRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListTargetsByRuleRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListTargetsByRuleRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
limit()
The maximum number of results to return.
|
String |
nextToken()
The token returned by a previous call to retrieve the next set of results.
|
String |
rule()
The name of the rule.
|
static Class<? extends ListTargetsByRuleRequest.Builder> |
serializableBuilderClass() |
ListTargetsByRuleRequest.Builder |
toBuilder() |
String |
toString() |
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String rule()
The name of the rule.
public String nextToken()
The token returned by a previous call to retrieve the next set of results.
public Integer limit()
The maximum number of results to return.
public ListTargetsByRuleRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListTargetsByRuleRequest.Builder,ListTargetsByRuleRequest>toBuilder in class CloudWatchEventsRequestpublic static ListTargetsByRuleRequest.Builder builder()
public static Class<? extends ListTargetsByRuleRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2018. All rights reserved.