7#include <aws/aiops/AIOps_EXPORTS.h>
8#include <aws/core/http/HttpResponse.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
36 template <
typename InvestigationGroupArnT = Aws::String>
38 m_investigationGroupArnHasBeenSet =
true;
39 m_investigationGroupArn = std::forward<InvestigationGroupArnT>(value);
41 template <
typename InvestigationGroupArnT = Aws::String>
53 template <
typename PolicyT = Aws::String>
55 m_policyHasBeenSet =
true;
56 m_policy = std::forward<PolicyT>(value);
58 template <
typename PolicyT = Aws::String>
68 template <
typename RequestIdT = Aws::String>
70 m_requestIdHasBeenSet =
true;
71 m_requestId = std::forward<RequestIdT>(value);
73 template <
typename RequestIdT = Aws::String>
88 bool m_investigationGroupArnHasBeenSet =
false;
89 bool m_policyHasBeenSet =
false;
90 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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue