@Generated(value="software.amazon.awssdk:codegen") public final class ListConnectorsRequest extends PcaConnectorAdRequest implements ToCopyableBuilder<ListConnectorsRequest.Builder,ListConnectorsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListConnectorsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListConnectorsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
Use this parameter when paginating results to specify the maximum number of items to return in the response on
each page.
|
String |
nextToken()
Use this parameter when paginating results in a subsequent request after you receive a response with truncated
results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListConnectorsRequest.Builder> |
serializableBuilderClass() |
ListConnectorsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer maxResults()
Use this parameter when paginating results to specify the maximum number of items to return in the response on
each page. If additional items exist beyond the number you specify, the NextToken element is sent in
the response. Use this NextToken value in a subsequent request to retrieve additional items.
NextToken element is sent in the response. Use this NextToken value in a
subsequent request to retrieve additional items.public final String nextToken()
Use this parameter when paginating results in a subsequent request after you receive a response with truncated
results. Set it to the value of the NextToken parameter from the response you just received.
NextToken parameter from the response you just
received.public ListConnectorsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListConnectorsRequest.Builder,ListConnectorsRequest>toBuilder in class PcaConnectorAdRequestpublic static ListConnectorsRequest.Builder builder()
public static Class<? extends ListConnectorsRequest.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.