/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Contains the text for the generated policy and its details.See
* Also:
AWS
* API Reference
A GeneratedPolicyProperties
object that contains properties of
* the generated policy.
A GeneratedPolicyProperties
object that contains properties of
* the generated policy.
A GeneratedPolicyProperties
object that contains properties of
* the generated policy.
A GeneratedPolicyProperties
object that contains properties of
* the generated policy.
A GeneratedPolicyProperties
object that contains properties of
* the generated policy.
A GeneratedPolicyProperties
object that contains properties of
* the generated policy.
The text to use as the content for the new policy. The policy is created * using the CreatePolicy * action.
*/ inline const Aws::VectorThe text to use as the content for the new policy. The policy is created * using the CreatePolicy * action.
*/ inline bool GeneratedPoliciesHasBeenSet() const { return m_generatedPoliciesHasBeenSet; } /** *The text to use as the content for the new policy. The policy is created * using the CreatePolicy * action.
*/ inline void SetGeneratedPolicies(const Aws::VectorThe text to use as the content for the new policy. The policy is created * using the CreatePolicy * action.
*/ inline void SetGeneratedPolicies(Aws::VectorThe text to use as the content for the new policy. The policy is created * using the CreatePolicy * action.
*/ inline GeneratedPolicyResults& WithGeneratedPolicies(const Aws::VectorThe text to use as the content for the new policy. The policy is created * using the CreatePolicy * action.
*/ inline GeneratedPolicyResults& WithGeneratedPolicies(Aws::VectorThe text to use as the content for the new policy. The policy is created * using the CreatePolicy * action.
*/ inline GeneratedPolicyResults& AddGeneratedPolicies(const GeneratedPolicy& value) { m_generatedPoliciesHasBeenSet = true; m_generatedPolicies.push_back(value); return *this; } /** *The text to use as the content for the new policy. The policy is created * using the CreatePolicy * action.
*/ inline GeneratedPolicyResults& AddGeneratedPolicies(GeneratedPolicy&& value) { m_generatedPoliciesHasBeenSet = true; m_generatedPolicies.push_back(std::move(value)); return *this; } private: GeneratedPolicyProperties m_properties; bool m_propertiesHasBeenSet = false; Aws::Vector