Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ListQueuesRequest.Builder,ListQueuesRequest>
@Generated("software.amazon.awssdk:codegen") public class ListQueuesRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ListQueuesRequest.Builder,ListQueuesRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListQueuesRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static ListQueuesRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
queueNamePrefix() |
A string to use for filtering the list results.
|
static Class<? extends ListQueuesRequest.Builder> |
serializableBuilderClass() |
|
ListQueuesRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String queueNamePrefix()
A string to use for filtering the list results. Only those queues whose name begins with the specified string are returned.
Queue names are case-sensitive.
Queue names are case-sensitive.
public ListQueuesRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListQueuesRequest.Builder,ListQueuesRequest>
public static ListQueuesRequest.Builder builder()
public static Class<? extends ListQueuesRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.