/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Contains information about a policy created by instantiating a policy
* template.See Also:
AWS
* API Reference
The unique identifier of the policy template used to create this policy.
*/ inline const Aws::String& GetPolicyTemplateId() const{ return m_policyTemplateId; } /** *The unique identifier of the policy template used to create this policy.
*/ inline bool PolicyTemplateIdHasBeenSet() const { return m_policyTemplateIdHasBeenSet; } /** *The unique identifier of the policy template used to create this policy.
*/ inline void SetPolicyTemplateId(const Aws::String& value) { m_policyTemplateIdHasBeenSet = true; m_policyTemplateId = value; } /** *The unique identifier of the policy template used to create this policy.
*/ inline void SetPolicyTemplateId(Aws::String&& value) { m_policyTemplateIdHasBeenSet = true; m_policyTemplateId = std::move(value); } /** *The unique identifier of the policy template used to create this policy.
*/ inline void SetPolicyTemplateId(const char* value) { m_policyTemplateIdHasBeenSet = true; m_policyTemplateId.assign(value); } /** *The unique identifier of the policy template used to create this policy.
*/ inline TemplateLinkedPolicyDefinition& WithPolicyTemplateId(const Aws::String& value) { SetPolicyTemplateId(value); return *this;} /** *The unique identifier of the policy template used to create this policy.
*/ inline TemplateLinkedPolicyDefinition& WithPolicyTemplateId(Aws::String&& value) { SetPolicyTemplateId(std::move(value)); return *this;} /** *The unique identifier of the policy template used to create this policy.
*/ inline TemplateLinkedPolicyDefinition& WithPolicyTemplateId(const char* value) { SetPolicyTemplateId(value); return *this;} /** *The principal associated with this template-linked policy. Verified
* Permissions substitutes this principal for the ?principal
* placeholder in the policy template when it evaluates an authorization
* request.
The principal associated with this template-linked policy. Verified
* Permissions substitutes this principal for the ?principal
* placeholder in the policy template when it evaluates an authorization
* request.
The principal associated with this template-linked policy. Verified
* Permissions substitutes this principal for the ?principal
* placeholder in the policy template when it evaluates an authorization
* request.
The principal associated with this template-linked policy. Verified
* Permissions substitutes this principal for the ?principal
* placeholder in the policy template when it evaluates an authorization
* request.
The principal associated with this template-linked policy. Verified
* Permissions substitutes this principal for the ?principal
* placeholder in the policy template when it evaluates an authorization
* request.
The principal associated with this template-linked policy. Verified
* Permissions substitutes this principal for the ?principal
* placeholder in the policy template when it evaluates an authorization
* request.
The resource associated with this template-linked policy. Verified
* Permissions substitutes this resource for the ?resource
placeholder
* in the policy template when it evaluates an authorization request.
The resource associated with this template-linked policy. Verified
* Permissions substitutes this resource for the ?resource
placeholder
* in the policy template when it evaluates an authorization request.
The resource associated with this template-linked policy. Verified
* Permissions substitutes this resource for the ?resource
placeholder
* in the policy template when it evaluates an authorization request.
The resource associated with this template-linked policy. Verified
* Permissions substitutes this resource for the ?resource
placeholder
* in the policy template when it evaluates an authorization request.
The resource associated with this template-linked policy. Verified
* Permissions substitutes this resource for the ?resource
placeholder
* in the policy template when it evaluates an authorization request.
The resource associated with this template-linked policy. Verified
* Permissions substitutes this resource for the ?resource
placeholder
* in the policy template when it evaluates an authorization request.