/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include #include #include namespace Aws { namespace IAM { namespace Model { /** */ class CreatePolicyVersionRequest : public IAMRequest { public: AWS_IAM_API CreatePolicyVersionRequest(); // Service request name is the Operation name which will send this request out, // each operation should has unique request name, so that we can get operation's name from this request. // Note: this is not true for response, multiple operations may have the same response name, // so we can not get operation's name from response. inline virtual const char* GetServiceRequestName() const override { return "CreatePolicyVersion"; } AWS_IAM_API Aws::String SerializePayload() const override; protected: AWS_IAM_API void DumpBodyToUrl(Aws::Http::URI& uri ) const override; public: /** *

The Amazon Resource Name (ARN) of the IAM policy to which you want to add a * new version.

For more information about ARNs, see Amazon * Resource Names (ARNs) in the Amazon Web Services General * Reference.

*/ inline const Aws::String& GetPolicyArn() const{ return m_policyArn; } /** *

The Amazon Resource Name (ARN) of the IAM policy to which you want to add a * new version.

For more information about ARNs, see Amazon * Resource Names (ARNs) in the Amazon Web Services General * Reference.

*/ inline bool PolicyArnHasBeenSet() const { return m_policyArnHasBeenSet; } /** *

The Amazon Resource Name (ARN) of the IAM policy to which you want to add a * new version.

For more information about ARNs, see Amazon * Resource Names (ARNs) in the Amazon Web Services General * Reference.

*/ inline void SetPolicyArn(const Aws::String& value) { m_policyArnHasBeenSet = true; m_policyArn = value; } /** *

The Amazon Resource Name (ARN) of the IAM policy to which you want to add a * new version.

For more information about ARNs, see Amazon * Resource Names (ARNs) in the Amazon Web Services General * Reference.

*/ inline void SetPolicyArn(Aws::String&& value) { m_policyArnHasBeenSet = true; m_policyArn = std::move(value); } /** *

The Amazon Resource Name (ARN) of the IAM policy to which you want to add a * new version.

For more information about ARNs, see Amazon * Resource Names (ARNs) in the Amazon Web Services General * Reference.

*/ inline void SetPolicyArn(const char* value) { m_policyArnHasBeenSet = true; m_policyArn.assign(value); } /** *

The Amazon Resource Name (ARN) of the IAM policy to which you want to add a * new version.

For more information about ARNs, see Amazon * Resource Names (ARNs) in the Amazon Web Services General * Reference.

*/ inline CreatePolicyVersionRequest& WithPolicyArn(const Aws::String& value) { SetPolicyArn(value); return *this;} /** *

The Amazon Resource Name (ARN) of the IAM policy to which you want to add a * new version.

For more information about ARNs, see Amazon * Resource Names (ARNs) in the Amazon Web Services General * Reference.

*/ inline CreatePolicyVersionRequest& WithPolicyArn(Aws::String&& value) { SetPolicyArn(std::move(value)); return *this;} /** *

The Amazon Resource Name (ARN) of the IAM policy to which you want to add a * new version.

For more information about ARNs, see Amazon * Resource Names (ARNs) in the Amazon Web Services General * Reference.

*/ inline CreatePolicyVersionRequest& WithPolicyArn(const char* value) { SetPolicyArn(value); return *this;} /** *

The JSON policy document that you want to use as the content for this new * version of the policy.

You must provide policies in JSON format in IAM. * However, for CloudFormation templates formatted in YAML, you can provide the * policy in JSON or YAML format. CloudFormation always converts a YAML policy to * JSON format before submitting it to IAM.

The maximum length of the policy * document that you can pass in this operation, including whitespace, is listed * below. To view the maximum character counts of a managed policy with no * whitespaces, see IAM * and STS character quotas.

The regex pattern used to validate this * parameter is a string of characters consisting of the following:

  • *

    Any printable ASCII character ranging from the space character * (\u0020) through the end of the ASCII character range

  • *
  • The printable characters in the Basic Latin and Latin-1 Supplement * character set (through \u00FF)

  • The special * characters tab (\u0009), line feed (\u000A), and * carriage return (\u000D)

*/ inline const Aws::String& GetPolicyDocument() const{ return m_policyDocument; } /** *

The JSON policy document that you want to use as the content for this new * version of the policy.

You must provide policies in JSON format in IAM. * However, for CloudFormation templates formatted in YAML, you can provide the * policy in JSON or YAML format. CloudFormation always converts a YAML policy to * JSON format before submitting it to IAM.

The maximum length of the policy * document that you can pass in this operation, including whitespace, is listed * below. To view the maximum character counts of a managed policy with no * whitespaces, see IAM * and STS character quotas.

The regex pattern used to validate this * parameter is a string of characters consisting of the following:

  • *

    Any printable ASCII character ranging from the space character * (\u0020) through the end of the ASCII character range

  • *
  • The printable characters in the Basic Latin and Latin-1 Supplement * character set (through \u00FF)

  • The special * characters tab (\u0009), line feed (\u000A), and * carriage return (\u000D)

*/ inline bool PolicyDocumentHasBeenSet() const { return m_policyDocumentHasBeenSet; } /** *

The JSON policy document that you want to use as the content for this new * version of the policy.

You must provide policies in JSON format in IAM. * However, for CloudFormation templates formatted in YAML, you can provide the * policy in JSON or YAML format. CloudFormation always converts a YAML policy to * JSON format before submitting it to IAM.

The maximum length of the policy * document that you can pass in this operation, including whitespace, is listed * below. To view the maximum character counts of a managed policy with no * whitespaces, see IAM * and STS character quotas.

The regex pattern used to validate this * parameter is a string of characters consisting of the following:

  • *

    Any printable ASCII character ranging from the space character * (\u0020) through the end of the ASCII character range

  • *
  • The printable characters in the Basic Latin and Latin-1 Supplement * character set (through \u00FF)

  • The special * characters tab (\u0009), line feed (\u000A), and * carriage return (\u000D)

*/ inline void SetPolicyDocument(const Aws::String& value) { m_policyDocumentHasBeenSet = true; m_policyDocument = value; } /** *

The JSON policy document that you want to use as the content for this new * version of the policy.

You must provide policies in JSON format in IAM. * However, for CloudFormation templates formatted in YAML, you can provide the * policy in JSON or YAML format. CloudFormation always converts a YAML policy to * JSON format before submitting it to IAM.

The maximum length of the policy * document that you can pass in this operation, including whitespace, is listed * below. To view the maximum character counts of a managed policy with no * whitespaces, see IAM * and STS character quotas.

The regex pattern used to validate this * parameter is a string of characters consisting of the following:

  • *

    Any printable ASCII character ranging from the space character * (\u0020) through the end of the ASCII character range

  • *
  • The printable characters in the Basic Latin and Latin-1 Supplement * character set (through \u00FF)

  • The special * characters tab (\u0009), line feed (\u000A), and * carriage return (\u000D)

*/ inline void SetPolicyDocument(Aws::String&& value) { m_policyDocumentHasBeenSet = true; m_policyDocument = std::move(value); } /** *

The JSON policy document that you want to use as the content for this new * version of the policy.

You must provide policies in JSON format in IAM. * However, for CloudFormation templates formatted in YAML, you can provide the * policy in JSON or YAML format. CloudFormation always converts a YAML policy to * JSON format before submitting it to IAM.

The maximum length of the policy * document that you can pass in this operation, including whitespace, is listed * below. To view the maximum character counts of a managed policy with no * whitespaces, see IAM * and STS character quotas.

The regex pattern used to validate this * parameter is a string of characters consisting of the following:

  • *

    Any printable ASCII character ranging from the space character * (\u0020) through the end of the ASCII character range

  • *
  • The printable characters in the Basic Latin and Latin-1 Supplement * character set (through \u00FF)

  • The special * characters tab (\u0009), line feed (\u000A), and * carriage return (\u000D)

*/ inline void SetPolicyDocument(const char* value) { m_policyDocumentHasBeenSet = true; m_policyDocument.assign(value); } /** *

The JSON policy document that you want to use as the content for this new * version of the policy.

You must provide policies in JSON format in IAM. * However, for CloudFormation templates formatted in YAML, you can provide the * policy in JSON or YAML format. CloudFormation always converts a YAML policy to * JSON format before submitting it to IAM.

The maximum length of the policy * document that you can pass in this operation, including whitespace, is listed * below. To view the maximum character counts of a managed policy with no * whitespaces, see IAM * and STS character quotas.

The regex pattern used to validate this * parameter is a string of characters consisting of the following:

  • *

    Any printable ASCII character ranging from the space character * (\u0020) through the end of the ASCII character range

  • *
  • The printable characters in the Basic Latin and Latin-1 Supplement * character set (through \u00FF)

  • The special * characters tab (\u0009), line feed (\u000A), and * carriage return (\u000D)

*/ inline CreatePolicyVersionRequest& WithPolicyDocument(const Aws::String& value) { SetPolicyDocument(value); return *this;} /** *

The JSON policy document that you want to use as the content for this new * version of the policy.

You must provide policies in JSON format in IAM. * However, for CloudFormation templates formatted in YAML, you can provide the * policy in JSON or YAML format. CloudFormation always converts a YAML policy to * JSON format before submitting it to IAM.

The maximum length of the policy * document that you can pass in this operation, including whitespace, is listed * below. To view the maximum character counts of a managed policy with no * whitespaces, see IAM * and STS character quotas.

The regex pattern used to validate this * parameter is a string of characters consisting of the following:

  • *

    Any printable ASCII character ranging from the space character * (\u0020) through the end of the ASCII character range

  • *
  • The printable characters in the Basic Latin and Latin-1 Supplement * character set (through \u00FF)

  • The special * characters tab (\u0009), line feed (\u000A), and * carriage return (\u000D)

*/ inline CreatePolicyVersionRequest& WithPolicyDocument(Aws::String&& value) { SetPolicyDocument(std::move(value)); return *this;} /** *

The JSON policy document that you want to use as the content for this new * version of the policy.

You must provide policies in JSON format in IAM. * However, for CloudFormation templates formatted in YAML, you can provide the * policy in JSON or YAML format. CloudFormation always converts a YAML policy to * JSON format before submitting it to IAM.

The maximum length of the policy * document that you can pass in this operation, including whitespace, is listed * below. To view the maximum character counts of a managed policy with no * whitespaces, see IAM * and STS character quotas.

The regex pattern used to validate this * parameter is a string of characters consisting of the following:

  • *

    Any printable ASCII character ranging from the space character * (\u0020) through the end of the ASCII character range

  • *
  • The printable characters in the Basic Latin and Latin-1 Supplement * character set (through \u00FF)

  • The special * characters tab (\u0009), line feed (\u000A), and * carriage return (\u000D)

*/ inline CreatePolicyVersionRequest& WithPolicyDocument(const char* value) { SetPolicyDocument(value); return *this;} /** *

Specifies whether to set this version as the policy's default version.

*

When this parameter is true, the new policy version becomes the * operative version. That is, it becomes the version that is in effect for the IAM * users, groups, and roles that the policy is attached to.

For more * information about managed policy versions, see Versioning * for managed policies in the IAM User Guide.

*/ inline bool GetSetAsDefault() const{ return m_setAsDefault; } /** *

Specifies whether to set this version as the policy's default version.

*

When this parameter is true, the new policy version becomes the * operative version. That is, it becomes the version that is in effect for the IAM * users, groups, and roles that the policy is attached to.

For more * information about managed policy versions, see Versioning * for managed policies in the IAM User Guide.

*/ inline bool SetAsDefaultHasBeenSet() const { return m_setAsDefaultHasBeenSet; } /** *

Specifies whether to set this version as the policy's default version.

*

When this parameter is true, the new policy version becomes the * operative version. That is, it becomes the version that is in effect for the IAM * users, groups, and roles that the policy is attached to.

For more * information about managed policy versions, see Versioning * for managed policies in the IAM User Guide.

*/ inline void SetSetAsDefault(bool value) { m_setAsDefaultHasBeenSet = true; m_setAsDefault = value; } /** *

Specifies whether to set this version as the policy's default version.

*

When this parameter is true, the new policy version becomes the * operative version. That is, it becomes the version that is in effect for the IAM * users, groups, and roles that the policy is attached to.

For more * information about managed policy versions, see Versioning * for managed policies in the IAM User Guide.

*/ inline CreatePolicyVersionRequest& WithSetAsDefault(bool value) { SetSetAsDefault(value); return *this;} private: Aws::String m_policyArn; bool m_policyArnHasBeenSet = false; Aws::String m_policyDocument; bool m_policyDocumentHasBeenSet = false; bool m_setAsDefault; bool m_setAsDefaultHasBeenSet = false; }; } // namespace Model } // namespace IAM } // namespace Aws