7#include <aws/sqs/SQS_EXPORTS.h>
8#include <aws/sqs/SQSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
48 template<
typename QueueUrlT = Aws::String>
49 void SetQueueUrl(QueueUrlT&& value) { m_queueUrlHasBeenSet =
true; m_queueUrl = std::forward<QueueUrlT>(value); }
50 template<
typename QueueUrlT = Aws::String>
63 template<
typename LabelT = Aws::String>
64 void SetLabel(LabelT&& value) { m_labelHasBeenSet =
true; m_label = std::forward<LabelT>(value); }
65 template<
typename LabelT = Aws::String>
81 template<
typename AWSAccountIdsT = Aws::Vector<Aws::String>>
82 void SetAWSAccountIds(AWSAccountIdsT&& value) { m_aWSAccountIdsHasBeenSet =
true; m_aWSAccountIds = std::forward<AWSAccountIdsT>(value); }
83 template<
typename AWSAccountIdsT = Aws::Vector<Aws::String>>
85 template<
typename AWSAccountIdsT = Aws::String>
105 template<
typename ActionsT = Aws::Vector<Aws::String>>
106 void SetActions(ActionsT&& value) { m_actionsHasBeenSet =
true; m_actions = std::forward<ActionsT>(value); }
107 template<
typename ActionsT = Aws::Vector<Aws::String>>
109 template<
typename ActionsT = Aws::String>
115 bool m_queueUrlHasBeenSet =
false;
118 bool m_labelHasBeenSet =
false;
121 bool m_aWSAccountIdsHasBeenSet =
false;
124 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