@Generated(value="software.amazon.awssdk:codegen") public final class ListQueuesRequest extends SqsRequest implements ToCopyableBuilder<ListQueuesRequest.Builder,ListQueuesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListQueuesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListQueuesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
Maximum number of results to include in the response.
|
String |
nextToken()
Pagination token to request the next set of results.
|
String |
queueNamePrefix()
A string to use for filtering the list results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListQueuesRequest.Builder> |
serializableBuilderClass() |
ListQueuesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String queueNamePrefix()
A string to use for filtering the list results. Only those queues whose name begins with the specified string are returned.
Queue URLs and names are case-sensitive.
Queue URLs and names are case-sensitive.
public String nextToken()
Pagination token to request the next set of results.
public Integer maxResults()
Maximum number of results to include in the response.
public ListQueuesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListQueuesRequest.Builder,ListQueuesRequest>toBuilder in class SqsRequestpublic static ListQueuesRequest.Builder builder()
public static Class<? extends ListQueuesRequest.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 © 2020. All rights reserved.