7#include <aws/artifact/ArtifactRequest.h>
8#include <aws/artifact/Artifact_EXPORTS.h>
9#include <aws/artifact/model/InquiryContent.h>
10#include <aws/artifact/model/InquirySupportMode.h>
11#include <aws/core/utils/UUID.h>
12#include <aws/core/utils/memory/stl/AWSMap.h>
13#include <aws/core/utils/memory/stl/AWSString.h>
41 template <
typename NameT = Aws::String>
43 m_nameHasBeenSet =
true;
44 m_name = std::forward<NameT>(value);
46 template <
typename NameT = Aws::String>
48 SetName(std::forward<NameT>(value));
60 template <
typename InquiryContentT = InquiryContent>
62 m_inquiryContentHasBeenSet =
true;
63 m_inquiryContent = std::forward<InquiryContentT>(value);
65 template <
typename InquiryContentT = InquiryContent>
78 template <
typename ClientTokenT = Aws::String>
80 m_clientTokenHasBeenSet =
true;
81 m_clientToken = std::forward<ClientTokenT>(value);
83 template <
typename ClientTokenT = Aws::String>
98 m_supportModeHasBeenSet =
true;
99 m_supportMode = value;
113 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
115 m_tagsHasBeenSet =
true;
116 m_tags = std::forward<TagsT>(value);
118 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
120 SetTags(std::forward<TagsT>(value));
123 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
125 m_tagsHasBeenSet =
true;
126 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
140 bool m_nameHasBeenSet =
false;
141 bool m_inquiryContentHasBeenSet =
false;
142 bool m_clientTokenHasBeenSet =
true;
143 bool m_supportModeHasBeenSet =
false;
144 bool m_tagsHasBeenSet =
false;
AWS_ARTIFACT_API CreateComplianceInquiryRequest()=default
CreateComplianceInquiryRequest & WithInquiryContent(InquiryContentT &&value)
CreateComplianceInquiryRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
bool NameHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetSupportMode(InquirySupportMode value)
InquirySupportMode GetSupportMode() const
void SetTags(TagsT &&value)
bool InquiryContentHasBeenSet() const
CreateComplianceInquiryRequest & WithTags(TagsT &&value)
bool ClientTokenHasBeenSet() const
void SetName(NameT &&value)
void SetInquiryContent(InquiryContentT &&value)
CreateComplianceInquiryRequest & WithClientToken(ClientTokenT &&value)
bool TagsHasBeenSet() const
const InquiryContent & GetInquiryContent() const
const Aws::String & GetClientToken() const
CreateComplianceInquiryRequest & WithSupportMode(InquirySupportMode value)
CreateComplianceInquiryRequest & WithName(NameT &&value)
void SetClientToken(ClientTokenT &&value)
bool SupportModeHasBeenSet() const
AWS_ARTIFACT_API Aws::String SerializePayload() const override
const Aws::String & GetName() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
static Aws::Utils::UUID PseudoRandomUUID()
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String