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/http/HttpResponse.h>
12#include <aws/core/utils/DateTime.h>
13#include <aws/core/utils/memory/stl/AWSString.h>
14#include <aws/core/utils/memory/stl/AWSVector.h>
19template <
typename RESULT_TYPE>
20class AmazonWebServiceResult;
40 template <
typename CapabilityIdT = Aws::String>
42 m_capabilityIdHasBeenSet =
true;
43 m_capabilityId = std::forward<CapabilityIdT>(value);
45 template <
typename CapabilityIdT = Aws::String>
58 template <
typename CapabilityArnT = Aws::String>
60 m_capabilityArnHasBeenSet =
true;
61 m_capabilityArn = std::forward<CapabilityArnT>(value);
63 template <
typename CapabilityArnT = Aws::String>
75 template <
typename NameT = Aws::String>
77 m_nameHasBeenSet =
true;
78 m_name = std::forward<NameT>(value);
80 template <
typename NameT = Aws::String>
82 SetName(std::forward<NameT>(value));
94 m_typeHasBeenSet =
true;
108 template <
typename ConfigurationT = CapabilityConfiguration>
110 m_configurationHasBeenSet =
true;
111 m_configuration = std::forward<ConfigurationT>(value);
113 template <
typename ConfigurationT = CapabilityConfiguration>
127 template <
typename InstructionsDocumentsT = Aws::Vector<S3Location>>
129 m_instructionsDocumentsHasBeenSet =
true;
130 m_instructionsDocuments = std::forward<InstructionsDocumentsT>(value);
132 template <
typename InstructionsDocumentsT = Aws::Vector<S3Location>>
137 template <
typename InstructionsDocumentsT = S3Location>
139 m_instructionsDocumentsHasBeenSet =
true;
140 m_instructionsDocuments.emplace_back(std::forward<InstructionsDocumentsT>(value));
150 template <
typename CreatedAtT = Aws::Utils::DateTime>
152 m_createdAtHasBeenSet =
true;
153 m_createdAt = std::forward<CreatedAtT>(value);
155 template <
typename CreatedAtT = Aws::Utils::DateTime>
165 template <
typename RequestIdT = Aws::String>
167 m_requestIdHasBeenSet =
true;
168 m_requestId = std::forward<RequestIdT>(value);
170 template <
typename RequestIdT = Aws::String>
187 CapabilityConfiguration m_configuration;
195 bool m_capabilityIdHasBeenSet =
false;
196 bool m_capabilityArnHasBeenSet =
false;
197 bool m_nameHasBeenSet =
false;
198 bool m_typeHasBeenSet =
false;
199 bool m_configurationHasBeenSet =
false;
200 bool m_instructionsDocumentsHasBeenSet =
false;
201 bool m_createdAtHasBeenSet =
false;
202 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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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