AWS SDK for C++

AWS SDK for C++ Version 1.11.686

Loading...
Searching...
No Matches
AnalysisTemplateArtifact.h
1
6#pragma once
7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/cleanrooms/model/S3Location.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace CleanRooms {
20namespace Model {
21
28 public:
29 AWS_CLEANROOMS_API AnalysisTemplateArtifact() = default;
32 AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const;
33
35
38 inline const S3Location& GetLocation() const { return m_location; }
39 inline bool LocationHasBeenSet() const { return m_locationHasBeenSet; }
40 template <typename LocationT = S3Location>
41 void SetLocation(LocationT&& value) {
42 m_locationHasBeenSet = true;
43 m_location = std::forward<LocationT>(value);
44 }
45 template <typename LocationT = S3Location>
47 SetLocation(std::forward<LocationT>(value));
48 return *this;
49 }
51 private:
52 S3Location m_location;
53 bool m_locationHasBeenSet = false;
54};
55
56} // namespace Model
57} // namespace CleanRooms
58} // namespace Aws
AWS_CLEANROOMS_API AnalysisTemplateArtifact()=default
AWS_CLEANROOMS_API AnalysisTemplateArtifact & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CLEANROOMS_API AnalysisTemplateArtifact(Aws::Utils::Json::JsonView jsonValue)
AnalysisTemplateArtifact & WithLocation(LocationT &&value)
Aws::Utils::Json::JsonValue JsonValue