7#include <aws/b2bi/B2BI_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/b2bi/model/CapabilityType.h>
10#include <aws/b2bi/model/CapabilityConfiguration.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/core/utils/DateTime.h>
13#include <aws/b2bi/model/S3Location.h>
18template<
typename RESULT_TYPE>
19class AmazonWebServiceResult;
45 template<
typename CapabilityIdT = Aws::String>
46 void SetCapabilityId(CapabilityIdT&& value) { m_capabilityIdHasBeenSet =
true; m_capabilityId = std::forward<CapabilityIdT>(value); }
47 template<
typename CapabilityIdT = Aws::String>
57 template<
typename CapabilityArnT = Aws::String>
58 void SetCapabilityArn(CapabilityArnT&& value) { m_capabilityArnHasBeenSet =
true; m_capabilityArn = std::forward<CapabilityArnT>(value); }
59 template<
typename CapabilityArnT = Aws::String>
68 template<
typename NameT = Aws::String>
69 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
70 template<
typename NameT = Aws::String>
89 template<
typename ConfigurationT = CapabilityConfiguration>
90 void SetConfiguration(ConfigurationT&& value) { m_configurationHasBeenSet =
true; m_configuration = std::forward<ConfigurationT>(value); }
91 template<
typename ConfigurationT = CapabilityConfiguration>
102 template<
typename InstructionsDocumentsT = Aws::Vector<S3Location>>
103 void SetInstructionsDocuments(InstructionsDocumentsT&& value) { m_instructionsDocumentsHasBeenSet =
true; m_instructionsDocuments = std::forward<InstructionsDocumentsT>(value); }
104 template<
typename InstructionsDocumentsT = Aws::Vector<S3Location>>
106 template<
typename InstructionsDocumentsT = S3Location>
115 template<
typename CreatedAtT = Aws::Utils::DateTime>
116 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
117 template<
typename CreatedAtT = Aws::Utils::DateTime>
126 template<
typename ModifiedAtT = Aws::Utils::DateTime>
127 void SetModifiedAt(ModifiedAtT&& value) { m_modifiedAtHasBeenSet =
true; m_modifiedAt = std::forward<ModifiedAtT>(value); }
128 template<
typename ModifiedAtT = Aws::Utils::DateTime>
135 template<
typename RequestIdT = Aws::String>
136 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
137 template<
typename RequestIdT = Aws::String>
143 bool m_capabilityIdHasBeenSet =
false;
146 bool m_capabilityArnHasBeenSet =
false;
149 bool m_nameHasBeenSet =
false;
152 bool m_typeHasBeenSet =
false;
154 CapabilityConfiguration m_configuration;
155 bool m_configurationHasBeenSet =
false;
158 bool m_instructionsDocumentsHasBeenSet =
false;
161 bool m_createdAtHasBeenSet =
false;
164 bool m_modifiedAtHasBeenSet =
false;
167 bool m_requestIdHasBeenSet =
false;
UpdateCapabilityResult & WithCapabilityId(CapabilityIdT &&value)
void SetConfiguration(ConfigurationT &&value)
UpdateCapabilityResult & WithInstructionsDocuments(InstructionsDocumentsT &&value)
UpdateCapabilityResult & WithCreatedAt(CreatedAtT &&value)
const Aws::String & GetCapabilityArn() const
UpdateCapabilityResult & WithName(NameT &&value)
void SetCapabilityId(CapabilityIdT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
UpdateCapabilityResult & WithConfiguration(ConfigurationT &&value)
UpdateCapabilityResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetName() const
AWS_B2BI_API UpdateCapabilityResult()=default
UpdateCapabilityResult & AddInstructionsDocuments(InstructionsDocumentsT &&value)
UpdateCapabilityResult & WithModifiedAt(ModifiedAtT &&value)
CapabilityType GetType() const
const Aws::String & GetRequestId() const
void SetInstructionsDocuments(InstructionsDocumentsT &&value)
AWS_B2BI_API UpdateCapabilityResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateCapabilityResult & WithType(CapabilityType value)
void SetType(CapabilityType value)
const Aws::Vector< S3Location > & GetInstructionsDocuments() const
const Aws::Utils::DateTime & GetModifiedAt() const
UpdateCapabilityResult & WithCapabilityArn(CapabilityArnT &&value)
AWS_B2BI_API UpdateCapabilityResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetCapabilityId() const
const CapabilityConfiguration & GetConfiguration() const
void SetName(NameT &&value)
void SetCreatedAt(CreatedAtT &&value)
void SetModifiedAt(ModifiedAtT &&value)
void SetCapabilityArn(CapabilityArnT &&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