7#include <aws/connectparticipant/ConnectParticipant_EXPORTS.h>
8#include <aws/connectparticipant/model/ViewContent.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
20namespace ConnectParticipant {
31 AWS_CONNECTPARTICIPANT_API
View() =
default;
42 template <
typename IdT = Aws::String>
44 m_idHasBeenSet =
true;
45 m_id = std::forward<IdT>(value);
47 template <
typename IdT = Aws::String>
49 SetId(std::forward<IdT>(value));
60 template <
typename ArnT = Aws::String>
62 m_arnHasBeenSet =
true;
63 m_arn = std::forward<ArnT>(value);
65 template <
typename ArnT = Aws::String>
67 SetArn(std::forward<ArnT>(value));
78 template <
typename NameT = Aws::String>
80 m_nameHasBeenSet =
true;
81 m_name = std::forward<NameT>(value);
83 template <
typename NameT = Aws::String>
85 SetName(std::forward<NameT>(value));
97 m_versionHasBeenSet =
true;
113 template <
typename ContentT = ViewContent>
115 m_contentHasBeenSet =
true;
116 m_content = std::forward<ContentT>(value);
118 template <
typename ContentT = ViewContent>
133 ViewContent m_content;
134 bool m_idHasBeenSet =
false;
135 bool m_arnHasBeenSet =
false;
136 bool m_nameHasBeenSet =
false;
137 bool m_versionHasBeenSet =
false;
138 bool m_contentHasBeenSet =
false;
bool ContentHasBeenSet() const
const Aws::String & GetId() const
const Aws::String & GetName() const
bool VersionHasBeenSet() const
void SetVersion(int value)
View & WithName(NameT &&value)
void SetArn(ArnT &&value)
const Aws::String & GetArn() const
View & WithVersion(int value)
bool NameHasBeenSet() const
View & WithContent(ContentT &&value)
AWS_CONNECTPARTICIPANT_API View(Aws::Utils::Json::JsonView jsonValue)
void SetName(NameT &&value)
AWS_CONNECTPARTICIPANT_API View & operator=(Aws::Utils::Json::JsonView jsonValue)
const ViewContent & GetContent() const
View & WithArn(ArnT &&value)
bool ArnHasBeenSet() const
View & WithId(IdT &&value)
void SetContent(ContentT &&value)
AWS_CONNECTPARTICIPANT_API View()=default
AWS_CONNECTPARTICIPANT_API Aws::Utils::Json::JsonValue Jsonize() const
bool IdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue