7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/sqs/SQSRequest.h>
10#include <aws/sqs/SQS_EXPORTS.h>
11#include <aws/sqs/model/ChangeMessageVisibilityBatchRequestEntry.h>
45 template <
typename QueueUrlT = Aws::String>
47 m_queueUrlHasBeenSet =
true;
48 m_queueUrl = std::forward<QueueUrlT>(value);
50 template <
typename QueueUrlT = Aws::String>
64 template <
typename EntriesT = Aws::Vector<ChangeMessageVisibilityBatchRequestEntry>>
66 m_entriesHasBeenSet =
true;
67 m_entries = std::forward<EntriesT>(value);
69 template <
typename EntriesT = Aws::Vector<ChangeMessageVisibilityBatchRequestEntry>>
74 template <
typename EntriesT = ChangeMessageVisibilityBatchRequestEntry>
76 m_entriesHasBeenSet =
true;
77 m_entries.emplace_back(std::forward<EntriesT>(value));
85 bool m_queueUrlHasBeenSet =
false;
86 bool m_entriesHasBeenSet =
false;
ChangeMessageVisibilityBatchRequest & WithQueueUrl(QueueUrlT &&value)
void SetEntries(EntriesT &&value)
AWS_SQS_API Aws::String SerializePayload() const override
const Aws::Vector< ChangeMessageVisibilityBatchRequestEntry > & GetEntries() const
ChangeMessageVisibilityBatchRequest & WithEntries(EntriesT &&value)
AWS_SQS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetQueueUrl() const
bool QueueUrlHasBeenSet() const
bool EntriesHasBeenSet() const
virtual const char * GetServiceRequestName() const override
ChangeMessageVisibilityBatchRequest & AddEntries(EntriesT &&value)
AWS_SQS_API ChangeMessageVisibilityBatchRequest()=default
void SetQueueUrl(QueueUrlT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector