7#include <aws/aiops/AIOps_EXPORTS.h>
8#include <aws/aiops/AIOpsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/aiops/model/EncryptionConfiguration.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
13#include <aws/aiops/model/CrossAccountConfiguration.h>
45 template<
typename NameT = Aws::String>
46 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
47 template<
typename NameT = Aws::String>
62 template<
typename RoleArnT = Aws::String>
63 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
64 template<
typename RoleArnT = Aws::String>
79 template<
typename EncryptionConfigurationT = EncryptionConfiguration>
80 void SetEncryptionConfiguration(EncryptionConfigurationT&& value) { m_encryptionConfigurationHasBeenSet =
true; m_encryptionConfiguration = std::forward<EncryptionConfigurationT>(value); }
81 template<
typename EncryptionConfigurationT = EncryptionConfiguration>
95 inline void SetRetentionInDays(
long long value) { m_retentionInDaysHasBeenSet =
true; m_retentionInDays = value; }
111 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
112 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
113 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
115 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
117 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
136 template<
typename TagKeyBoundariesT = Aws::Vector<Aws::String>>
137 void SetTagKeyBoundaries(TagKeyBoundariesT&& value) { m_tagKeyBoundariesHasBeenSet =
true; m_tagKeyBoundaries = std::forward<TagKeyBoundariesT>(value); }
138 template<
typename TagKeyBoundariesT = Aws::Vector<Aws::String>>
140 template<
typename TagKeyBoundariesT = Aws::String>
159 template<
typename ChatbotNotificationChannelT = Aws::Map<Aws::String, Aws::Vector<Aws::String>>>
160 void SetChatbotNotificationChannel(ChatbotNotificationChannelT&& value) { m_chatbotNotificationChannelHasBeenSet =
true; m_chatbotNotificationChannel = std::forward<ChatbotNotificationChannelT>(value); }
161 template<
typename ChatbotNotificationChannelT = Aws::Map<Aws::String, Aws::Vector<Aws::String>>>
163 template<
typename ChatbotNotificationChannelKeyT = Aws::String,
typename ChatbotNotificationChannelValueT = Aws::Vector<Aws::String>>
165 m_chatbotNotificationChannelHasBeenSet =
true; m_chatbotNotificationChannel.emplace(std::forward<ChatbotNotificationChannelKeyT>(key), std::forward<ChatbotNotificationChannelValueT>(value));
return *
this;
188 template<
typename CrossAccountConfigurationsT = Aws::Vector<CrossAccountConfiguration>>
189 void SetCrossAccountConfigurations(CrossAccountConfigurationsT&& value) { m_crossAccountConfigurationsHasBeenSet =
true; m_crossAccountConfigurations = std::forward<CrossAccountConfigurationsT>(value); }
190 template<
typename CrossAccountConfigurationsT = Aws::Vector<CrossAccountConfiguration>>
192 template<
typename CrossAccountConfigurationsT = CrossAccountConfiguration>
198 bool m_nameHasBeenSet =
false;
201 bool m_roleArnHasBeenSet =
false;
204 bool m_encryptionConfigurationHasBeenSet =
false;
206 long long m_retentionInDays{0};
207 bool m_retentionInDaysHasBeenSet =
false;
210 bool m_tagsHasBeenSet =
false;
213 bool m_tagKeyBoundariesHasBeenSet =
false;
216 bool m_chatbotNotificationChannelHasBeenSet =
false;
218 bool m_isCloudTrailEventHistoryEnabled{
false};
219 bool m_isCloudTrailEventHistoryEnabledHasBeenSet =
false;
222 bool m_crossAccountConfigurationsHasBeenSet =
false;
void SetRetentionInDays(long long value)
const Aws::Vector< Aws::String > & GetTagKeyBoundaries() const
void SetName(NameT &&value)
bool TagsHasBeenSet() const
AWS_AIOPS_API CreateInvestigationGroupRequest()=default
CreateInvestigationGroupRequest & AddTagKeyBoundaries(TagKeyBoundariesT &&value)
CreateInvestigationGroupRequest & WithTagKeyBoundaries(TagKeyBoundariesT &&value)
void SetIsCloudTrailEventHistoryEnabled(bool value)
CreateInvestigationGroupRequest & WithChatbotNotificationChannel(ChatbotNotificationChannelT &&value)
bool RetentionInDaysHasBeenSet() const
virtual const char * GetServiceRequestName() const override
CreateInvestigationGroupRequest & WithRetentionInDays(long long value)
bool TagKeyBoundariesHasBeenSet() const
const Aws::Map< Aws::String, Aws::Vector< Aws::String > > & GetChatbotNotificationChannel() const
void SetTags(TagsT &&value)
bool GetIsCloudTrailEventHistoryEnabled() const
const Aws::Vector< CrossAccountConfiguration > & GetCrossAccountConfigurations() const
CreateInvestigationGroupRequest & WithName(NameT &&value)
const Aws::String & GetRoleArn() const
void SetRoleArn(RoleArnT &&value)
bool RoleArnHasBeenSet() const
bool IsCloudTrailEventHistoryEnabledHasBeenSet() const
bool NameHasBeenSet() const
const Aws::String & GetName() const
bool EncryptionConfigurationHasBeenSet() const
void SetEncryptionConfiguration(EncryptionConfigurationT &&value)
CreateInvestigationGroupRequest & WithIsCloudTrailEventHistoryEnabled(bool value)
CreateInvestigationGroupRequest & AddChatbotNotificationChannel(ChatbotNotificationChannelKeyT &&key, ChatbotNotificationChannelValueT &&value)
const EncryptionConfiguration & GetEncryptionConfiguration() const
void SetChatbotNotificationChannel(ChatbotNotificationChannelT &&value)
CreateInvestigationGroupRequest & WithTags(TagsT &&value)
long long GetRetentionInDays() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
CreateInvestigationGroupRequest & WithCrossAccountConfigurations(CrossAccountConfigurationsT &&value)
CreateInvestigationGroupRequest & WithRoleArn(RoleArnT &&value)
void SetTagKeyBoundaries(TagKeyBoundariesT &&value)
CreateInvestigationGroupRequest & AddCrossAccountConfigurations(CrossAccountConfigurationsT &&value)
void SetCrossAccountConfigurations(CrossAccountConfigurationsT &&value)
AWS_AIOPS_API Aws::String SerializePayload() const override
CreateInvestigationGroupRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
bool ChatbotNotificationChannelHasBeenSet() const
CreateInvestigationGroupRequest & WithEncryptionConfiguration(EncryptionConfigurationT &&value)
bool CrossAccountConfigurationsHasBeenSet() 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