@Generated(value="software.amazon.awssdk:codegen") public final class ChangeMessageVisibilityBatchRequest extends SqsRequest implements ToCopyableBuilder<ChangeMessageVisibilityBatchRequest.Builder,ChangeMessageVisibilityBatchRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ChangeMessageVisibilityBatchRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ChangeMessageVisibilityBatchRequest.Builder |
builder() |
List<ChangeMessageVisibilityBatchRequestEntry> |
entries()
A list of receipt handles of the messages for which the visibility timeout must be changed.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasEntries()
Returns true if the Entries property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
int |
hashCode() |
String |
queueUrl()
The URL of the Amazon SQS queue whose messages' visibility is changed.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ChangeMessageVisibilityBatchRequest.Builder> |
serializableBuilderClass() |
ChangeMessageVisibilityBatchRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String queueUrl()
The URL of the Amazon SQS queue whose messages' visibility is changed.
Queue URLs and names are case-sensitive.
Queue URLs and names are case-sensitive.
public boolean hasEntries()
public List<ChangeMessageVisibilityBatchRequestEntry> entries()
A list of receipt handles of the messages for which the visibility timeout must be changed.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasEntries() to see if a value was sent in this field.
public ChangeMessageVisibilityBatchRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ChangeMessageVisibilityBatchRequest.Builder,ChangeMessageVisibilityBatchRequest>toBuilder in class SqsRequestpublic static ChangeMessageVisibilityBatchRequest.Builder builder()
public static Class<? extends ChangeMessageVisibilityBatchRequest.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.