AWS SDK for C++

AWS SDK for C++ Version 1.11.762

Loading...
Searching...
No Matches
AssetBundleImportSource.h
1
6#pragma once
7#include <aws/core/utils/Array.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace QuickSight {
21namespace Model {
22
31 public:
32 AWS_QUICKSIGHT_API AssetBundleImportSource() = default;
35 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
36
38
48 inline const Aws::Utils::CryptoBuffer& GetBody() const { return m_body; }
49 inline bool BodyHasBeenSet() const { return m_bodyHasBeenSet; }
50 template <typename BodyT = Aws::Utils::CryptoBuffer>
51 void SetBody(BodyT&& value) {
52 m_bodyHasBeenSet = true;
53 m_body = std::forward<BodyT>(value);
54 }
55 template <typename BodyT = Aws::Utils::CryptoBuffer>
57 SetBody(std::forward<BodyT>(value));
58 return *this;
59 }
61
63
68 inline const Aws::String& GetS3Uri() const { return m_s3Uri; }
69 inline bool S3UriHasBeenSet() const { return m_s3UriHasBeenSet; }
70 template <typename S3UriT = Aws::String>
71 void SetS3Uri(S3UriT&& value) {
72 m_s3UriHasBeenSet = true;
73 m_s3Uri = std::forward<S3UriT>(value);
74 }
75 template <typename S3UriT = Aws::String>
77 SetS3Uri(std::forward<S3UriT>(value));
78 return *this;
79 }
81 private:
83
84 Aws::String m_s3Uri;
85 bool m_bodyHasBeenSet = false;
86 bool m_s3UriHasBeenSet = false;
87};
88
89} // namespace Model
90} // namespace QuickSight
91} // namespace Aws
AWS_QUICKSIGHT_API AssetBundleImportSource(Aws::Utils::Json::JsonView jsonValue)
AssetBundleImportSource & WithS3Uri(S3UriT &&value)
AWS_QUICKSIGHT_API AssetBundleImportSource & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API AssetBundleImportSource()=default
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AssetBundleImportSource & WithBody(BodyT &&value)
const Aws::Utils::CryptoBuffer & GetBody() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue