7#include <aws/aiops/AIOps_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/aiops/model/EncryptionConfiguration.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/aiops/model/CrossAccountConfiguration.h>
17template<
typename RESULT_TYPE>
18class AmazonWebServiceResult;
44 template<
typename CreatedByT = Aws::String>
45 void SetCreatedBy(CreatedByT&& value) { m_createdByHasBeenSet =
true; m_createdBy = std::forward<CreatedByT>(value); }
46 template<
typename CreatedByT = Aws::String>
55 inline void SetCreatedAt(
long long value) { m_createdAtHasBeenSet =
true; m_createdAt = value; }
64 template<
typename LastModifiedByT = Aws::String>
65 void SetLastModifiedBy(LastModifiedByT&& value) { m_lastModifiedByHasBeenSet =
true; m_lastModifiedBy = std::forward<LastModifiedByT>(value); }
66 template<
typename LastModifiedByT = Aws::String>
76 inline void SetLastModifiedAt(
long long value) { m_lastModifiedAtHasBeenSet =
true; m_lastModifiedAt = value; }
85 template<
typename NameT = Aws::String>
86 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
87 template<
typename NameT = Aws::String>
96 template<
typename ArnT = Aws::String>
97 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
98 template<
typename ArnT = Aws::String>
108 template<
typename RoleArnT = Aws::String>
109 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
110 template<
typename RoleArnT = Aws::String>
121 template<
typename EncryptionConfigurationT = EncryptionConfiguration>
122 void SetEncryptionConfiguration(EncryptionConfigurationT&& value) { m_encryptionConfigurationHasBeenSet =
true; m_encryptionConfiguration = std::forward<EncryptionConfigurationT>(value); }
123 template<
typename EncryptionConfigurationT = EncryptionConfiguration>
132 inline void SetRetentionInDays(
long long value) { m_retentionInDaysHasBeenSet =
true; m_retentionInDays = value; }
148 template<
typename ChatbotNotificationChannelT = Aws::Map<Aws::String, Aws::Vector<Aws::String>>>
149 void SetChatbotNotificationChannel(ChatbotNotificationChannelT&& value) { m_chatbotNotificationChannelHasBeenSet =
true; m_chatbotNotificationChannel = std::forward<ChatbotNotificationChannelT>(value); }
150 template<
typename ChatbotNotificationChannelT = Aws::Map<Aws::String, Aws::Vector<Aws::String>>>
152 template<
typename ChatbotNotificationChannelKeyT = Aws::String,
typename ChatbotNotificationChannelValueT = Aws::Vector<Aws::String>>
154 m_chatbotNotificationChannelHasBeenSet =
true; m_chatbotNotificationChannel.emplace(std::forward<ChatbotNotificationChannelKeyT>(key), std::forward<ChatbotNotificationChannelValueT>(value));
return *
this;
166 template<
typename TagKeyBoundariesT = Aws::Vector<Aws::String>>
167 void SetTagKeyBoundaries(TagKeyBoundariesT&& value) { m_tagKeyBoundariesHasBeenSet =
true; m_tagKeyBoundaries = std::forward<TagKeyBoundariesT>(value); }
168 template<
typename TagKeyBoundariesT = Aws::Vector<Aws::String>>
170 template<
typename TagKeyBoundariesT = Aws::String>
191 template<
typename CrossAccountConfigurationsT = Aws::Vector<CrossAccountConfiguration>>
192 void SetCrossAccountConfigurations(CrossAccountConfigurationsT&& value) { m_crossAccountConfigurationsHasBeenSet =
true; m_crossAccountConfigurations = std::forward<CrossAccountConfigurationsT>(value); }
193 template<
typename CrossAccountConfigurationsT = Aws::Vector<CrossAccountConfiguration>>
195 template<
typename CrossAccountConfigurationsT = CrossAccountConfiguration>
202 template<
typename RequestIdT = Aws::String>
203 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
204 template<
typename RequestIdT = Aws::String>
210 bool m_createdByHasBeenSet =
false;
212 long long m_createdAt{0};
213 bool m_createdAtHasBeenSet =
false;
216 bool m_lastModifiedByHasBeenSet =
false;
218 long long m_lastModifiedAt{0};
219 bool m_lastModifiedAtHasBeenSet =
false;
222 bool m_nameHasBeenSet =
false;
225 bool m_arnHasBeenSet =
false;
228 bool m_roleArnHasBeenSet =
false;
230 EncryptionConfiguration m_encryptionConfiguration;
231 bool m_encryptionConfigurationHasBeenSet =
false;
233 long long m_retentionInDays{0};
234 bool m_retentionInDaysHasBeenSet =
false;
237 bool m_chatbotNotificationChannelHasBeenSet =
false;
240 bool m_tagKeyBoundariesHasBeenSet =
false;
242 bool m_isCloudTrailEventHistoryEnabled{
false};
243 bool m_isCloudTrailEventHistoryEnabledHasBeenSet =
false;
246 bool m_crossAccountConfigurationsHasBeenSet =
false;
249 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)
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