7#include <aws/b2bi/B2BI_EXPORTS.h>
8#include <aws/b2bi/B2BIRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/b2bi/model/CapabilityType.h>
11#include <aws/b2bi/model/CapabilityConfiguration.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
13#include <aws/b2bi/model/S3Location.h>
14#include <aws/b2bi/model/Tag.h>
16#include <aws/core/utils/UUID.h>
49 template<
typename NameT = Aws::String>
50 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
51 template<
typename NameT = Aws::String>
72 template<
typename ConfigurationT = CapabilityConfiguration>
73 void SetConfiguration(ConfigurationT&& value) { m_configurationHasBeenSet =
true; m_configuration = std::forward<ConfigurationT>(value); }
74 template<
typename ConfigurationT = CapabilityConfiguration>
86 template<
typename InstructionsDocumentsT = Aws::Vector<S3Location>>
87 void SetInstructionsDocuments(InstructionsDocumentsT&& value) { m_instructionsDocumentsHasBeenSet =
true; m_instructionsDocuments = std::forward<InstructionsDocumentsT>(value); }
88 template<
typename InstructionsDocumentsT = Aws::Vector<S3Location>>
90 template<
typename InstructionsDocumentsT = S3Location>
100 template<
typename ClientTokenT = Aws::String>
101 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
102 template<
typename ClientTokenT = Aws::String>
114 template<
typename TagsT = Aws::Vector<Tag>>
115 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
116 template<
typename TagsT = Aws::Vector<Tag>>
118 template<
typename TagsT = Tag>
124 bool m_nameHasBeenSet =
false;
127 bool m_typeHasBeenSet =
false;
129 CapabilityConfiguration m_configuration;
130 bool m_configurationHasBeenSet =
false;
133 bool m_instructionsDocumentsHasBeenSet =
false;
136 bool m_clientTokenHasBeenSet =
true;
139 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