7#include <aws/cleanroomsml/CleanRoomsML_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/cleanroomsml/model/InputChannel.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/cleanroomsml/model/MLInputChannelStatus.h>
13#include <aws/cleanroomsml/model/StatusDetails.h>
14#include <aws/core/utils/memory/stl/AWSMap.h>
19template<
typename RESULT_TYPE>
20class AmazonWebServiceResult;
46 template<
typename CreateTimeT = Aws::Utils::DateTime>
47 void SetCreateTime(CreateTimeT&& value) { m_createTimeHasBeenSet =
true; m_createTime = std::forward<CreateTimeT>(value); }
48 template<
typename CreateTimeT = Aws::Utils::DateTime>
57 template<
typename UpdateTimeT = Aws::Utils::DateTime>
58 void SetUpdateTime(UpdateTimeT&& value) { m_updateTimeHasBeenSet =
true; m_updateTime = std::forward<UpdateTimeT>(value); }
59 template<
typename UpdateTimeT = Aws::Utils::DateTime>
68 template<
typename MembershipIdentifierT = Aws::String>
69 void SetMembershipIdentifier(MembershipIdentifierT&& value) { m_membershipIdentifierHasBeenSet =
true; m_membershipIdentifier = std::forward<MembershipIdentifierT>(value); }
70 template<
typename MembershipIdentifierT = Aws::String>
80 template<
typename CollaborationIdentifierT = Aws::String>
81 void SetCollaborationIdentifier(CollaborationIdentifierT&& value) { m_collaborationIdentifierHasBeenSet =
true; m_collaborationIdentifier = std::forward<CollaborationIdentifierT>(value); }
82 template<
typename CollaborationIdentifierT = Aws::String>
91 template<
typename InputChannelT = InputChannel>
92 void SetInputChannel(InputChannelT&& value) { m_inputChannelHasBeenSet =
true; m_inputChannel = std::forward<InputChannelT>(value); }
93 template<
typename InputChannelT = InputChannel>
103 template<
typename ProtectedQueryIdentifierT = Aws::String>
104 void SetProtectedQueryIdentifier(ProtectedQueryIdentifierT&& value) { m_protectedQueryIdentifierHasBeenSet =
true; m_protectedQueryIdentifier = std::forward<ProtectedQueryIdentifierT>(value); }
105 template<
typename ProtectedQueryIdentifierT = Aws::String>
114 template<
typename MlInputChannelArnT = Aws::String>
115 void SetMlInputChannelArn(MlInputChannelArnT&& value) { m_mlInputChannelArnHasBeenSet =
true; m_mlInputChannelArn = std::forward<MlInputChannelArnT>(value); }
116 template<
typename MlInputChannelArnT = Aws::String>
125 template<
typename NameT = Aws::String>
126 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
127 template<
typename NameT = Aws::String>
137 template<
typename ConfiguredModelAlgorithmAssociationsT = Aws::Vector<Aws::String>>
138 void SetConfiguredModelAlgorithmAssociations(ConfiguredModelAlgorithmAssociationsT&& value) { m_configuredModelAlgorithmAssociationsHasBeenSet =
true; m_configuredModelAlgorithmAssociations = std::forward<ConfiguredModelAlgorithmAssociationsT>(value); }
139 template<
typename ConfiguredModelAlgorithmAssociationsT = Aws::Vector<Aws::String>>
141 template<
typename ConfiguredModelAlgorithmAssociationsT = Aws::String>
157 template<
typename StatusDetailsT = StatusDetails>
158 void SetStatusDetails(StatusDetailsT&& value) { m_statusDetailsHasBeenSet =
true; m_statusDetails = std::forward<StatusDetailsT>(value); }
159 template<
typename StatusDetailsT = StatusDetails>
168 inline void SetRetentionInDays(
int value) { m_retentionInDaysHasBeenSet =
true; m_retentionInDays = value; }
177 inline void SetNumberOfRecords(
long long value) { m_numberOfRecordsHasBeenSet =
true; m_numberOfRecords = value; }
186 inline void SetNumberOfFiles(
double value) { m_numberOfFilesHasBeenSet =
true; m_numberOfFiles = value; }
195 inline void SetSizeInGb(
double value) { m_sizeInGbHasBeenSet =
true; m_sizeInGb = value; }
204 template<
typename DescriptionT = Aws::String>
205 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
206 template<
typename DescriptionT = Aws::String>
216 template<
typename KmsKeyArnT = Aws::String>
217 void SetKmsKeyArn(KmsKeyArnT&& value) { m_kmsKeyArnHasBeenSet =
true; m_kmsKeyArn = std::forward<KmsKeyArnT>(value); }
218 template<
typename KmsKeyArnT = Aws::String>
244 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
245 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
246 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
248 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
250 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
257 template<
typename RequestIdT = Aws::String>
258 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
259 template<
typename RequestIdT = Aws::String>
265 bool m_createTimeHasBeenSet =
false;
268 bool m_updateTimeHasBeenSet =
false;
271 bool m_membershipIdentifierHasBeenSet =
false;
274 bool m_collaborationIdentifierHasBeenSet =
false;
276 InputChannel m_inputChannel;
277 bool m_inputChannelHasBeenSet =
false;
280 bool m_protectedQueryIdentifierHasBeenSet =
false;
283 bool m_mlInputChannelArnHasBeenSet =
false;
286 bool m_nameHasBeenSet =
false;
289 bool m_configuredModelAlgorithmAssociationsHasBeenSet =
false;
292 bool m_statusHasBeenSet =
false;
294 StatusDetails m_statusDetails;
295 bool m_statusDetailsHasBeenSet =
false;
297 int m_retentionInDays{0};
298 bool m_retentionInDaysHasBeenSet =
false;
300 long long m_numberOfRecords{0};
301 bool m_numberOfRecordsHasBeenSet =
false;
303 double m_numberOfFiles{0.0};
304 bool m_numberOfFilesHasBeenSet =
false;
306 double m_sizeInGb{0.0};
307 bool m_sizeInGbHasBeenSet =
false;
310 bool m_descriptionHasBeenSet =
false;
313 bool m_kmsKeyArnHasBeenSet =
false;
316 bool m_tagsHasBeenSet =
false;
319 bool m_requestIdHasBeenSet =
false;
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue