/**
* 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. Sensitive user information is excluded.
* See Also:
AWS
* API Reference
An array of records that describe anonymous users that the dashboard * snapshot is generated for. Sensitive user information is excluded.
*/ inline const Aws::VectorAn array of records that describe anonymous users that the dashboard * snapshot is generated for. Sensitive user information is excluded.
*/ inline bool AnonymousUsersHasBeenSet() const { return m_anonymousUsersHasBeenSet; } /** *An array of records that describe anonymous users that the dashboard * snapshot is generated for. Sensitive user information is excluded.
*/ inline void SetAnonymousUsers(const Aws::VectorAn array of records that describe anonymous users that the dashboard * snapshot is generated for. Sensitive user information is excluded.
*/ inline void SetAnonymousUsers(Aws::VectorAn array of records that describe anonymous users that the dashboard * snapshot is generated for. Sensitive user information is excluded.
*/ inline SnapshotUserConfigurationRedacted& WithAnonymousUsers(const Aws::VectorAn array of records that describe anonymous users that the dashboard * snapshot is generated for. Sensitive user information is excluded.
*/ inline SnapshotUserConfigurationRedacted& WithAnonymousUsers(Aws::VectorAn array of records that describe anonymous users that the dashboard * snapshot is generated for. Sensitive user information is excluded.
*/ inline SnapshotUserConfigurationRedacted& AddAnonymousUsers(const SnapshotAnonymousUserRedacted& value) { m_anonymousUsersHasBeenSet = true; m_anonymousUsers.push_back(value); return *this; } /** *An array of records that describe anonymous users that the dashboard * snapshot is generated for. Sensitive user information is excluded.
*/ inline SnapshotUserConfigurationRedacted& AddAnonymousUsers(SnapshotAnonymousUserRedacted&& value) { m_anonymousUsersHasBeenSet = true; m_anonymousUsers.push_back(std::move(value)); return *this; } private: Aws::Vector