/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include A structure that contains information about the users that the dashboard
* snapshot is generated for.See Also:
AWS
* API Reference
An array of records that describe the anonymous users that the dashboard * snapshot is generated for.
*/ inline const Aws::VectorAn array of records that describe the anonymous users that the dashboard * snapshot is generated for.
*/ inline bool AnonymousUsersHasBeenSet() const { return m_anonymousUsersHasBeenSet; } /** *An array of records that describe the anonymous users that the dashboard * snapshot is generated for.
*/ inline void SetAnonymousUsers(const Aws::VectorAn array of records that describe the anonymous users that the dashboard * snapshot is generated for.
*/ inline void SetAnonymousUsers(Aws::VectorAn array of records that describe the anonymous users that the dashboard * snapshot is generated for.
*/ inline SnapshotUserConfiguration& WithAnonymousUsers(const Aws::VectorAn array of records that describe the anonymous users that the dashboard * snapshot is generated for.
*/ inline SnapshotUserConfiguration& WithAnonymousUsers(Aws::VectorAn array of records that describe the anonymous users that the dashboard * snapshot is generated for.
*/ inline SnapshotUserConfiguration& AddAnonymousUsers(const SnapshotAnonymousUser& value) { m_anonymousUsersHasBeenSet = true; m_anonymousUsers.push_back(value); return *this; } /** *An array of records that describe the anonymous users that the dashboard * snapshot is generated for.
*/ inline SnapshotUserConfiguration& AddAnonymousUsers(SnapshotAnonymousUser&& value) { m_anonymousUsersHasBeenSet = true; m_anonymousUsers.push_back(std::move(value)); return *this; } private: Aws::Vector