@Generated(value="software.amazon.awssdk:codegen") public final class ListManagedInsightRulesRequest extends CloudWatchRequest implements ToCopyableBuilder<ListManagedInsightRulesRequest.Builder,ListManagedInsightRulesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListManagedInsightRulesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListManagedInsightRulesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of results to return in one operation.
|
String |
nextToken()
Include this value to get the next set of rules if the value was returned by the previous operation.
|
String |
resourceARN()
The ARN of an Amazon Web Services resource that has managed Contributor Insights rules.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListManagedInsightRulesRequest.Builder> |
serializableBuilderClass() |
ListManagedInsightRulesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String resourceARN()
The ARN of an Amazon Web Services resource that has managed Contributor Insights rules.
public final String nextToken()
Include this value to get the next set of rules if the value was returned by the previous operation.
public final Integer maxResults()
The maximum number of results to return in one operation. If you omit this parameter, the default number is used.
The default number is 100.
100.public ListManagedInsightRulesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListManagedInsightRulesRequest.Builder,ListManagedInsightRulesRequest>toBuilder in class CloudWatchRequestpublic static ListManagedInsightRulesRequest.Builder builder()
public static Class<? extends ListManagedInsightRulesRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.