7#include <aws/backup/BackupRequest.h>
8#include <aws/backup/Backup_EXPORTS.h>
9#include <aws/backup/model/BackupPlanInput.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>
41 template <
typename BackupPlanT = BackupPlanInput>
43 m_backupPlanHasBeenSet =
true;
44 m_backupPlan = std::forward<BackupPlanT>(value);
46 template <
typename BackupPlanT = BackupPlanInput>
59 template <
typename BackupPlanTagsT = Aws::Map<Aws::String, Aws::String>>
61 m_backupPlanTagsHasBeenSet =
true;
62 m_backupPlanTags = std::forward<BackupPlanTagsT>(value);
64 template <
typename BackupPlanTagsT = Aws::Map<Aws::String, Aws::String>>
69 template <
typename BackupPlanTagsKeyT = Aws::String,
typename BackupPlanTagsValueT = Aws::String>
71 m_backupPlanTagsHasBeenSet =
true;
72 m_backupPlanTags.emplace(std::forward<BackupPlanTagsKeyT>(key), std::forward<BackupPlanTagsValueT>(value));
87 template <
typename CreatorRequestIdT = Aws::String>
89 m_creatorRequestIdHasBeenSet =
true;
90 m_creatorRequestId = std::forward<CreatorRequestIdT>(value);
92 template <
typename CreatorRequestIdT = Aws::String>
104 bool m_backupPlanHasBeenSet =
false;
105 bool m_backupPlanTagsHasBeenSet =
false;
106 bool m_creatorRequestIdHasBeenSet =
true;
virtual const char * GetServiceRequestName() const override
AWS_BACKUP_API CreateBackupPlanRequest()=default
const BackupPlanInput & GetBackupPlan() const
const Aws::String & GetCreatorRequestId() const
void SetBackupPlanTags(BackupPlanTagsT &&value)
bool CreatorRequestIdHasBeenSet() const
CreateBackupPlanRequest & WithCreatorRequestId(CreatorRequestIdT &&value)
bool BackupPlanTagsHasBeenSet() const
AWS_BACKUP_API Aws::String SerializePayload() const override
void SetCreatorRequestId(CreatorRequestIdT &&value)
CreateBackupPlanRequest & WithBackupPlan(BackupPlanT &&value)
CreateBackupPlanRequest & AddBackupPlanTags(BackupPlanTagsKeyT &&key, BackupPlanTagsValueT &&value)
CreateBackupPlanRequest & WithBackupPlanTags(BackupPlanTagsT &&value)
bool BackupPlanHasBeenSet() const
void SetBackupPlan(BackupPlanT &&value)
const Aws::Map< Aws::String, Aws::String > & GetBackupPlanTags() 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