@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 Integer pageSize()
The maximum number of results to return at one time.
public String marker()
A marker used to get the next set of results.
public Boolean ascendingOrder()
Return the list of authorizers in ascending alphabetical order.
public 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 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 int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.