7#include <aws/backup/Backup_EXPORTS.h>
8#include <aws/backup/model/BackupJobStatus.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
45 template <
typename RegionT = Aws::String>
47 m_regionHasBeenSet =
true;
48 m_region = std::forward<RegionT>(value);
50 template <
typename RegionT = Aws::String>
63 template <
typename AccountIdT = Aws::String>
65 m_accountIdHasBeenSet =
true;
66 m_accountId = std::forward<AccountIdT>(value);
68 template <
typename AccountIdT = Aws::String>
82 m_stateHasBeenSet =
true;
99 template <
typename ResourceTypeT = Aws::String>
101 m_resourceTypeHasBeenSet =
true;
102 m_resourceType = std::forward<ResourceTypeT>(value);
104 template <
typename ResourceTypeT = Aws::String>
123 template <
typename MessageCategoryT = Aws::String>
125 m_messageCategoryHasBeenSet =
true;
126 m_messageCategory = std::forward<MessageCategoryT>(value);
128 template <
typename MessageCategoryT = Aws::String>
142 m_countHasBeenSet =
true;
160 template <
typename StartTimeT = Aws::Utils::DateTime>
162 m_startTimeHasBeenSet =
true;
163 m_startTime = std::forward<StartTimeT>(value);
165 template <
typename StartTimeT = Aws::Utils::DateTime>
181 template <
typename EndTimeT = Aws::Utils::DateTime>
183 m_endTimeHasBeenSet =
true;
184 m_endTime = std::forward<EndTimeT>(value);
186 template <
typename EndTimeT = Aws::Utils::DateTime>
208 bool m_regionHasBeenSet =
false;
209 bool m_accountIdHasBeenSet =
false;
210 bool m_stateHasBeenSet =
false;
211 bool m_resourceTypeHasBeenSet =
false;
212 bool m_messageCategoryHasBeenSet =
false;
213 bool m_countHasBeenSet =
false;
214 bool m_startTimeHasBeenSet =
false;
215 bool m_endTimeHasBeenSet =
false;
const Aws::Utils::DateTime & GetStartTime() const
void SetState(BackupJobStatus value)
bool ResourceTypeHasBeenSet() const
BackupJobSummary & WithEndTime(EndTimeT &&value)
BackupJobSummary & WithResourceType(ResourceTypeT &&value)
const Aws::String & GetRegion() const
bool StateHasBeenSet() const
BackupJobStatus GetState() const
void SetAccountId(AccountIdT &&value)
AWS_BACKUP_API BackupJobSummary(Aws::Utils::Json::JsonView jsonValue)
BackupJobSummary & WithMessageCategory(MessageCategoryT &&value)
AWS_BACKUP_API BackupJobSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
BackupJobSummary & WithStartTime(StartTimeT &&value)
void SetEndTime(EndTimeT &&value)
AWS_BACKUP_API BackupJobSummary()=default
const Aws::String & GetResourceType() const
const Aws::String & GetAccountId() const
BackupJobSummary & WithState(BackupJobStatus value)
bool MessageCategoryHasBeenSet() const
void SetMessageCategory(MessageCategoryT &&value)
BackupJobSummary & WithAccountId(AccountIdT &&value)
bool AccountIdHasBeenSet() const
bool RegionHasBeenSet() const
AWS_BACKUP_API Aws::Utils::Json::JsonValue Jsonize() const
void SetResourceType(ResourceTypeT &&value)
bool CountHasBeenSet() const
bool EndTimeHasBeenSet() const
const Aws::String & GetMessageCategory() const
const Aws::Utils::DateTime & GetEndTime() const
bool StartTimeHasBeenSet() const
void SetRegion(RegionT &&value)
BackupJobSummary & WithRegion(RegionT &&value)
void SetStartTime(StartTimeT &&value)
BackupJobSummary & WithCount(int value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue