212 lines
6.5 KiB
C
212 lines
6.5 KiB
C
|
|
/**
|
|||
|
|
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|||
|
|
* SPDX-License-Identifier: Apache-2.0.
|
|||
|
|
*/
|
|||
|
|
|
|||
|
|
#pragma once
|
|||
|
|
#include <aws/quicksight/QuickSight_EXPORTS.h>
|
|||
|
|
#include <aws/core/utils/memory/stl/AWSString.h>
|
|||
|
|
#include <aws/core/utils/memory/stl/AWSVector.h>
|
|||
|
|
#include <aws/quicksight/model/ResourcePermission.h>
|
|||
|
|
#include <utility>
|
|||
|
|
|
|||
|
|
namespace Aws
|
|||
|
|
{
|
|||
|
|
template<typename RESULT_TYPE>
|
|||
|
|
class AmazonWebServiceResult;
|
|||
|
|
|
|||
|
|
namespace Utils
|
|||
|
|
{
|
|||
|
|
namespace Json
|
|||
|
|
{
|
|||
|
|
class JsonValue;
|
|||
|
|
} // namespace Json
|
|||
|
|
} // namespace Utils
|
|||
|
|
namespace QuickSight
|
|||
|
|
{
|
|||
|
|
namespace Model
|
|||
|
|
{
|
|||
|
|
class AWS_QUICKSIGHT_API UpdateDashboardPermissionsResult
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
UpdateDashboardPermissionsResult();
|
|||
|
|
UpdateDashboardPermissionsResult(const Aws::AmazonWebServiceResult<Aws::Utils::Json::JsonValue>& result);
|
|||
|
|
UpdateDashboardPermissionsResult& operator=(const Aws::AmazonWebServiceResult<Aws::Utils::Json::JsonValue>& result);
|
|||
|
|
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The Amazon Resource Name (ARN) of the dashboard.</p>
|
|||
|
|
*/
|
|||
|
|
inline const Aws::String& GetDashboardArn() const{ return m_dashboardArn; }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The Amazon Resource Name (ARN) of the dashboard.</p>
|
|||
|
|
*/
|
|||
|
|
inline void SetDashboardArn(const Aws::String& value) { m_dashboardArn = value; }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The Amazon Resource Name (ARN) of the dashboard.</p>
|
|||
|
|
*/
|
|||
|
|
inline void SetDashboardArn(Aws::String&& value) { m_dashboardArn = std::move(value); }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The Amazon Resource Name (ARN) of the dashboard.</p>
|
|||
|
|
*/
|
|||
|
|
inline void SetDashboardArn(const char* value) { m_dashboardArn.assign(value); }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The Amazon Resource Name (ARN) of the dashboard.</p>
|
|||
|
|
*/
|
|||
|
|
inline UpdateDashboardPermissionsResult& WithDashboardArn(const Aws::String& value) { SetDashboardArn(value); return *this;}
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The Amazon Resource Name (ARN) of the dashboard.</p>
|
|||
|
|
*/
|
|||
|
|
inline UpdateDashboardPermissionsResult& WithDashboardArn(Aws::String&& value) { SetDashboardArn(std::move(value)); return *this;}
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The Amazon Resource Name (ARN) of the dashboard.</p>
|
|||
|
|
*/
|
|||
|
|
inline UpdateDashboardPermissionsResult& WithDashboardArn(const char* value) { SetDashboardArn(value); return *this;}
|
|||
|
|
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The ID for the dashboard.</p>
|
|||
|
|
*/
|
|||
|
|
inline const Aws::String& GetDashboardId() const{ return m_dashboardId; }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The ID for the dashboard.</p>
|
|||
|
|
*/
|
|||
|
|
inline void SetDashboardId(const Aws::String& value) { m_dashboardId = value; }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The ID for the dashboard.</p>
|
|||
|
|
*/
|
|||
|
|
inline void SetDashboardId(Aws::String&& value) { m_dashboardId = std::move(value); }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The ID for the dashboard.</p>
|
|||
|
|
*/
|
|||
|
|
inline void SetDashboardId(const char* value) { m_dashboardId.assign(value); }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The ID for the dashboard.</p>
|
|||
|
|
*/
|
|||
|
|
inline UpdateDashboardPermissionsResult& WithDashboardId(const Aws::String& value) { SetDashboardId(value); return *this;}
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The ID for the dashboard.</p>
|
|||
|
|
*/
|
|||
|
|
inline UpdateDashboardPermissionsResult& WithDashboardId(Aws::String&& value) { SetDashboardId(std::move(value)); return *this;}
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The ID for the dashboard.</p>
|
|||
|
|
*/
|
|||
|
|
inline UpdateDashboardPermissionsResult& WithDashboardId(const char* value) { SetDashboardId(value); return *this;}
|
|||
|
|
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>Information about the permissions on the dashboard.</p>
|
|||
|
|
*/
|
|||
|
|
inline const Aws::Vector<ResourcePermission>& GetPermissions() const{ return m_permissions; }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>Information about the permissions on the dashboard.</p>
|
|||
|
|
*/
|
|||
|
|
inline void SetPermissions(const Aws::Vector<ResourcePermission>& value) { m_permissions = value; }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>Information about the permissions on the dashboard.</p>
|
|||
|
|
*/
|
|||
|
|
inline void SetPermissions(Aws::Vector<ResourcePermission>&& value) { m_permissions = std::move(value); }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>Information about the permissions on the dashboard.</p>
|
|||
|
|
*/
|
|||
|
|
inline UpdateDashboardPermissionsResult& WithPermissions(const Aws::Vector<ResourcePermission>& value) { SetPermissions(value); return *this;}
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>Information about the permissions on the dashboard.</p>
|
|||
|
|
*/
|
|||
|
|
inline UpdateDashboardPermissionsResult& WithPermissions(Aws::Vector<ResourcePermission>&& value) { SetPermissions(std::move(value)); return *this;}
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>Information about the permissions on the dashboard.</p>
|
|||
|
|
*/
|
|||
|
|
inline UpdateDashboardPermissionsResult& AddPermissions(const ResourcePermission& value) { m_permissions.push_back(value); return *this; }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>Information about the permissions on the dashboard.</p>
|
|||
|
|
*/
|
|||
|
|
inline UpdateDashboardPermissionsResult& AddPermissions(ResourcePermission&& value) { m_permissions.push_back(std::move(value)); return *this; }
|
|||
|
|
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The AWS request ID for this operation.</p>
|
|||
|
|
*/
|
|||
|
|
inline const Aws::String& GetRequestId() const{ return m_requestId; }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The AWS request ID for this operation.</p>
|
|||
|
|
*/
|
|||
|
|
inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The AWS request ID for this operation.</p>
|
|||
|
|
*/
|
|||
|
|
inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The AWS request ID for this operation.</p>
|
|||
|
|
*/
|
|||
|
|
inline void SetRequestId(const char* value) { m_requestId.assign(value); }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The AWS request ID for this operation.</p>
|
|||
|
|
*/
|
|||
|
|
inline UpdateDashboardPermissionsResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The AWS request ID for this operation.</p>
|
|||
|
|
*/
|
|||
|
|
inline UpdateDashboardPermissionsResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The AWS request ID for this operation.</p>
|
|||
|
|
*/
|
|||
|
|
inline UpdateDashboardPermissionsResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
|
|||
|
|
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The HTTP status of the request.</p>
|
|||
|
|
*/
|
|||
|
|
inline int GetStatus() const{ return m_status; }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The HTTP status of the request.</p>
|
|||
|
|
*/
|
|||
|
|
inline void SetStatus(int value) { m_status = value; }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The HTTP status of the request.</p>
|
|||
|
|
*/
|
|||
|
|
inline UpdateDashboardPermissionsResult& WithStatus(int value) { SetStatus(value); return *this;}
|
|||
|
|
|
|||
|
|
private:
|
|||
|
|
|
|||
|
|
Aws::String m_dashboardArn;
|
|||
|
|
|
|||
|
|
Aws::String m_dashboardId;
|
|||
|
|
|
|||
|
|
Aws::Vector<ResourcePermission> m_permissions;
|
|||
|
|
|
|||
|
|
Aws::String m_requestId;
|
|||
|
|
|
|||
|
|
int m_status;
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
} // namespace Model
|
|||
|
|
} // namespace QuickSight
|
|||
|
|
} // namespace Aws
|