208 lines
6.7 KiB
C++
208 lines
6.7 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/quicksight/model/AccountCustomization.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 UpdateAccountCustomizationResult
|
|
{
|
|
public:
|
|
UpdateAccountCustomizationResult();
|
|
UpdateAccountCustomizationResult(const Aws::AmazonWebServiceResult<Aws::Utils::Json::JsonValue>& result);
|
|
UpdateAccountCustomizationResult& operator=(const Aws::AmazonWebServiceResult<Aws::Utils::Json::JsonValue>& result);
|
|
|
|
|
|
/**
|
|
* <p>The ID for the AWS account that you want to update QuickSight customizations
|
|
* for.</p>
|
|
*/
|
|
inline const Aws::String& GetAwsAccountId() const{ return m_awsAccountId; }
|
|
|
|
/**
|
|
* <p>The ID for the AWS account that you want to update QuickSight customizations
|
|
* for.</p>
|
|
*/
|
|
inline void SetAwsAccountId(const Aws::String& value) { m_awsAccountId = value; }
|
|
|
|
/**
|
|
* <p>The ID for the AWS account that you want to update QuickSight customizations
|
|
* for.</p>
|
|
*/
|
|
inline void SetAwsAccountId(Aws::String&& value) { m_awsAccountId = std::move(value); }
|
|
|
|
/**
|
|
* <p>The ID for the AWS account that you want to update QuickSight customizations
|
|
* for.</p>
|
|
*/
|
|
inline void SetAwsAccountId(const char* value) { m_awsAccountId.assign(value); }
|
|
|
|
/**
|
|
* <p>The ID for the AWS account that you want to update QuickSight customizations
|
|
* for.</p>
|
|
*/
|
|
inline UpdateAccountCustomizationResult& WithAwsAccountId(const Aws::String& value) { SetAwsAccountId(value); return *this;}
|
|
|
|
/**
|
|
* <p>The ID for the AWS account that you want to update QuickSight customizations
|
|
* for.</p>
|
|
*/
|
|
inline UpdateAccountCustomizationResult& WithAwsAccountId(Aws::String&& value) { SetAwsAccountId(std::move(value)); return *this;}
|
|
|
|
/**
|
|
* <p>The ID for the AWS account that you want to update QuickSight customizations
|
|
* for.</p>
|
|
*/
|
|
inline UpdateAccountCustomizationResult& WithAwsAccountId(const char* value) { SetAwsAccountId(value); return *this;}
|
|
|
|
|
|
/**
|
|
* <p>The namespace associated with the customization that you're updating.</p>
|
|
*/
|
|
inline const Aws::String& GetNamespace() const{ return m_namespace; }
|
|
|
|
/**
|
|
* <p>The namespace associated with the customization that you're updating.</p>
|
|
*/
|
|
inline void SetNamespace(const Aws::String& value) { m_namespace = value; }
|
|
|
|
/**
|
|
* <p>The namespace associated with the customization that you're updating.</p>
|
|
*/
|
|
inline void SetNamespace(Aws::String&& value) { m_namespace = std::move(value); }
|
|
|
|
/**
|
|
* <p>The namespace associated with the customization that you're updating.</p>
|
|
*/
|
|
inline void SetNamespace(const char* value) { m_namespace.assign(value); }
|
|
|
|
/**
|
|
* <p>The namespace associated with the customization that you're updating.</p>
|
|
*/
|
|
inline UpdateAccountCustomizationResult& WithNamespace(const Aws::String& value) { SetNamespace(value); return *this;}
|
|
|
|
/**
|
|
* <p>The namespace associated with the customization that you're updating.</p>
|
|
*/
|
|
inline UpdateAccountCustomizationResult& WithNamespace(Aws::String&& value) { SetNamespace(std::move(value)); return *this;}
|
|
|
|
/**
|
|
* <p>The namespace associated with the customization that you're updating.</p>
|
|
*/
|
|
inline UpdateAccountCustomizationResult& WithNamespace(const char* value) { SetNamespace(value); return *this;}
|
|
|
|
|
|
/**
|
|
* <p>The QuickSight customizations you're updating in the current AWS Region. </p>
|
|
*/
|
|
inline const AccountCustomization& GetAccountCustomization() const{ return m_accountCustomization; }
|
|
|
|
/**
|
|
* <p>The QuickSight customizations you're updating in the current AWS Region. </p>
|
|
*/
|
|
inline void SetAccountCustomization(const AccountCustomization& value) { m_accountCustomization = value; }
|
|
|
|
/**
|
|
* <p>The QuickSight customizations you're updating in the current AWS Region. </p>
|
|
*/
|
|
inline void SetAccountCustomization(AccountCustomization&& value) { m_accountCustomization = std::move(value); }
|
|
|
|
/**
|
|
* <p>The QuickSight customizations you're updating in the current AWS Region. </p>
|
|
*/
|
|
inline UpdateAccountCustomizationResult& WithAccountCustomization(const AccountCustomization& value) { SetAccountCustomization(value); return *this;}
|
|
|
|
/**
|
|
* <p>The QuickSight customizations you're updating in the current AWS Region. </p>
|
|
*/
|
|
inline UpdateAccountCustomizationResult& WithAccountCustomization(AccountCustomization&& value) { SetAccountCustomization(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 UpdateAccountCustomizationResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
|
|
|
|
/**
|
|
* <p>The AWS request ID for this operation.</p>
|
|
*/
|
|
inline UpdateAccountCustomizationResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
|
|
|
|
/**
|
|
* <p>The AWS request ID for this operation.</p>
|
|
*/
|
|
inline UpdateAccountCustomizationResult& 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 UpdateAccountCustomizationResult& WithStatus(int value) { SetStatus(value); return *this;}
|
|
|
|
private:
|
|
|
|
Aws::String m_awsAccountId;
|
|
|
|
Aws::String m_namespace;
|
|
|
|
AccountCustomization m_accountCustomization;
|
|
|
|
Aws::String m_requestId;
|
|
|
|
int m_status;
|
|
};
|
|
|
|
} // namespace Model
|
|
} // namespace QuickSight
|
|
} // namespace Aws
|