@Generated(value="software.amazon.awssdk:codegen") public final class ListAuthorizersRequest extends IotRequest implements ToCopyableBuilder<ListAuthorizersRequest.Builder,ListAuthorizersRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListAuthorizersRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
ascendingOrder()
Return the list of authorizers in ascending alphabetical order.
|
static ListAuthorizersRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
marker()
A marker used to get the next set of results.
|
Integer |
pageSize()
The maximum number of results to return at one time.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListAuthorizersRequest.Builder> |
serializableBuilderClass() |
AuthorizerStatus |
status()
The status of the list authorizers request.
|
String |
statusAsString()
The status of the list authorizers request.
|
ListAuthorizersRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer pageSize()
The maximum number of results to return at one time.
public final String marker()
A marker used to get the next set of results.
public final Boolean ascendingOrder()
Return the list of authorizers in ascending alphabetical order.
public final AuthorizerStatus status()
The status of the list authorizers request.
If the service returns an enum value that is not available in the current SDK version, status will
return AuthorizerStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
AuthorizerStatuspublic final String statusAsString()
The status of the list authorizers request.
If the service returns an enum value that is not available in the current SDK version, status will
return AuthorizerStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
AuthorizerStatuspublic ListAuthorizersRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListAuthorizersRequest.Builder,ListAuthorizersRequest>toBuilder in class IotRequestpublic static ListAuthorizersRequest.Builder builder()
public static Class<? extends ListAuthorizersRequest.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 © 2021. All rights reserved.