7#include <aws/aiops/AIOps_EXPORTS.h>
8#include <aws/aiops/AIOpsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template<
typename IdentifierT = Aws::String>
43 void SetIdentifier(IdentifierT&& value) { m_identifierHasBeenSet =
true; m_identifier = std::forward<IdentifierT>(value); }
44 template<
typename IdentifierT = Aws::String>
54 template<
typename PolicyT = Aws::String>
55 void SetPolicy(PolicyT&& value) { m_policyHasBeenSet =
true; m_policy = std::forward<PolicyT>(value); }
56 template<
typename PolicyT = Aws::String>
62 bool m_identifierHasBeenSet =
false;
65 bool m_policyHasBeenSet =
false;
const Aws::String & GetPolicy() const
AWS_AIOPS_API Aws::String SerializePayload() const override
bool IdentifierHasBeenSet() const
PutInvestigationGroupPolicyRequest & WithIdentifier(IdentifierT &&value)
void SetIdentifier(IdentifierT &&value)
const Aws::String & GetIdentifier() const
AWS_AIOPS_API PutInvestigationGroupPolicyRequest()=default
PutInvestigationGroupPolicyRequest & WithPolicy(PolicyT &&value)
void SetPolicy(PolicyT &&value)
virtual const char * GetServiceRequestName() const override
bool PolicyHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String