7#include <aws/b2bi/B2BIRequest.h>
8#include <aws/b2bi/B2BI_EXPORTS.h>
9#include <aws/b2bi/model/CapabilityConfiguration.h>
10#include <aws/b2bi/model/CapabilityType.h>
11#include <aws/b2bi/model/S3Location.h>
12#include <aws/b2bi/model/Tag.h>
13#include <aws/core/utils/UUID.h>
14#include <aws/core/utils/memory/stl/AWSString.h>
15#include <aws/core/utils/memory/stl/AWSVector.h>
45 template <
typename NameT = Aws::String>
47 m_nameHasBeenSet =
true;
48 m_name = std::forward<NameT>(value);
50 template <
typename NameT = Aws::String>
52 SetName(std::forward<NameT>(value));
65 m_typeHasBeenSet =
true;
80 template <
typename ConfigurationT = CapabilityConfiguration>
82 m_configurationHasBeenSet =
true;
83 m_configuration = std::forward<ConfigurationT>(value);
85 template <
typename ConfigurationT = CapabilityConfiguration>
100 template <
typename InstructionsDocumentsT = Aws::Vector<S3Location>>
102 m_instructionsDocumentsHasBeenSet =
true;
103 m_instructionsDocuments = std::forward<InstructionsDocumentsT>(value);
105 template <
typename InstructionsDocumentsT = Aws::Vector<S3Location>>
110 template <
typename InstructionsDocumentsT = S3Location>
112 m_instructionsDocumentsHasBeenSet =
true;
113 m_instructionsDocuments.emplace_back(std::forward<InstructionsDocumentsT>(value));
124 template <
typename ClientTokenT = Aws::String>
126 m_clientTokenHasBeenSet =
true;
127 m_clientToken = std::forward<ClientTokenT>(value);
129 template <
typename ClientTokenT = Aws::String>
144 template <
typename TagsT = Aws::Vector<Tag>>
146 m_tagsHasBeenSet =
true;
147 m_tags = std::forward<TagsT>(value);
149 template <
typename TagsT = Aws::Vector<Tag>>
151 SetTags(std::forward<TagsT>(value));
154 template <
typename TagsT = Tag>
156 m_tagsHasBeenSet =
true;
157 m_tags.emplace_back(std::forward<TagsT>(value));
166 CapabilityConfiguration m_configuration;
173 bool m_nameHasBeenSet =
false;
174 bool m_typeHasBeenSet =
false;
175 bool m_configurationHasBeenSet =
false;
176 bool m_instructionsDocumentsHasBeenSet =
false;
177 bool m_clientTokenHasBeenSet =
true;
178 bool m_tagsHasBeenSet =
false;
void SetName(NameT &&value)
void SetClientToken(ClientTokenT &&value)
CreateCapabilityRequest & AddTags(TagsT &&value)
AWS_B2BI_API CreateCapabilityRequest()=default
void SetType(CapabilityType value)
const Aws::Vector< S3Location > & GetInstructionsDocuments() const
AWS_B2BI_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool InstructionsDocumentsHasBeenSet() const
bool NameHasBeenSet() const
CreateCapabilityRequest & WithName(NameT &&value)
CreateCapabilityRequest & WithTags(TagsT &&value)
const CapabilityConfiguration & GetConfiguration() const
const Aws::String & GetClientToken() const
CreateCapabilityRequest & WithClientToken(ClientTokenT &&value)
void SetTags(TagsT &&value)
CreateCapabilityRequest & WithType(CapabilityType value)
const Aws::String & GetName() const
virtual const char * GetServiceRequestName() const override
bool TypeHasBeenSet() const
bool ClientTokenHasBeenSet() const
const Aws::Vector< Tag > & GetTags() const
CapabilityType GetType() const
AWS_B2BI_API Aws::String SerializePayload() const override
CreateCapabilityRequest & AddInstructionsDocuments(InstructionsDocumentsT &&value)
void SetInstructionsDocuments(InstructionsDocumentsT &&value)
void SetConfiguration(ConfigurationT &&value)
CreateCapabilityRequest & WithInstructionsDocuments(InstructionsDocumentsT &&value)
bool TagsHasBeenSet() const
CreateCapabilityRequest & WithConfiguration(ConfigurationT &&value)
bool ConfigurationHasBeenSet() const
static Aws::Utils::UUID PseudoRandomUUID()
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