7#include <aws/backup/BackupRequest.h>
8#include <aws/backup/Backup_EXPORTS.h>
9#include <aws/backup/model/FrameworkControl.h>
10#include <aws/core/utils/UUID.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
13#include <aws/core/utils/memory/stl/AWSVector.h>
43 template <
typename FrameworkNameT = Aws::String>
45 m_frameworkNameHasBeenSet =
true;
46 m_frameworkName = std::forward<FrameworkNameT>(value);
48 template <
typename FrameworkNameT = Aws::String>
62 template <
typename FrameworkDescriptionT = Aws::String>
64 m_frameworkDescriptionHasBeenSet =
true;
65 m_frameworkDescription = std::forward<FrameworkDescriptionT>(value);
67 template <
typename FrameworkDescriptionT = Aws::String>
81 template <
typename FrameworkControlsT = Aws::Vector<FrameworkControl>>
83 m_frameworkControlsHasBeenSet =
true;
84 m_frameworkControls = std::forward<FrameworkControlsT>(value);
86 template <
typename FrameworkControlsT = Aws::Vector<FrameworkControl>>
91 template <
typename FrameworkControlsT = FrameworkControl>
93 m_frameworkControlsHasBeenSet =
true;
94 m_frameworkControls.emplace_back(std::forward<FrameworkControlsT>(value));
108 template <
typename IdempotencyTokenT = Aws::String>
110 m_idempotencyTokenHasBeenSet =
true;
111 m_idempotencyToken = std::forward<IdempotencyTokenT>(value);
113 template <
typename IdempotencyTokenT = Aws::String>
126 template <
typename FrameworkTagsT = Aws::Map<Aws::String, Aws::String>>
128 m_frameworkTagsHasBeenSet =
true;
129 m_frameworkTags = std::forward<FrameworkTagsT>(value);
131 template <
typename FrameworkTagsT = Aws::Map<Aws::String, Aws::String>>
136 template <
typename FrameworkTagsKeyT = Aws::String,
typename FrameworkTagsValueT = Aws::String>
138 m_frameworkTagsHasBeenSet =
true;
139 m_frameworkTags.emplace(std::forward<FrameworkTagsKeyT>(key), std::forward<FrameworkTagsValueT>(value));
153 bool m_frameworkNameHasBeenSet =
false;
154 bool m_frameworkDescriptionHasBeenSet =
false;
155 bool m_frameworkControlsHasBeenSet =
false;
156 bool m_idempotencyTokenHasBeenSet =
true;
157 bool m_frameworkTagsHasBeenSet =
false;
bool FrameworkControlsHasBeenSet() const
void SetFrameworkDescription(FrameworkDescriptionT &&value)
CreateFrameworkRequest & AddFrameworkTags(FrameworkTagsKeyT &&key, FrameworkTagsValueT &&value)
void SetFrameworkControls(FrameworkControlsT &&value)
CreateFrameworkRequest & WithIdempotencyToken(IdempotencyTokenT &&value)
CreateFrameworkRequest & WithFrameworkDescription(FrameworkDescriptionT &&value)
void SetFrameworkName(FrameworkNameT &&value)
bool IdempotencyTokenHasBeenSet() const
void SetFrameworkTags(FrameworkTagsT &&value)
bool FrameworkTagsHasBeenSet() const
const Aws::Map< Aws::String, Aws::String > & GetFrameworkTags() const
CreateFrameworkRequest & AddFrameworkControls(FrameworkControlsT &&value)
AWS_BACKUP_API Aws::String SerializePayload() const override
const Aws::String & GetFrameworkName() const
const Aws::String & GetIdempotencyToken() const
CreateFrameworkRequest & WithFrameworkName(FrameworkNameT &&value)
bool FrameworkNameHasBeenSet() const
AWS_BACKUP_API CreateFrameworkRequest()=default
bool FrameworkDescriptionHasBeenSet() const
CreateFrameworkRequest & WithFrameworkControls(FrameworkControlsT &&value)
const Aws::Vector< FrameworkControl > & GetFrameworkControls() const
virtual const char * GetServiceRequestName() const override
void SetIdempotencyToken(IdempotencyTokenT &&value)
CreateFrameworkRequest & WithFrameworkTags(FrameworkTagsT &&value)
const Aws::String & GetFrameworkDescription() const
static Aws::Utils::UUID PseudoRandomUUID()
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
std::vector< T, Aws::Allocator< T > > Vector