7#include <aws/backup/Backup_EXPORTS.h>
8#include <aws/backup/BackupRequest.h>
9#include <aws/backup/model/BackupPlanInput.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
81 inline void SetCreatorRequestId(
const char* value) { m_creatorRequestIdHasBeenSet =
true; m_creatorRequestId.assign(value); }
89 bool m_backupPlanHasBeenSet =
false;
92 bool m_backupPlanTagsHasBeenSet =
false;
95 bool m_creatorRequestIdHasBeenSet =
false;
CreateBackupPlanRequest & AddBackupPlanTags(const char *key, const char *value)
void SetBackupPlanTags(Aws::Map< Aws::String, Aws::String > &&value)
void SetCreatorRequestId(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
CreateBackupPlanRequest & AddBackupPlanTags(const Aws::String &key, Aws::String &&value)
CreateBackupPlanRequest & AddBackupPlanTags(const char *key, Aws::String &&value)
CreateBackupPlanRequest & WithBackupPlanTags(Aws::Map< Aws::String, Aws::String > &&value)
void SetBackupPlan(const BackupPlanInput &value)
CreateBackupPlanRequest & WithBackupPlan(BackupPlanInput &&value)
const BackupPlanInput & GetBackupPlan() const
const Aws::String & GetCreatorRequestId() const
void SetBackupPlanTags(const Aws::Map< Aws::String, Aws::String > &value)
CreateBackupPlanRequest & WithBackupPlanTags(const Aws::Map< Aws::String, Aws::String > &value)
CreateBackupPlanRequest & AddBackupPlanTags(const Aws::String &key, const Aws::String &value)
AWS_BACKUP_API CreateBackupPlanRequest()
CreateBackupPlanRequest & AddBackupPlanTags(Aws::String &&key, const char *value)
CreateBackupPlanRequest & WithCreatorRequestId(Aws::String &&value)
bool CreatorRequestIdHasBeenSet() const
bool BackupPlanTagsHasBeenSet() const
void SetCreatorRequestId(const Aws::String &value)
AWS_BACKUP_API Aws::String SerializePayload() const override
CreateBackupPlanRequest & WithCreatorRequestId(const Aws::String &value)
CreateBackupPlanRequest & WithCreatorRequestId(const char *value)
CreateBackupPlanRequest & AddBackupPlanTags(Aws::String &&key, const Aws::String &value)
void SetBackupPlan(BackupPlanInput &&value)
CreateBackupPlanRequest & WithBackupPlan(const BackupPlanInput &value)
bool BackupPlanHasBeenSet() const
void SetCreatorRequestId(const char *value)
CreateBackupPlanRequest & AddBackupPlanTags(Aws::String &&key, Aws::String &&value)
const Aws::Map< Aws::String, Aws::String > & GetBackupPlanTags() const
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