@Generated(value="software.amazon.awssdk:codegen") public final class ListSecurityConfigsRequest extends OpenSearchServerlessRequest implements ToCopyableBuilder<ListSecurityConfigsRequest.Builder,ListSecurityConfigsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListSecurityConfigsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListSecurityConfigsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
An optional parameter that specifies the maximum number of results to return.
|
String |
nextToken()
If your initial
ListSecurityConfigs operation returns a nextToken, you can include the
returned nextToken in subsequent ListSecurityConfigs operations, which returns results
in the next page. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListSecurityConfigsRequest.Builder> |
serializableBuilderClass() |
ListSecurityConfigsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
SecurityConfigType |
type()
The type of security configuration.
|
String |
typeAsString()
The type of security configuration.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer maxResults()
An optional parameter that specifies the maximum number of results to return. You can use nextToken
to get the next page of results. The default is 20.
nextToken to get the next page of results. The default is 20.public final String nextToken()
If your initial ListSecurityConfigs operation returns a nextToken, you can include the
returned nextToken in subsequent ListSecurityConfigs operations, which returns results
in the next page.
ListSecurityConfigs operation returns a nextToken, you can
include the returned nextToken in subsequent ListSecurityConfigs operations,
which returns results in the next page.public final SecurityConfigType type()
The type of security configuration.
If the service returns an enum value that is not available in the current SDK version, type will return
SecurityConfigType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
SecurityConfigTypepublic final String typeAsString()
The type of security configuration.
If the service returns an enum value that is not available in the current SDK version, type will return
SecurityConfigType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
SecurityConfigTypepublic ListSecurityConfigsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListSecurityConfigsRequest.Builder,ListSecurityConfigsRequest>toBuilder in class OpenSearchServerlessRequestpublic static ListSecurityConfigsRequest.Builder builder()
public static Class<? extends ListSecurityConfigsRequest.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.