7#include <aws/aiops/AIOps_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
41 template<
typename InvestigationGroupArnT = Aws::String>
42 void SetInvestigationGroupArn(InvestigationGroupArnT&& value) { m_investigationGroupArnHasBeenSet =
true; m_investigationGroupArn = std::forward<InvestigationGroupArnT>(value); }
43 template<
typename InvestigationGroupArnT = Aws::String>
52 template<
typename PolicyT = Aws::String>
53 void SetPolicy(PolicyT&& value) { m_policyHasBeenSet =
true; m_policy = std::forward<PolicyT>(value); }
54 template<
typename PolicyT = Aws::String>
61 template<
typename RequestIdT = Aws::String>
62 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
63 template<
typename RequestIdT = Aws::String>
69 bool m_investigationGroupArnHasBeenSet =
false;
72 bool m_policyHasBeenSet =
false;
75 bool m_requestIdHasBeenSet =
false;
void SetInvestigationGroupArn(InvestigationGroupArnT &&value)
const Aws::String & GetRequestId() const
AWS_AIOPS_API GetInvestigationGroupPolicyResult()=default
const Aws::String & GetPolicy() const
const Aws::String & GetInvestigationGroupArn() const
GetInvestigationGroupPolicyResult & WithRequestId(RequestIdT &&value)
void SetPolicy(PolicyT &&value)
AWS_AIOPS_API GetInvestigationGroupPolicyResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetInvestigationGroupPolicyResult & WithPolicy(PolicyT &&value)
void SetRequestId(RequestIdT &&value)
GetInvestigationGroupPolicyResult & WithInvestigationGroupArn(InvestigationGroupArnT &&value)
AWS_AIOPS_API GetInvestigationGroupPolicyResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue