/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include CloudFront origin access identity.See Also:
AWS
* API Reference
The ID for the origin access identity, for example,
* E74FTE3AJFJ256A
.
The ID for the origin access identity, for example,
* E74FTE3AJFJ256A
.
The ID for the origin access identity, for example,
* E74FTE3AJFJ256A
.
The ID for the origin access identity, for example,
* E74FTE3AJFJ256A
.
The ID for the origin access identity, for example,
* E74FTE3AJFJ256A
.
The ID for the origin access identity, for example,
* E74FTE3AJFJ256A
.
The ID for the origin access identity, for example,
* E74FTE3AJFJ256A
.
The ID for the origin access identity, for example,
* E74FTE3AJFJ256A
.
The Amazon S3 canonical user ID for the origin access identity, used when * giving the origin access identity read permission to an object in Amazon S3.
*/ inline const Aws::String& GetS3CanonicalUserId() const{ return m_s3CanonicalUserId; } /** *The Amazon S3 canonical user ID for the origin access identity, used when * giving the origin access identity read permission to an object in Amazon S3.
*/ inline bool S3CanonicalUserIdHasBeenSet() const { return m_s3CanonicalUserIdHasBeenSet; } /** *The Amazon S3 canonical user ID for the origin access identity, used when * giving the origin access identity read permission to an object in Amazon S3.
*/ inline void SetS3CanonicalUserId(const Aws::String& value) { m_s3CanonicalUserIdHasBeenSet = true; m_s3CanonicalUserId = value; } /** *The Amazon S3 canonical user ID for the origin access identity, used when * giving the origin access identity read permission to an object in Amazon S3.
*/ inline void SetS3CanonicalUserId(Aws::String&& value) { m_s3CanonicalUserIdHasBeenSet = true; m_s3CanonicalUserId = std::move(value); } /** *The Amazon S3 canonical user ID for the origin access identity, used when * giving the origin access identity read permission to an object in Amazon S3.
*/ inline void SetS3CanonicalUserId(const char* value) { m_s3CanonicalUserIdHasBeenSet = true; m_s3CanonicalUserId.assign(value); } /** *The Amazon S3 canonical user ID for the origin access identity, used when * giving the origin access identity read permission to an object in Amazon S3.
*/ inline CloudFrontOriginAccessIdentity& WithS3CanonicalUserId(const Aws::String& value) { SetS3CanonicalUserId(value); return *this;} /** *The Amazon S3 canonical user ID for the origin access identity, used when * giving the origin access identity read permission to an object in Amazon S3.
*/ inline CloudFrontOriginAccessIdentity& WithS3CanonicalUserId(Aws::String&& value) { SetS3CanonicalUserId(std::move(value)); return *this;} /** *The Amazon S3 canonical user ID for the origin access identity, used when * giving the origin access identity read permission to an object in Amazon S3.
*/ inline CloudFrontOriginAccessIdentity& WithS3CanonicalUserId(const char* value) { SetS3CanonicalUserId(value); return *this;} /** *The current configuration information for the identity.
*/ inline const CloudFrontOriginAccessIdentityConfig& GetCloudFrontOriginAccessIdentityConfig() const{ return m_cloudFrontOriginAccessIdentityConfig; } /** *The current configuration information for the identity.
*/ inline bool CloudFrontOriginAccessIdentityConfigHasBeenSet() const { return m_cloudFrontOriginAccessIdentityConfigHasBeenSet; } /** *The current configuration information for the identity.
*/ inline void SetCloudFrontOriginAccessIdentityConfig(const CloudFrontOriginAccessIdentityConfig& value) { m_cloudFrontOriginAccessIdentityConfigHasBeenSet = true; m_cloudFrontOriginAccessIdentityConfig = value; } /** *The current configuration information for the identity.
*/ inline void SetCloudFrontOriginAccessIdentityConfig(CloudFrontOriginAccessIdentityConfig&& value) { m_cloudFrontOriginAccessIdentityConfigHasBeenSet = true; m_cloudFrontOriginAccessIdentityConfig = std::move(value); } /** *The current configuration information for the identity.
*/ inline CloudFrontOriginAccessIdentity& WithCloudFrontOriginAccessIdentityConfig(const CloudFrontOriginAccessIdentityConfig& value) { SetCloudFrontOriginAccessIdentityConfig(value); return *this;} /** *The current configuration information for the identity.
*/ inline CloudFrontOriginAccessIdentity& WithCloudFrontOriginAccessIdentityConfig(CloudFrontOriginAccessIdentityConfig&& value) { SetCloudFrontOriginAccessIdentityConfig(std::move(value)); return *this;} private: Aws::String m_id; bool m_idHasBeenSet = false; Aws::String m_s3CanonicalUserId; bool m_s3CanonicalUserIdHasBeenSet = false; CloudFrontOriginAccessIdentityConfig m_cloudFrontOriginAccessIdentityConfig; bool m_cloudFrontOriginAccessIdentityConfigHasBeenSet = false; }; } // namespace Model } // namespace CloudFront } // namespace Aws