@Generated(value="software.amazon.awssdk:codegen") public final class ChangeMessageVisibilityRequest extends SqsRequest implements ToCopyableBuilder<ChangeMessageVisibilityRequest.Builder,ChangeMessageVisibilityRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ChangeMessageVisibilityRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ChangeMessageVisibilityRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
queueUrl()
The URL of the Amazon SQS queue whose message's visibility is changed.
|
String |
receiptHandle()
The receipt handle associated with the message whose visibility timeout is changed.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ChangeMessageVisibilityRequest.Builder> |
serializableBuilderClass() |
ChangeMessageVisibilityRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Integer |
visibilityTimeout()
The new value for the message's visibility timeout (in seconds).
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String queueUrl()
The URL of the Amazon SQS queue whose message's visibility is changed.
Queue URLs and names are case-sensitive.
Queue URLs and names are case-sensitive.
public String receiptHandle()
The receipt handle associated with the message whose visibility timeout is changed. This parameter is returned by
the ReceiveMessage action.
ReceiveMessage action.public Integer visibilityTimeout()
The new value for the message's visibility timeout (in seconds). Values values: 0 to
43200. Maximum: 12 hours.
0 to
43200. Maximum: 12 hours.public ChangeMessageVisibilityRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ChangeMessageVisibilityRequest.Builder,ChangeMessageVisibilityRequest>toBuilder in class SqsRequestpublic static ChangeMessageVisibilityRequest.Builder builder()
public static Class<? extends ChangeMessageVisibilityRequest.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.