/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include A list of Amazon Web Services accounts and the active CloudFront key pairs in
* each account that CloudFront can use to verify the signatures of signed URLs and
* signed cookies.See Also:
AWS
* API Reference
An Amazon Web Services account number that contains active CloudFront key
* pairs that CloudFront can use to verify the signatures of signed URLs and signed
* cookies. If the Amazon Web Services account that owns the key pairs is the same
* account that owns the CloudFront distribution, the value of this field is
* self
.
An Amazon Web Services account number that contains active CloudFront key
* pairs that CloudFront can use to verify the signatures of signed URLs and signed
* cookies. If the Amazon Web Services account that owns the key pairs is the same
* account that owns the CloudFront distribution, the value of this field is
* self
.
An Amazon Web Services account number that contains active CloudFront key
* pairs that CloudFront can use to verify the signatures of signed URLs and signed
* cookies. If the Amazon Web Services account that owns the key pairs is the same
* account that owns the CloudFront distribution, the value of this field is
* self
.
An Amazon Web Services account number that contains active CloudFront key
* pairs that CloudFront can use to verify the signatures of signed URLs and signed
* cookies. If the Amazon Web Services account that owns the key pairs is the same
* account that owns the CloudFront distribution, the value of this field is
* self
.
An Amazon Web Services account number that contains active CloudFront key
* pairs that CloudFront can use to verify the signatures of signed URLs and signed
* cookies. If the Amazon Web Services account that owns the key pairs is the same
* account that owns the CloudFront distribution, the value of this field is
* self
.
An Amazon Web Services account number that contains active CloudFront key
* pairs that CloudFront can use to verify the signatures of signed URLs and signed
* cookies. If the Amazon Web Services account that owns the key pairs is the same
* account that owns the CloudFront distribution, the value of this field is
* self
.
An Amazon Web Services account number that contains active CloudFront key
* pairs that CloudFront can use to verify the signatures of signed URLs and signed
* cookies. If the Amazon Web Services account that owns the key pairs is the same
* account that owns the CloudFront distribution, the value of this field is
* self
.
An Amazon Web Services account number that contains active CloudFront key
* pairs that CloudFront can use to verify the signatures of signed URLs and signed
* cookies. If the Amazon Web Services account that owns the key pairs is the same
* account that owns the CloudFront distribution, the value of this field is
* self
.
A list of CloudFront key pair identifiers.
*/ inline const KeyPairIds& GetKeyPairIds() const{ return m_keyPairIds; } /** *A list of CloudFront key pair identifiers.
*/ inline bool KeyPairIdsHasBeenSet() const { return m_keyPairIdsHasBeenSet; } /** *A list of CloudFront key pair identifiers.
*/ inline void SetKeyPairIds(const KeyPairIds& value) { m_keyPairIdsHasBeenSet = true; m_keyPairIds = value; } /** *A list of CloudFront key pair identifiers.
*/ inline void SetKeyPairIds(KeyPairIds&& value) { m_keyPairIdsHasBeenSet = true; m_keyPairIds = std::move(value); } /** *A list of CloudFront key pair identifiers.
*/ inline Signer& WithKeyPairIds(const KeyPairIds& value) { SetKeyPairIds(value); return *this;} /** *A list of CloudFront key pair identifiers.
*/ inline Signer& WithKeyPairIds(KeyPairIds&& value) { SetKeyPairIds(std::move(value)); return *this;} private: Aws::String m_awsAccountNumber; bool m_awsAccountNumberHasBeenSet = false; KeyPairIds m_keyPairIds; bool m_keyPairIdsHasBeenSet = false; }; } // namespace Model } // namespace CloudFront } // namespace Aws