AWS SDK for C++

AWS SDK for C++ Version 1.11.606

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() = default;
40 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
54 inline const Aws::Utils::CryptoBuffer& GetBody() const { return m_body; }
55 inline bool BodyHasBeenSet() const { return m_bodyHasBeenSet; }
56 template<typename BodyT = Aws::Utils::CryptoBuffer>
57 void SetBody(BodyT&& value) { m_bodyHasBeenSet = true; m_body = std::forward<BodyT>(value); }
58 template<typename BodyT = Aws::Utils::CryptoBuffer>
59 AssetBundleImportSource& WithBody(BodyT&& value) { SetBody(std::forward<BodyT>(value)); return *this;}
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) { m_s3UriHasBeenSet = true; m_s3Uri = std::forward<S3UriT>(value); }
72 template<typename S3UriT = Aws::String>
73 AssetBundleImportSource& WithS3Uri(S3UriT&& value) { SetS3Uri(std::forward<S3UriT>(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
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