7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/scheduler/SchedulerRequest.h>
11#include <aws/scheduler/Scheduler_EXPORTS.h>
12#include <aws/scheduler/model/Tag.h>
42 template <
typename ClientTokenT = Aws::String>
44 m_clientTokenHasBeenSet =
true;
45 m_clientToken = std::forward<ClientTokenT>(value);
47 template <
typename ClientTokenT = Aws::String>
60 template <
typename NameT = Aws::String>
62 m_nameHasBeenSet =
true;
63 m_name = std::forward<NameT>(value);
65 template <
typename NameT = Aws::String>
67 SetName(std::forward<NameT>(value));
78 template <
typename TagsT = Aws::Vector<Tag>>
80 m_tagsHasBeenSet =
true;
81 m_tags = std::forward<TagsT>(value);
83 template <
typename TagsT = Aws::Vector<Tag>>
85 SetTags(std::forward<TagsT>(value));
88 template <
typename TagsT = Tag>
90 m_tagsHasBeenSet =
true;
91 m_tags.emplace_back(std::forward<TagsT>(value));
97 bool m_clientTokenHasBeenSet =
true;
100 bool m_nameHasBeenSet =
false;
103 bool m_tagsHasBeenSet =
false;
AWS_SCHEDULER_API CreateScheduleGroupRequest()=default
CreateScheduleGroupRequest & WithClientToken(ClientTokenT &&value)
const Aws::Vector< Tag > & GetTags() const
bool NameHasBeenSet() const
const Aws::String & GetName() const
virtual const char * GetServiceRequestName() const override
AWS_SCHEDULER_API Aws::String SerializePayload() const override
CreateScheduleGroupRequest & WithTags(TagsT &&value)
CreateScheduleGroupRequest & AddTags(TagsT &&value)
bool TagsHasBeenSet() const
const Aws::String & GetClientToken() const
bool ClientTokenHasBeenSet() const
void SetTags(TagsT &&value)
void SetName(NameT &&value)
CreateScheduleGroupRequest & WithName(NameT &&value)
void SetClientToken(ClientTokenT &&value)
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector