7#include <aws/aiops/AIOpsRequest.h>
8#include <aws/aiops/AIOps_EXPORTS.h>
9#include <aws/aiops/model/CrossAccountConfiguration.h>
10#include <aws/aiops/model/EncryptionConfiguration.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>
42 template <
typename IdentifierT = Aws::String>
44 m_identifierHasBeenSet =
true;
45 m_identifier = std::forward<IdentifierT>(value);
47 template <
typename IdentifierT = Aws::String>
67 template <
typename RoleArnT = Aws::String>
69 m_roleArnHasBeenSet =
true;
70 m_roleArn = std::forward<RoleArnT>(value);
72 template <
typename RoleArnT = Aws::String>
90 template <
typename EncryptionConfigurationT = EncryptionConfiguration>
92 m_encryptionConfigurationHasBeenSet =
true;
93 m_encryptionConfiguration = std::forward<EncryptionConfigurationT>(value);
95 template <
typename EncryptionConfigurationT = EncryptionConfiguration>
118 template <
typename TagKeyBoundariesT = Aws::Vector<Aws::String>>
120 m_tagKeyBoundariesHasBeenSet =
true;
121 m_tagKeyBoundaries = std::forward<TagKeyBoundariesT>(value);
123 template <
typename TagKeyBoundariesT = Aws::Vector<Aws::String>>
128 template <
typename TagKeyBoundariesT = Aws::String>
130 m_tagKeyBoundariesHasBeenSet =
true;
131 m_tagKeyBoundaries.emplace_back(std::forward<TagKeyBoundariesT>(value));
149 return m_chatbotNotificationChannel;
152 template <
typename ChatbotNotificationChannelT = Aws::Map<Aws::String, Aws::Vector<Aws::String>>>
154 m_chatbotNotificationChannelHasBeenSet =
true;
155 m_chatbotNotificationChannel = std::forward<ChatbotNotificationChannelT>(value);
157 template <
typename ChatbotNotificationChannelT = Aws::Map<Aws::String, Aws::Vector<Aws::String>>>
162 template <
typename ChatbotNotificationChannelKeyT = Aws::String,
typename ChatbotNotificationChannelValueT = Aws::Vector<Aws::String>>
164 ChatbotNotificationChannelValueT&& value) {
165 m_chatbotNotificationChannelHasBeenSet =
true;
166 m_chatbotNotificationChannel.emplace(std::forward<ChatbotNotificationChannelKeyT>(key),
167 std::forward<ChatbotNotificationChannelValueT>(value));
181 m_isCloudTrailEventHistoryEnabledHasBeenSet =
true;
182 m_isCloudTrailEventHistoryEnabled = value;
197 template <
typename CrossAccountConfigurationsT = Aws::Vector<CrossAccountConfiguration>>
199 m_crossAccountConfigurationsHasBeenSet =
true;
200 m_crossAccountConfigurations = std::forward<CrossAccountConfigurationsT>(value);
202 template <
typename CrossAccountConfigurationsT = Aws::Vector<CrossAccountConfiguration>>
207 template <
typename CrossAccountConfigurationsT = CrossAccountConfiguration>
209 m_crossAccountConfigurationsHasBeenSet =
true;
210 m_crossAccountConfigurations.emplace_back(std::forward<CrossAccountConfigurationsT>(value));
225 bool m_isCloudTrailEventHistoryEnabled{
false};
228 bool m_identifierHasBeenSet =
false;
229 bool m_roleArnHasBeenSet =
false;
230 bool m_encryptionConfigurationHasBeenSet =
false;
231 bool m_tagKeyBoundariesHasBeenSet =
false;
232 bool m_chatbotNotificationChannelHasBeenSet =
false;
233 bool m_isCloudTrailEventHistoryEnabledHasBeenSet =
false;
234 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