7#include <aws/backup/Backup_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
49 template<
typename SelectionIdT = Aws::String>
50 void SetSelectionId(SelectionIdT&& value) { m_selectionIdHasBeenSet =
true; m_selectionId = std::forward<SelectionIdT>(value); }
51 template<
typename SelectionIdT = Aws::String>
61 template<
typename SelectionNameT = Aws::String>
62 void SetSelectionName(SelectionNameT&& value) { m_selectionNameHasBeenSet =
true; m_selectionName = std::forward<SelectionNameT>(value); }
63 template<
typename SelectionNameT = Aws::String>
73 template<
typename BackupPlanIdT = Aws::String>
74 void SetBackupPlanId(BackupPlanIdT&& value) { m_backupPlanIdHasBeenSet =
true; m_backupPlanId = std::forward<BackupPlanIdT>(value); }
75 template<
typename BackupPlanIdT = Aws::String>
88 template<
typename CreationDateT = Aws::Utils::DateTime>
89 void SetCreationDate(CreationDateT&& value) { m_creationDateHasBeenSet =
true; m_creationDate = std::forward<CreationDateT>(value); }
90 template<
typename CreationDateT = Aws::Utils::DateTime>
103 template<
typename CreatorRequestIdT = Aws::String>
104 void SetCreatorRequestId(CreatorRequestIdT&& value) { m_creatorRequestIdHasBeenSet =
true; m_creatorRequestId = std::forward<CreatorRequestIdT>(value); }
105 template<
typename CreatorRequestIdT = Aws::String>
117 template<
typename IamRoleArnT = Aws::String>
118 void SetIamRoleArn(IamRoleArnT&& value) { m_iamRoleArnHasBeenSet =
true; m_iamRoleArn = std::forward<IamRoleArnT>(value); }
119 template<
typename IamRoleArnT = Aws::String>
125 bool m_selectionIdHasBeenSet =
false;
128 bool m_selectionNameHasBeenSet =
false;
131 bool m_backupPlanIdHasBeenSet =
false;
134 bool m_creationDateHasBeenSet =
false;
137 bool m_creatorRequestIdHasBeenSet =
false;
140 bool m_iamRoleArnHasBeenSet =
false;
void SetIamRoleArn(IamRoleArnT &&value)
void SetCreatorRequestId(CreatorRequestIdT &&value)
AWS_BACKUP_API BackupSelectionsListMember()=default
BackupSelectionsListMember & WithBackupPlanId(BackupPlanIdT &&value)
bool SelectionNameHasBeenSet() const
void SetSelectionName(SelectionNameT &&value)
bool CreationDateHasBeenSet() const
const Aws::String & GetSelectionId() const
bool SelectionIdHasBeenSet() const
BackupSelectionsListMember & WithIamRoleArn(IamRoleArnT &&value)
BackupSelectionsListMember & WithCreationDate(CreationDateT &&value)
BackupSelectionsListMember & WithSelectionId(SelectionIdT &&value)
const Aws::String & GetBackupPlanId() const
BackupSelectionsListMember & WithCreatorRequestId(CreatorRequestIdT &&value)
const Aws::String & GetCreatorRequestId() const
bool CreatorRequestIdHasBeenSet() const
void SetBackupPlanId(BackupPlanIdT &&value)
AWS_BACKUP_API Aws::Utils::Json::JsonValue Jsonize() const
void SetSelectionId(SelectionIdT &&value)
bool BackupPlanIdHasBeenSet() const
void SetCreationDate(CreationDateT &&value)
bool IamRoleArnHasBeenSet() const
const Aws::String & GetSelectionName() const
AWS_BACKUP_API BackupSelectionsListMember & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BACKUP_API BackupSelectionsListMember(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetIamRoleArn() const
const Aws::Utils::DateTime & GetCreationDate() const
BackupSelectionsListMember & WithSelectionName(SelectionNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue