AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
SpatialStaticFile.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/model/StaticFileSource.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
34 {
35 public:
36 AWS_QUICKSIGHT_API SpatialStaticFile() = default;
37 AWS_QUICKSIGHT_API SpatialStaticFile(Aws::Utils::Json::JsonView jsonValue);
39 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const Aws::String& GetStaticFileId() const { return m_staticFileId; }
47 inline bool StaticFileIdHasBeenSet() const { return m_staticFileIdHasBeenSet; }
48 template<typename StaticFileIdT = Aws::String>
49 void SetStaticFileId(StaticFileIdT&& value) { m_staticFileIdHasBeenSet = true; m_staticFileId = std::forward<StaticFileIdT>(value); }
50 template<typename StaticFileIdT = Aws::String>
51 SpatialStaticFile& WithStaticFileId(StaticFileIdT&& value) { SetStaticFileId(std::forward<StaticFileIdT>(value)); return *this;}
53
55
58 inline const StaticFileSource& GetSource() const { return m_source; }
59 inline bool SourceHasBeenSet() const { return m_sourceHasBeenSet; }
60 template<typename SourceT = StaticFileSource>
61 void SetSource(SourceT&& value) { m_sourceHasBeenSet = true; m_source = std::forward<SourceT>(value); }
62 template<typename SourceT = StaticFileSource>
63 SpatialStaticFile& WithSource(SourceT&& value) { SetSource(std::forward<SourceT>(value)); return *this;}
65 private:
66
67 Aws::String m_staticFileId;
68 bool m_staticFileIdHasBeenSet = false;
69
70 StaticFileSource m_source;
71 bool m_sourceHasBeenSet = false;
72 };
73
74} // namespace Model
75} // namespace QuickSight
76} // namespace Aws
const Aws::String & GetStaticFileId() const
AWS_QUICKSIGHT_API SpatialStaticFile()=default
SpatialStaticFile & WithSource(SourceT &&value)
void SetStaticFileId(StaticFileIdT &&value)
AWS_QUICKSIGHT_API SpatialStaticFile(Aws::Utils::Json::JsonView jsonValue)
const StaticFileSource & GetSource() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API SpatialStaticFile & operator=(Aws::Utils::Json::JsonView jsonValue)
SpatialStaticFile & WithStaticFileId(StaticFileIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue