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>
65 template<
typename RoleArnT = Aws::String>
66 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
67 template<
typename RoleArnT = Aws::String>
82 template<
typename EncryptionConfigurationT = EncryptionConfiguration>
83 void SetEncryptionConfiguration(EncryptionConfigurationT&& value) { m_encryptionConfigurationHasBeenSet =
true; m_encryptionConfiguration = std::forward<EncryptionConfigurationT>(value); }
84 template<
typename EncryptionConfigurationT = EncryptionConfiguration>
104 template<
typename TagKeyBoundariesT = Aws::Vector<Aws::String>>
105 void SetTagKeyBoundaries(TagKeyBoundariesT&& value) { m_tagKeyBoundariesHasBeenSet =
true; m_tagKeyBoundaries = std::forward<TagKeyBoundariesT>(value); }
106 template<
typename TagKeyBoundariesT = Aws::Vector<Aws::String>>
108 template<
typename TagKeyBoundariesT = Aws::String>
126 template<
typename ChatbotNotificationChannelT = Aws::Map<Aws::String, Aws::Vector<Aws::String>>>
127 void SetChatbotNotificationChannel(ChatbotNotificationChannelT&& value) { m_chatbotNotificationChannelHasBeenSet =
true; m_chatbotNotificationChannel = std::forward<ChatbotNotificationChannelT>(value); }
128 template<
typename ChatbotNotificationChannelT = Aws::Map<Aws::String, Aws::Vector<Aws::String>>>
130 template<
typename ChatbotNotificationChannelKeyT = Aws::String,
typename ChatbotNotificationChannelValueT = Aws::Vector<Aws::String>>
132 m_chatbotNotificationChannelHasBeenSet =
true; m_chatbotNotificationChannel.emplace(std::forward<ChatbotNotificationChannelKeyT>(key), std::forward<ChatbotNotificationChannelValueT>(value));
return *
this;
155 template<
typename CrossAccountConfigurationsT = Aws::Vector<CrossAccountConfiguration>>
156 void SetCrossAccountConfigurations(CrossAccountConfigurationsT&& value) { m_crossAccountConfigurationsHasBeenSet =
true; m_crossAccountConfigurations = std::forward<CrossAccountConfigurationsT>(value); }
157 template<
typename CrossAccountConfigurationsT = Aws::Vector<CrossAccountConfiguration>>
159 template<
typename CrossAccountConfigurationsT = CrossAccountConfiguration>
165 bool m_identifierHasBeenSet =
false;
168 bool m_roleArnHasBeenSet =
false;
171 bool m_encryptionConfigurationHasBeenSet =
false;
174 bool m_tagKeyBoundariesHasBeenSet =
false;
177 bool m_chatbotNotificationChannelHasBeenSet =
false;
179 bool m_isCloudTrailEventHistoryEnabled{
false};
180 bool m_isCloudTrailEventHistoryEnabledHasBeenSet =
false;
183 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