Class SendMessageResponse
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<SendMessageResponse.Builder,SendMessageResponse>
The MD5OfMessageBody and MessageId elements.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic SendMessageResponse.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringAn MD5 digest of the non-URL-encoded message attribute string.final StringAn MD5 digest of the non-URL-encoded message body string.final StringAn MD5 digest of the non-URL-encoded message system attribute string.final StringAn attribute containing theMessageIdof the message sent to the queue.final StringThis parameter applies only to FIFO (first-in-first-out) queues.static Class<? extends SendMessageResponse.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class software.amazon.awssdk.services.sqs.model.SqsResponse
responseMetadataMethods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponseMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
md5OfMessageBody
An MD5 digest of the non-URL-encoded message body string. You can use this attribute to verify that Amazon SQS received the message correctly. Amazon SQS URL-decodes the message before creating the MD5 digest. For information about MD5, see RFC1321.
- Returns:
- An MD5 digest of the non-URL-encoded message body string. You can use this attribute to verify that Amazon SQS received the message correctly. Amazon SQS URL-decodes the message before creating the MD5 digest. For information about MD5, see RFC1321.
-
md5OfMessageAttributes
An MD5 digest of the non-URL-encoded message attribute string. You can use this attribute to verify that Amazon SQS received the message correctly. Amazon SQS URL-decodes the message before creating the MD5 digest. For information about MD5, see RFC1321.
- Returns:
- An MD5 digest of the non-URL-encoded message attribute string. You can use this attribute to verify that Amazon SQS received the message correctly. Amazon SQS URL-decodes the message before creating the MD5 digest. For information about MD5, see RFC1321.
-
md5OfMessageSystemAttributes
An MD5 digest of the non-URL-encoded message system attribute string. You can use this attribute to verify that Amazon SQS received the message correctly. Amazon SQS URL-decodes the message before creating the MD5 digest.
- Returns:
- An MD5 digest of the non-URL-encoded message system attribute string. You can use this attribute to verify that Amazon SQS received the message correctly. Amazon SQS URL-decodes the message before creating the MD5 digest.
-
messageId
An attribute containing the
MessageIdof the message sent to the queue. For more information, see Queue and Message Identifiers in the Amazon SQS Developer Guide.- Returns:
- An attribute containing the
MessageIdof the message sent to the queue. For more information, see Queue and Message Identifiers in the Amazon SQS Developer Guide.
-
sequenceNumber
This parameter applies only to FIFO (first-in-first-out) queues.
The large, non-consecutive number that Amazon SQS assigns to each message.
The length of
SequenceNumberis 128 bits.SequenceNumbercontinues to increase for a particularMessageGroupId.- Returns:
- This parameter applies only to FIFO (first-in-first-out) queues.
The large, non-consecutive number that Amazon SQS assigns to each message.
The length of
SequenceNumberis 128 bits.SequenceNumbercontinues to increase for a particularMessageGroupId.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<SendMessageResponse.Builder,SendMessageResponse> - Specified by:
toBuilderin classAwsResponse
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsResponse
-
equals
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
- Overrides:
getValueForFieldin classSdkResponse
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-