AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
AssetBundleImportSource.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/Array.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace QuickSight
23{
24namespace Model
25{
26
35 {
36 public:
37 AWS_QUICKSIGHT_API AssetBundleImportSource();
40 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
52 inline const Aws::Utils::CryptoBuffer& GetBody() const{ return m_body; }
53 inline bool BodyHasBeenSet() const { return m_bodyHasBeenSet; }
54 inline void SetBody(const Aws::Utils::CryptoBuffer& value) { m_bodyHasBeenSet = true; m_body = value; }
55 inline void SetBody(Aws::Utils::CryptoBuffer&& value) { m_bodyHasBeenSet = true; m_body = std::move(value); }
56 inline AssetBundleImportSource& WithBody(const Aws::Utils::CryptoBuffer& value) { SetBody(value); return *this;}
57 inline AssetBundleImportSource& WithBody(Aws::Utils::CryptoBuffer&& value) { SetBody(std::move(value)); return *this;}
59
61
66 inline const Aws::String& GetS3Uri() const{ return m_s3Uri; }
67 inline bool S3UriHasBeenSet() const { return m_s3UriHasBeenSet; }
68 inline void SetS3Uri(const Aws::String& value) { m_s3UriHasBeenSet = true; m_s3Uri = value; }
69 inline void SetS3Uri(Aws::String&& value) { m_s3UriHasBeenSet = true; m_s3Uri = std::move(value); }
70 inline void SetS3Uri(const char* value) { m_s3UriHasBeenSet = true; m_s3Uri.assign(value); }
71 inline AssetBundleImportSource& WithS3Uri(const Aws::String& value) { SetS3Uri(value); return *this;}
72 inline AssetBundleImportSource& WithS3Uri(Aws::String&& value) { SetS3Uri(std::move(value)); return *this;}
73 inline AssetBundleImportSource& WithS3Uri(const char* value) { SetS3Uri(value); return *this;}
75 private:
76
78 bool m_bodyHasBeenSet = false;
79
80 Aws::String m_s3Uri;
81 bool m_s3UriHasBeenSet = false;
82 };
83
84} // namespace Model
85} // namespace QuickSight
86} // namespace Aws
AssetBundleImportSource & WithBody(Aws::Utils::CryptoBuffer &&value)
AWS_QUICKSIGHT_API AssetBundleImportSource(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API AssetBundleImportSource & operator=(Aws::Utils::Json::JsonView jsonValue)
AssetBundleImportSource & WithS3Uri(Aws::String &&value)
AssetBundleImportSource & WithBody(const Aws::Utils::CryptoBuffer &value)
AssetBundleImportSource & WithS3Uri(const char *value)
AssetBundleImportSource & WithS3Uri(const Aws::String &value)
void SetBody(const Aws::Utils::CryptoBuffer &value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetBody(Aws::Utils::CryptoBuffer &&value)
const Aws::Utils::CryptoBuffer & GetBody() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue