7#include <aws/b2bi/B2BI_EXPORTS.h>
8#include <aws/b2bi/model/CapabilityConfiguration.h>
9#include <aws/b2bi/model/CapabilityType.h>
10#include <aws/b2bi/model/S3Location.h>
11#include <aws/core/utils/DateTime.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
13#include <aws/core/utils/memory/stl/AWSVector.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
39 template <
typename CapabilityIdT = Aws::String>
41 m_capabilityIdHasBeenSet =
true;
42 m_capabilityId = std::forward<CapabilityIdT>(value);
44 template <
typename CapabilityIdT = Aws::String>
57 template <
typename CapabilityArnT = Aws::String>
59 m_capabilityArnHasBeenSet =
true;
60 m_capabilityArn = std::forward<CapabilityArnT>(value);
62 template <
typename CapabilityArnT = Aws::String>
74 template <
typename NameT = Aws::String>
76 m_nameHasBeenSet =
true;
77 m_name = std::forward<NameT>(value);
79 template <
typename NameT = Aws::String>
81 SetName(std::forward<NameT>(value));
93 m_typeHasBeenSet =
true;
107 template <
typename ConfigurationT = CapabilityConfiguration>
109 m_configurationHasBeenSet =
true;
110 m_configuration = std::forward<ConfigurationT>(value);
112 template <
typename ConfigurationT = CapabilityConfiguration>
126 template <
typename InstructionsDocumentsT = Aws::Vector<S3Location>>
128 m_instructionsDocumentsHasBeenSet =
true;
129 m_instructionsDocuments = std::forward<InstructionsDocumentsT>(value);
131 template <
typename InstructionsDocumentsT = Aws::Vector<S3Location>>
136 template <
typename InstructionsDocumentsT = S3Location>
138 m_instructionsDocumentsHasBeenSet =
true;
139 m_instructionsDocuments.emplace_back(std::forward<InstructionsDocumentsT>(value));
149 template <
typename CreatedAtT = Aws::Utils::DateTime>
151 m_createdAtHasBeenSet =
true;
152 m_createdAt = std::forward<CreatedAtT>(value);
154 template <
typename CreatedAtT = Aws::Utils::DateTime>
164 template <
typename RequestIdT = Aws::String>
166 m_requestIdHasBeenSet =
true;
167 m_requestId = std::forward<RequestIdT>(value);
169 template <
typename RequestIdT = Aws::String>
184 CapabilityConfiguration m_configuration;
191 bool m_capabilityIdHasBeenSet =
false;
192 bool m_capabilityArnHasBeenSet =
false;
193 bool m_nameHasBeenSet =
false;
194 bool m_typeHasBeenSet =
false;
195 bool m_configurationHasBeenSet =
false;
196 bool m_instructionsDocumentsHasBeenSet =
false;
197 bool m_createdAtHasBeenSet =
false;
198 bool m_requestIdHasBeenSet =
false;
const Aws::Vector< S3Location > & GetInstructionsDocuments() const
const Aws::Utils::DateTime & GetCreatedAt() const
void SetRequestId(RequestIdT &&value)
const Aws::String & GetCapabilityId() const
void SetCreatedAt(CreatedAtT &&value)
void SetInstructionsDocuments(InstructionsDocumentsT &&value)
void SetType(CapabilityType value)
const Aws::String & GetCapabilityArn() const
CreateCapabilityResult & WithCapabilityId(CapabilityIdT &&value)
CreateCapabilityResult & WithCreatedAt(CreatedAtT &&value)
CreateCapabilityResult & WithCapabilityArn(CapabilityArnT &&value)
CreateCapabilityResult & WithInstructionsDocuments(InstructionsDocumentsT &&value)
CreateCapabilityResult & AddInstructionsDocuments(InstructionsDocumentsT &&value)
AWS_B2BI_API CreateCapabilityResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetCapabilityId(CapabilityIdT &&value)
void SetConfiguration(ConfigurationT &&value)
AWS_B2BI_API CreateCapabilityResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateCapabilityResult & WithConfiguration(ConfigurationT &&value)
const Aws::String & GetRequestId() const
CreateCapabilityResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetName() const
CapabilityType GetType() const
AWS_B2BI_API CreateCapabilityResult()=default
const CapabilityConfiguration & GetConfiguration() const
CreateCapabilityResult & WithName(NameT &&value)
void SetCapabilityArn(CapabilityArnT &&value)
CreateCapabilityResult & WithType(CapabilityType value)
void SetName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue