@Generated(value="software.amazon.awssdk:codegen") public final class ListTemplatesRequest extends PcaConnectorAdRequest implements ToCopyableBuilder<ListTemplatesRequest.Builder,ListTemplatesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListTemplatesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListTemplatesRequest.Builder |
builder() |
String |
connectorArn()
The Amazon Resource Name (ARN) that was returned when you called CreateConnector.
|
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 ListTemplatesRequest.Builder> |
serializableBuilderClass() |
ListTemplatesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String connectorArn()
The Amazon Resource Name (ARN) that was returned when you called CreateConnector.
public 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 ListTemplatesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListTemplatesRequest.Builder,ListTemplatesRequest>toBuilder in class PcaConnectorAdRequestpublic static ListTemplatesRequest.Builder builder()
public static Class<? extends ListTemplatesRequest.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.