/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include A structure that contains the configuration of a shareable link to the
* dashboard.See Also:
AWS
* API Reference
A structure that contains the permissions of a shareable link.
*/ inline const Aws::VectorA structure that contains the permissions of a shareable link.
*/ inline bool PermissionsHasBeenSet() const { return m_permissionsHasBeenSet; } /** *A structure that contains the permissions of a shareable link.
*/ inline void SetPermissions(const Aws::VectorA structure that contains the permissions of a shareable link.
*/ inline void SetPermissions(Aws::VectorA structure that contains the permissions of a shareable link.
*/ inline LinkSharingConfiguration& WithPermissions(const Aws::VectorA structure that contains the permissions of a shareable link.
*/ inline LinkSharingConfiguration& WithPermissions(Aws::VectorA structure that contains the permissions of a shareable link.
*/ inline LinkSharingConfiguration& AddPermissions(const ResourcePermission& value) { m_permissionsHasBeenSet = true; m_permissions.push_back(value); return *this; } /** *A structure that contains the permissions of a shareable link.
*/ inline LinkSharingConfiguration& AddPermissions(ResourcePermission&& value) { m_permissionsHasBeenSet = true; m_permissions.push_back(std::move(value)); return *this; } private: Aws::Vector