/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Specifies the name and path of a customer managed policy. You must have an
* IAM policy that matches the name and path in each AWS account where you want to
* deploy your permission set.See Also:
AWS
* API Reference
The name of the IAM policy that you have configured in each account where you * want to deploy your permission set.
*/ inline const Aws::String& GetName() const{ return m_name; } /** *The name of the IAM policy that you have configured in each account where you * want to deploy your permission set.
*/ inline bool NameHasBeenSet() const { return m_nameHasBeenSet; } /** *The name of the IAM policy that you have configured in each account where you * want to deploy your permission set.
*/ inline void SetName(const Aws::String& value) { m_nameHasBeenSet = true; m_name = value; } /** *The name of the IAM policy that you have configured in each account where you * want to deploy your permission set.
*/ inline void SetName(Aws::String&& value) { m_nameHasBeenSet = true; m_name = std::move(value); } /** *The name of the IAM policy that you have configured in each account where you * want to deploy your permission set.
*/ inline void SetName(const char* value) { m_nameHasBeenSet = true; m_name.assign(value); } /** *The name of the IAM policy that you have configured in each account where you * want to deploy your permission set.
*/ inline CustomerManagedPolicyReference& WithName(const Aws::String& value) { SetName(value); return *this;} /** *The name of the IAM policy that you have configured in each account where you * want to deploy your permission set.
*/ inline CustomerManagedPolicyReference& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;} /** *The name of the IAM policy that you have configured in each account where you * want to deploy your permission set.
*/ inline CustomerManagedPolicyReference& WithName(const char* value) { SetName(value); return *this;} /** *The path to the IAM policy that you have configured in each account where you
* want to deploy your permission set. The default is /
. For more
* information, see Friendly
* names and paths in the IAM User Guide.
The path to the IAM policy that you have configured in each account where you
* want to deploy your permission set. The default is /
. For more
* information, see Friendly
* names and paths in the IAM User Guide.
The path to the IAM policy that you have configured in each account where you
* want to deploy your permission set. The default is /
. For more
* information, see Friendly
* names and paths in the IAM User Guide.
The path to the IAM policy that you have configured in each account where you
* want to deploy your permission set. The default is /
. For more
* information, see Friendly
* names and paths in the IAM User Guide.
The path to the IAM policy that you have configured in each account where you
* want to deploy your permission set. The default is /
. For more
* information, see Friendly
* names and paths in the IAM User Guide.
The path to the IAM policy that you have configured in each account where you
* want to deploy your permission set. The default is /
. For more
* information, see Friendly
* names and paths in the IAM User Guide.
The path to the IAM policy that you have configured in each account where you
* want to deploy your permission set. The default is /
. For more
* information, see Friendly
* names and paths in the IAM User Guide.
The path to the IAM policy that you have configured in each account where you
* want to deploy your permission set. The default is /
. For more
* information, see Friendly
* names and paths in the IAM User Guide.