7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityagent/SecurityAgent_EXPORTS.h>
19namespace SecurityAgent {
39 template <
typename NameT = Aws::String>
41 m_nameHasBeenSet =
true;
42 m_name = std::forward<NameT>(value);
44 template <
typename NameT = Aws::String>
46 SetName(std::forward<NameT>(value));
57 template <
typename SpaceKeyT = Aws::String>
59 m_spaceKeyHasBeenSet =
true;
60 m_spaceKey = std::forward<SpaceKeyT>(value);
62 template <
typename SpaceKeyT = Aws::String>
75 template <
typename PageIdT = Aws::String>
77 m_pageIdHasBeenSet =
true;
78 m_pageId = std::forward<PageIdT>(value);
80 template <
typename PageIdT = Aws::String>
93 template <
typename TitleT = Aws::String>
95 m_titleHasBeenSet =
true;
96 m_title = std::forward<TitleT>(value);
98 template <
typename TitleT = Aws::String>
100 SetTitle(std::forward<TitleT>(value));
111 template <
typename SpaceTitleT = Aws::String>
113 m_spaceTitleHasBeenSet =
true;
114 m_spaceTitle = std::forward<SpaceTitleT>(value);
116 template <
typename SpaceTitleT = Aws::String>
132 bool m_nameHasBeenSet =
false;
133 bool m_spaceKeyHasBeenSet =
false;
134 bool m_pageIdHasBeenSet =
false;
135 bool m_titleHasBeenSet =
false;
136 bool m_spaceTitleHasBeenSet =
false;
AWS_SECURITYAGENT_API ConfluenceDocumentResource & operator=(Aws::Utils::Json::JsonView jsonValue)
bool PageIdHasBeenSet() const
bool TitleHasBeenSet() const
const Aws::String & GetPageId() const
bool NameHasBeenSet() const
AWS_SECURITYAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetSpaceTitle() const
AWS_SECURITYAGENT_API ConfluenceDocumentResource(Aws::Utils::Json::JsonView jsonValue)
ConfluenceDocumentResource & WithSpaceTitle(SpaceTitleT &&value)
ConfluenceDocumentResource & WithName(NameT &&value)
ConfluenceDocumentResource & WithPageId(PageIdT &&value)
const Aws::String & GetName() const
ConfluenceDocumentResource & WithTitle(TitleT &&value)
AWS_SECURITYAGENT_API ConfluenceDocumentResource()=default
bool SpaceKeyHasBeenSet() const
ConfluenceDocumentResource & WithSpaceKey(SpaceKeyT &&value)
void SetTitle(TitleT &&value)
bool SpaceTitleHasBeenSet() const
void SetSpaceKey(SpaceKeyT &&value)
void SetPageId(PageIdT &&value)
void SetName(NameT &&value)
const Aws::String & GetSpaceKey() const
const Aws::String & GetTitle() const
void SetSpaceTitle(SpaceTitleT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue