@Generated(value="software.amazon.awssdk:codegen") public final class SqsParameters extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SqsParameters.Builder,SqsParameters>
The templated target type for the Amazon SQS
SendMessage API operation. Contains the message group ID to use when the target is a FIFO queue. If
you specify an Amazon SQS FIFO queue as a target, the queue must have content-based deduplication enabled. For more
information, see Using the Amazon SQS message deduplication ID in the Amazon SQS Developer Guide.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SqsParameters.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SqsParameters.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
messageGroupId()
The FIFO message group ID to use as the target.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SqsParameters.Builder> |
serializableBuilderClass() |
SqsParameters.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String messageGroupId()
The FIFO message group ID to use as the target.
public SqsParameters.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SqsParameters.Builder,SqsParameters>public static SqsParameters.Builder builder()
public static Class<? extends SqsParameters.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.