7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sqs/SQSRequest.h>
9#include <aws/sqs/SQS_EXPORTS.h>
42 template <
typename SourceArnT = Aws::String>
44 m_sourceArnHasBeenSet =
true;
45 m_sourceArn = std::forward<SourceArnT>(value);
47 template <
typename SourceArnT = Aws::String>
63 template <
typename DestinationArnT = Aws::String>
65 m_destinationArnHasBeenSet =
true;
66 m_destinationArn = std::forward<DestinationArnT>(value);
68 template <
typename DestinationArnT = Aws::String>
86 m_maxNumberOfMessagesPerSecondHasBeenSet =
true;
87 m_maxNumberOfMessagesPerSecond = value;
99 int m_maxNumberOfMessagesPerSecond{0};
100 bool m_sourceArnHasBeenSet =
false;
101 bool m_destinationArnHasBeenSet =
false;
102 bool m_maxNumberOfMessagesPerSecondHasBeenSet =
false;
void SetDestinationArn(DestinationArnT &&value)
const Aws::String & GetSourceArn() const
bool DestinationArnHasBeenSet() const
AWS_SQS_API StartMessageMoveTaskRequest()=default
bool SourceArnHasBeenSet() const
void SetMaxNumberOfMessagesPerSecond(int value)
StartMessageMoveTaskRequest & WithSourceArn(SourceArnT &&value)
AWS_SQS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
StartMessageMoveTaskRequest & WithMaxNumberOfMessagesPerSecond(int value)
const Aws::String & GetDestinationArn() const
virtual const char * GetServiceRequestName() const override
AWS_SQS_API Aws::String SerializePayload() const override
bool MaxNumberOfMessagesPerSecondHasBeenSet() const
StartMessageMoveTaskRequest & WithDestinationArn(DestinationArnT &&value)
void SetSourceArn(SourceArnT &&value)
int GetMaxNumberOfMessagesPerSecond() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String