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>
44 template <
typename QueueUrlT = Aws::String>
46 m_queueUrlHasBeenSet =
true;
47 m_queueUrl = std::forward<QueueUrlT>(value);
49 template <
typename QueueUrlT = Aws::String>
65 template <
typename LabelT = Aws::String>
67 m_labelHasBeenSet =
true;
68 m_label = std::forward<LabelT>(value);
70 template <
typename LabelT = Aws::String>
72 SetLabel(std::forward<LabelT>(value));
89 template <
typename AWSAccountIdsT = Aws::Vector<Aws::String>>
91 m_aWSAccountIdsHasBeenSet =
true;
92 m_aWSAccountIds = std::forward<AWSAccountIdsT>(value);
94 template <
typename AWSAccountIdsT = Aws::Vector<Aws::String>>
99 template <
typename AWSAccountIdsT = Aws::String>
101 m_aWSAccountIdsHasBeenSet =
true;
102 m_aWSAccountIds.emplace_back(std::forward<AWSAccountIdsT>(value));
123 template <
typename ActionsT = Aws::Vector<Aws::String>>
125 m_actionsHasBeenSet =
true;
126 m_actions = std::forward<ActionsT>(value);
128 template <
typename ActionsT = Aws::Vector<Aws::String>>
133 template <
typename ActionsT = Aws::String>
135 m_actionsHasBeenSet =
true;
136 m_actions.emplace_back(std::forward<ActionsT>(value));
148 bool m_queueUrlHasBeenSet =
false;
149 bool m_labelHasBeenSet =
false;
150 bool m_aWSAccountIdsHasBeenSet =
false;
151 bool m_actionsHasBeenSet =
false;
void SetAWSAccountIds(AWSAccountIdsT &&value)
void SetQueueUrl(QueueUrlT &&value)
const Aws::String & GetQueueUrl() const
AddPermissionRequest & AddAWSAccountIds(AWSAccountIdsT &&value)
void SetLabel(LabelT &&value)
const Aws::String & GetLabel() const
void SetActions(ActionsT &&value)
bool QueueUrlHasBeenSet() const
const Aws::Vector< Aws::String > & GetActions() const
AWS_SQS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AddPermissionRequest & WithAWSAccountIds(AWSAccountIdsT &&value)
virtual const char * GetServiceRequestName() const override
AddPermissionRequest & WithQueueUrl(QueueUrlT &&value)
AWS_SQS_API AddPermissionRequest()=default
AddPermissionRequest & WithActions(ActionsT &&value)
bool AWSAccountIdsHasBeenSet() const
const Aws::Vector< Aws::String > & GetAWSAccountIds() const
AWS_SQS_API Aws::String SerializePayload() const override
AddPermissionRequest & WithLabel(LabelT &&value)
bool ActionsHasBeenSet() const
AddPermissionRequest & AddActions(ActionsT &&value)
bool LabelHasBeenSet() const
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