@Generated(value="software.amazon.awssdk:codegen") public final class ListCustomPluginsRequest extends KafkaConnectRequest implements ToCopyableBuilder<ListCustomPluginsRequest.Builder,ListCustomPluginsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListCustomPluginsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListCustomPluginsRequest.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 custom plugins to list in one response.
|
String |
nextToken()
If the response of a ListCustomPlugins operation is truncated, it will include a NextToken.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListCustomPluginsRequest.Builder> |
serializableBuilderClass() |
ListCustomPluginsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer maxResults()
The maximum number of custom plugins to list in one response.
public final String nextToken()
If the response of a ListCustomPlugins operation is truncated, it will include a NextToken. Send this NextToken in a subsequent request to continue listing from where the previous operation left off.
public ListCustomPluginsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListCustomPluginsRequest.Builder,ListCustomPluginsRequest>toBuilder in class KafkaConnectRequestpublic static ListCustomPluginsRequest.Builder builder()
public static Class<? extends ListCustomPluginsRequest.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.