7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/outposts/OutpostsRequest.h>
9#include <aws/outposts/Outposts_EXPORTS.h>
37 template <
typename SiteIdT = Aws::String>
39 m_siteIdHasBeenSet =
true;
40 m_siteId = std::forward<SiteIdT>(value);
42 template <
typename SiteIdT = Aws::String>
53 template <
typename NameT = Aws::String>
55 m_nameHasBeenSet =
true;
56 m_name = std::forward<NameT>(value);
58 template <
typename NameT = Aws::String>
60 SetName(std::forward<NameT>(value));
69 template <
typename DescriptionT = Aws::String>
71 m_descriptionHasBeenSet =
true;
72 m_description = std::forward<DescriptionT>(value);
74 template <
typename DescriptionT = Aws::String>
87 template <
typename NotesT = Aws::String>
89 m_notesHasBeenSet =
true;
90 m_notes = std::forward<NotesT>(value);
92 template <
typename NotesT = Aws::String>
94 SetNotes(std::forward<NotesT>(value));
106 bool m_siteIdHasBeenSet =
false;
107 bool m_nameHasBeenSet =
false;
108 bool m_descriptionHasBeenSet =
false;
109 bool m_notesHasBeenSet =
false;
bool DescriptionHasBeenSet() const
bool NotesHasBeenSet() const
const Aws::String & GetDescription() const
virtual const char * GetServiceRequestName() const override
void SetSiteId(SiteIdT &&value)
const Aws::String & GetName() const
AWS_OUTPOSTS_API UpdateSiteRequest()=default
UpdateSiteRequest & WithSiteId(SiteIdT &&value)
const Aws::String & GetNotes() const
const Aws::String & GetSiteId() const
UpdateSiteRequest & WithName(NameT &&value)
AWS_OUTPOSTS_API Aws::String SerializePayload() const override
bool SiteIdHasBeenSet() const
void SetNotes(NotesT &&value)
bool NameHasBeenSet() const
void SetDescription(DescriptionT &&value)
UpdateSiteRequest & WithNotes(NotesT &&value)
void SetName(NameT &&value)
UpdateSiteRequest & WithDescription(DescriptionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String