/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include A list of key groups, and the public keys in each key group, that CloudFront
* can use to verify the signatures of signed URLs and signed
* cookies.See Also:
AWS
* API Reference
This field is true
if any of the key groups have public keys
* that CloudFront can use to verify the signatures of signed URLs and signed
* cookies. If not, this field is false
.
This field is true
if any of the key groups have public keys
* that CloudFront can use to verify the signatures of signed URLs and signed
* cookies. If not, this field is false
.
This field is true
if any of the key groups have public keys
* that CloudFront can use to verify the signatures of signed URLs and signed
* cookies. If not, this field is false
.
This field is true
if any of the key groups have public keys
* that CloudFront can use to verify the signatures of signed URLs and signed
* cookies. If not, this field is false
.
The number of key groups in the list.
*/ inline int GetQuantity() const{ return m_quantity; } /** *The number of key groups in the list.
*/ inline bool QuantityHasBeenSet() const { return m_quantityHasBeenSet; } /** *The number of key groups in the list.
*/ inline void SetQuantity(int value) { m_quantityHasBeenSet = true; m_quantity = value; } /** *The number of key groups in the list.
*/ inline ActiveTrustedKeyGroups& WithQuantity(int value) { SetQuantity(value); return *this;} /** *A list of key groups, including the identifiers of the public keys in each * key group that CloudFront can use to verify the signatures of signed URLs and * signed cookies.
*/ inline const Aws::VectorA list of key groups, including the identifiers of the public keys in each * key group that CloudFront can use to verify the signatures of signed URLs and * signed cookies.
*/ inline bool ItemsHasBeenSet() const { return m_itemsHasBeenSet; } /** *A list of key groups, including the identifiers of the public keys in each * key group that CloudFront can use to verify the signatures of signed URLs and * signed cookies.
*/ inline void SetItems(const Aws::VectorA list of key groups, including the identifiers of the public keys in each * key group that CloudFront can use to verify the signatures of signed URLs and * signed cookies.
*/ inline void SetItems(Aws::VectorA list of key groups, including the identifiers of the public keys in each * key group that CloudFront can use to verify the signatures of signed URLs and * signed cookies.
*/ inline ActiveTrustedKeyGroups& WithItems(const Aws::VectorA list of key groups, including the identifiers of the public keys in each * key group that CloudFront can use to verify the signatures of signed URLs and * signed cookies.
*/ inline ActiveTrustedKeyGroups& WithItems(Aws::VectorA list of key groups, including the identifiers of the public keys in each * key group that CloudFront can use to verify the signatures of signed URLs and * signed cookies.
*/ inline ActiveTrustedKeyGroups& AddItems(const KGKeyPairIds& value) { m_itemsHasBeenSet = true; m_items.push_back(value); return *this; } /** *A list of key groups, including the identifiers of the public keys in each * key group that CloudFront can use to verify the signatures of signed URLs and * signed cookies.
*/ inline ActiveTrustedKeyGroups& AddItems(KGKeyPairIds&& value) { m_itemsHasBeenSet = true; m_items.push_back(std::move(value)); return *this; } private: bool m_enabled; bool m_enabledHasBeenSet = false; int m_quantity; bool m_quantityHasBeenSet = false; Aws::Vector