AWS SDK for C++

AWS SDK for C++ Version 1.11.606

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