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/AWSVector.h>
12#include <aws/core/utils/memory/stl/AWSMap.h>
13#include <aws/aiops/model/CrossAccountConfiguration.h>
46 template<
typename IdentifierT = Aws::String>
47 void SetIdentifier(IdentifierT&& value) { m_identifierHasBeenSet =
true; m_identifier = std::forward<IdentifierT>(value); }
48 template<
typename IdentifierT = Aws::String>
64 template<
typename RoleArnT = Aws::String>
65 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
66 template<
typename RoleArnT = Aws::String>
81 template<
typename EncryptionConfigurationT = EncryptionConfiguration>
82 void SetEncryptionConfiguration(EncryptionConfigurationT&& value) { m_encryptionConfigurationHasBeenSet =
true; m_encryptionConfiguration = std::forward<EncryptionConfigurationT>(value); }
83 template<
typename EncryptionConfigurationT = EncryptionConfiguration>
102 template<
typename TagKeyBoundariesT = Aws::Vector<Aws::String>>
103 void SetTagKeyBoundaries(TagKeyBoundariesT&& value) { m_tagKeyBoundariesHasBeenSet =
true; m_tagKeyBoundaries = std::forward<TagKeyBoundariesT>(value); }
104 template<
typename TagKeyBoundariesT = Aws::Vector<Aws::String>>
106 template<
typename TagKeyBoundariesT = Aws::String>
125 template<
typename ChatbotNotificationChannelT = Aws::Map<Aws::String, Aws::Vector<Aws::String>>>
126 void SetChatbotNotificationChannel(ChatbotNotificationChannelT&& value) { m_chatbotNotificationChannelHasBeenSet =
true; m_chatbotNotificationChannel = std::forward<ChatbotNotificationChannelT>(value); }
127 template<
typename ChatbotNotificationChannelT = Aws::Map<Aws::String, Aws::Vector<Aws::String>>>
129 template<
typename ChatbotNotificationChannelKeyT = Aws::String,
typename ChatbotNotificationChannelValueT = Aws::Vector<Aws::String>>
131 m_chatbotNotificationChannelHasBeenSet =
true; m_chatbotNotificationChannel.emplace(std::forward<ChatbotNotificationChannelKeyT>(key), std::forward<ChatbotNotificationChannelValueT>(value));
return *
this;
154 template<
typename CrossAccountConfigurationsT = Aws::Vector<CrossAccountConfiguration>>
155 void SetCrossAccountConfigurations(CrossAccountConfigurationsT&& value) { m_crossAccountConfigurationsHasBeenSet =
true; m_crossAccountConfigurations = std::forward<CrossAccountConfigurationsT>(value); }
156 template<
typename CrossAccountConfigurationsT = Aws::Vector<CrossAccountConfiguration>>
158 template<
typename CrossAccountConfigurationsT = CrossAccountConfiguration>
164 bool m_identifierHasBeenSet =
false;
167 bool m_roleArnHasBeenSet =
false;
170 bool m_encryptionConfigurationHasBeenSet =
false;
173 bool m_tagKeyBoundariesHasBeenSet =
false;
176 bool m_chatbotNotificationChannelHasBeenSet =
false;
178 bool m_isCloudTrailEventHistoryEnabled{
false};
179 bool m_isCloudTrailEventHistoryEnabledHasBeenSet =
false;
182 bool m_crossAccountConfigurationsHasBeenSet =
false;
AWS_AIOPS_API UpdateInvestigationGroupRequest()=default
AWS_AIOPS_API Aws::String SerializePayload() const override
void SetEncryptionConfiguration(EncryptionConfigurationT &&value)
UpdateInvestigationGroupRequest & WithIsCloudTrailEventHistoryEnabled(bool value)
UpdateInvestigationGroupRequest & WithIdentifier(IdentifierT &&value)
UpdateInvestigationGroupRequest & AddTagKeyBoundaries(TagKeyBoundariesT &&value)
void SetTagKeyBoundaries(TagKeyBoundariesT &&value)
UpdateInvestigationGroupRequest & AddChatbotNotificationChannel(ChatbotNotificationChannelKeyT &&key, ChatbotNotificationChannelValueT &&value)
bool GetIsCloudTrailEventHistoryEnabled() const
bool CrossAccountConfigurationsHasBeenSet() const
UpdateInvestigationGroupRequest & WithEncryptionConfiguration(EncryptionConfigurationT &&value)
const Aws::String & GetRoleArn() const
UpdateInvestigationGroupRequest & WithTagKeyBoundaries(TagKeyBoundariesT &&value)
bool EncryptionConfigurationHasBeenSet() const
const Aws::Map< Aws::String, Aws::Vector< Aws::String > > & GetChatbotNotificationChannel() const
void SetIdentifier(IdentifierT &&value)
void SetCrossAccountConfigurations(CrossAccountConfigurationsT &&value)
UpdateInvestigationGroupRequest & WithRoleArn(RoleArnT &&value)
void SetIsCloudTrailEventHistoryEnabled(bool value)
bool IsCloudTrailEventHistoryEnabledHasBeenSet() const
UpdateInvestigationGroupRequest & WithCrossAccountConfigurations(CrossAccountConfigurationsT &&value)
void SetChatbotNotificationChannel(ChatbotNotificationChannelT &&value)
bool IdentifierHasBeenSet() const
bool RoleArnHasBeenSet() const
const EncryptionConfiguration & GetEncryptionConfiguration() const
const Aws::Vector< Aws::String > & GetTagKeyBoundaries() const
const Aws::String & GetIdentifier() const
UpdateInvestigationGroupRequest & WithChatbotNotificationChannel(ChatbotNotificationChannelT &&value)
const Aws::Vector< CrossAccountConfiguration > & GetCrossAccountConfigurations() const
bool TagKeyBoundariesHasBeenSet() const
UpdateInvestigationGroupRequest & AddCrossAccountConfigurations(CrossAccountConfigurationsT &&value)
bool ChatbotNotificationChannelHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetRoleArn(RoleArnT &&value)
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