7#include <aws/cloudwatchomni/CloudWatchOmniRequest.h>
8#include <aws/cloudwatchomni/CloudWatchOmni_EXPORTS.h>
9#include <aws/core/utils/UUID.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
16namespace CloudWatchOmni {
41 template <
typename SpaceIdT = Aws::String>
43 m_spaceIdHasBeenSet =
true;
44 m_spaceId = std::forward<SpaceIdT>(value);
46 template <
typename SpaceIdT = Aws::String>
59 template <
typename NameT = Aws::String>
61 m_nameHasBeenSet =
true;
62 m_name = std::forward<NameT>(value);
64 template <
typename NameT = Aws::String>
66 SetName(std::forward<NameT>(value));
77 template <
typename DescriptionT = Aws::String>
79 m_descriptionHasBeenSet =
true;
80 m_description = std::forward<DescriptionT>(value);
82 template <
typename DescriptionT = Aws::String>
95 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
97 m_tagsHasBeenSet =
true;
98 m_tags = std::forward<TagsT>(value);
100 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
102 SetTags(std::forward<TagsT>(value));
105 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
107 m_tagsHasBeenSet =
true;
108 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
120 template <
typename ClientTokenT = Aws::String>
122 m_clientTokenHasBeenSet =
true;
123 m_clientToken = std::forward<ClientTokenT>(value);
125 template <
typename ClientTokenT = Aws::String>
138 template <
typename RequestBodyT = Aws::String>
140 m_requestBodyHasBeenSet =
true;
141 m_requestBody = std::forward<RequestBodyT>(value);
143 template <
typename RequestBodyT = Aws::String>
161 bool m_spaceIdHasBeenSet =
false;
162 bool m_nameHasBeenSet =
false;
163 bool m_descriptionHasBeenSet =
false;
164 bool m_tagsHasBeenSet =
false;
165 bool m_clientTokenHasBeenSet =
true;
166 bool m_requestBodyHasBeenSet =
false;
const Aws::String & GetDescription() const
CreateOmniDashboardRequest & WithTags(TagsT &&value)
const Aws::String & GetName() const
virtual const char * GetServiceRequestName() const override
AWS_CLOUDWATCHOMNI_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
CreateOmniDashboardRequest & WithDescription(DescriptionT &&value)
bool SpaceIdHasBeenSet() const
void SetName(NameT &&value)
bool TagsHasBeenSet() const
void SetDescription(DescriptionT &&value)
CreateOmniDashboardRequest & WithClientToken(ClientTokenT &&value)
const Aws::String & GetSpaceId() const
const Aws::String & GetRequestBody() const
void SetSpaceId(SpaceIdT &&value)
void SetTags(TagsT &&value)
void SetClientToken(ClientTokenT &&value)
AWS_CLOUDWATCHOMNI_API Aws::String SerializePayload() const override
bool NameHasBeenSet() const
const Aws::String & GetClientToken() const
CreateOmniDashboardRequest & WithName(NameT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
AWS_CLOUDWATCHOMNI_API CreateOmniDashboardRequest()=default
bool RequestBodyHasBeenSet() const
CreateOmniDashboardRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
bool ClientTokenHasBeenSet() const
void SetRequestBody(RequestBodyT &&value)
CreateOmniDashboardRequest & WithRequestBody(RequestBodyT &&value)
CreateOmniDashboardRequest & WithSpaceId(SpaceIdT &&value)
bool DescriptionHasBeenSet() const
static Aws::Utils::UUID PseudoRandomUUID()
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String