7#include <aws/aiops/AIOps_EXPORTS.h>
8#include <aws/aiops/model/CrossAccountConfiguration.h>
9#include <aws/aiops/model/EncryptionConfiguration.h>
10#include <aws/core/http/HttpResponse.h>
11#include <aws/core/utils/memory/stl/AWSMap.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 CreatedByT = Aws::String>
41 m_createdByHasBeenSet =
true;
42 m_createdBy = std::forward<CreatedByT>(value);
44 template <
typename CreatedByT = Aws::String>
57 m_createdAtHasBeenSet =
true;
71 template <
typename LastModifiedByT = Aws::String>
73 m_lastModifiedByHasBeenSet =
true;
74 m_lastModifiedBy = std::forward<LastModifiedByT>(value);
76 template <
typename LastModifiedByT = Aws::String>
90 m_lastModifiedAtHasBeenSet =
true;
91 m_lastModifiedAt = value;
104 template <
typename NameT = Aws::String>
106 m_nameHasBeenSet =
true;
107 m_name = std::forward<NameT>(value);
109 template <
typename NameT = Aws::String>
111 SetName(std::forward<NameT>(value));
121 template <
typename ArnT = Aws::String>
123 m_arnHasBeenSet =
true;
124 m_arn = std::forward<ArnT>(value);
126 template <
typename ArnT = Aws::String>
128 SetArn(std::forward<ArnT>(value));
139 template <
typename RoleArnT = Aws::String>
141 m_roleArnHasBeenSet =
true;
142 m_roleArn = std::forward<RoleArnT>(value);
144 template <
typename RoleArnT = Aws::String>
158 template <
typename EncryptionConfigurationT = EncryptionConfiguration>
160 m_encryptionConfigurationHasBeenSet =
true;
161 m_encryptionConfiguration = std::forward<EncryptionConfigurationT>(value);
163 template <
typename EncryptionConfigurationT = EncryptionConfiguration>
176 m_retentionInDaysHasBeenSet =
true;
177 m_retentionInDays = value;
197 return m_chatbotNotificationChannel;
199 template <
typename ChatbotNotificationChannelT = Aws::Map<Aws::String, Aws::Vector<Aws::String>>>
201 m_chatbotNotificationChannelHasBeenSet =
true;
202 m_chatbotNotificationChannel = std::forward<ChatbotNotificationChannelT>(value);
204 template <
typename ChatbotNotificationChannelT = Aws::Map<Aws::String, Aws::Vector<Aws::String>>>
209 template <
typename ChatbotNotificationChannelKeyT = Aws::String,
typename ChatbotNotificationChannelValueT = Aws::Vector<Aws::String>>
211 ChatbotNotificationChannelValueT&& value) {
212 m_chatbotNotificationChannelHasBeenSet =
true;
213 m_chatbotNotificationChannel.emplace(std::forward<ChatbotNotificationChannelKeyT>(key),
214 std::forward<ChatbotNotificationChannelValueT>(value));
227 template <
typename TagKeyBoundariesT = Aws::Vector<Aws::String>>
229 m_tagKeyBoundariesHasBeenSet =
true;
230 m_tagKeyBoundaries = std::forward<TagKeyBoundariesT>(value);
232 template <
typename TagKeyBoundariesT = Aws::Vector<Aws::String>>
237 template <
typename TagKeyBoundariesT = Aws::String>
239 m_tagKeyBoundariesHasBeenSet =
true;
240 m_tagKeyBoundaries.emplace_back(std::forward<TagKeyBoundariesT>(value));
252 m_isCloudTrailEventHistoryEnabledHasBeenSet =
true;
253 m_isCloudTrailEventHistoryEnabled = value;
268 template <
typename CrossAccountConfigurationsT = Aws::Vector<CrossAccountConfiguration>>
270 m_crossAccountConfigurationsHasBeenSet =
true;
271 m_crossAccountConfigurations = std::forward<CrossAccountConfigurationsT>(value);
273 template <
typename CrossAccountConfigurationsT = Aws::Vector<CrossAccountConfiguration>>
278 template <
typename CrossAccountConfigurationsT = CrossAccountConfiguration>
280 m_crossAccountConfigurationsHasBeenSet =
true;
281 m_crossAccountConfigurations.emplace_back(std::forward<CrossAccountConfigurationsT>(value));
289 template <
typename RequestIdT = Aws::String>
291 m_requestIdHasBeenSet =
true;
292 m_requestId = std::forward<RequestIdT>(value);
294 template <
typename RequestIdT = Aws::String>
305 long long m_createdAt{0};
309 long long m_lastModifiedAt{0};
317 EncryptionConfiguration m_encryptionConfiguration;
319 long long m_retentionInDays{0};
325 bool m_isCloudTrailEventHistoryEnabled{
false};
331 bool m_createdByHasBeenSet =
false;
332 bool m_createdAtHasBeenSet =
false;
333 bool m_lastModifiedByHasBeenSet =
false;
334 bool m_lastModifiedAtHasBeenSet =
false;
335 bool m_nameHasBeenSet =
false;
336 bool m_arnHasBeenSet =
false;
337 bool m_roleArnHasBeenSet =
false;
338 bool m_encryptionConfigurationHasBeenSet =
false;
339 bool m_retentionInDaysHasBeenSet =
false;
340 bool m_chatbotNotificationChannelHasBeenSet =
false;
341 bool m_tagKeyBoundariesHasBeenSet =
false;
342 bool m_isCloudTrailEventHistoryEnabledHasBeenSet =
false;
343 bool m_crossAccountConfigurationsHasBeenSet =
false;
344 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetArn() const
void SetLastModifiedBy(LastModifiedByT &&value)
const Aws::Map< Aws::String, Aws::Vector< Aws::String > > & GetChatbotNotificationChannel() const
GetInvestigationGroupResult & WithCreatedAt(long long value)
GetInvestigationGroupResult & WithLastModifiedAt(long long value)
void SetEncryptionConfiguration(EncryptionConfigurationT &&value)
void SetName(NameT &&value)
const Aws::String & GetLastModifiedBy() const
AWS_AIOPS_API GetInvestigationGroupResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetCrossAccountConfigurations(CrossAccountConfigurationsT &&value)
GetInvestigationGroupResult & AddTagKeyBoundaries(TagKeyBoundariesT &&value)
GetInvestigationGroupResult & AddCrossAccountConfigurations(CrossAccountConfigurationsT &&value)
GetInvestigationGroupResult & WithName(NameT &&value)
GetInvestigationGroupResult & WithRoleArn(RoleArnT &&value)
GetInvestigationGroupResult & WithIsCloudTrailEventHistoryEnabled(bool value)
GetInvestigationGroupResult & WithRequestId(RequestIdT &&value)
GetInvestigationGroupResult & AddChatbotNotificationChannel(ChatbotNotificationChannelKeyT &&key, ChatbotNotificationChannelValueT &&value)
void SetLastModifiedAt(long long value)
GetInvestigationGroupResult & WithCreatedBy(CreatedByT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
GetInvestigationGroupResult & WithRetentionInDays(long long value)
const EncryptionConfiguration & GetEncryptionConfiguration() const
void SetTagKeyBoundaries(TagKeyBoundariesT &&value)
GetInvestigationGroupResult & WithChatbotNotificationChannel(ChatbotNotificationChannelT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetCreatedBy() const
void SetCreatedAt(long long value)
GetInvestigationGroupResult & WithTagKeyBoundaries(TagKeyBoundariesT &&value)
void SetRoleArn(RoleArnT &&value)
const Aws::String & GetName() const
const Aws::String & GetRequestId() const
GetInvestigationGroupResult & WithArn(ArnT &&value)
bool GetIsCloudTrailEventHistoryEnabled() const
void SetRetentionInDays(long long value)
AWS_AIOPS_API GetInvestigationGroupResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetIsCloudTrailEventHistoryEnabled(bool value)
AWS_AIOPS_API GetInvestigationGroupResult()=default
long long GetCreatedAt() const
long long GetRetentionInDays() const
void SetArn(ArnT &&value)
const Aws::Vector< Aws::String > & GetTagKeyBoundaries() const
GetInvestigationGroupResult & WithEncryptionConfiguration(EncryptionConfigurationT &&value)
void SetCreatedBy(CreatedByT &&value)
long long GetLastModifiedAt() const
const Aws::Vector< CrossAccountConfiguration > & GetCrossAccountConfigurations() const
GetInvestigationGroupResult & WithLastModifiedBy(LastModifiedByT &&value)
void SetChatbotNotificationChannel(ChatbotNotificationChannelT &&value)
GetInvestigationGroupResult & WithCrossAccountConfigurations(CrossAccountConfigurationsT &&value)
const Aws::String & GetRoleArn() const
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