7#include <aws/backup/Backup_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename ReportPlanNameT = Aws::String>
37 m_reportPlanNameHasBeenSet =
true;
38 m_reportPlanName = std::forward<ReportPlanNameT>(value);
40 template <
typename ReportPlanNameT = Aws::String>
53 template <
typename ReportPlanArnT = Aws::String>
55 m_reportPlanArnHasBeenSet =
true;
56 m_reportPlanArn = std::forward<ReportPlanArnT>(value);
58 template <
typename ReportPlanArnT = Aws::String>
73 template <
typename CreationTimeT = Aws::Utils::DateTime>
75 m_creationTimeHasBeenSet =
true;
76 m_creationTime = std::forward<CreationTimeT>(value);
78 template <
typename CreationTimeT = Aws::Utils::DateTime>
88 template <
typename RequestIdT = Aws::String>
90 m_requestIdHasBeenSet =
true;
91 m_requestId = std::forward<RequestIdT>(value);
93 template <
typename RequestIdT = Aws::String>
107 bool m_reportPlanNameHasBeenSet =
false;
108 bool m_reportPlanArnHasBeenSet =
false;
109 bool m_creationTimeHasBeenSet =
false;
110 bool m_requestIdHasBeenSet =
false;
UpdateReportPlanResult & WithCreationTime(CreationTimeT &&value)
const Aws::String & GetReportPlanArn() const
const Aws::String & GetRequestId() const
void SetCreationTime(CreationTimeT &&value)
void SetReportPlanArn(ReportPlanArnT &&value)
const Aws::String & GetReportPlanName() const
UpdateReportPlanResult & WithReportPlanArn(ReportPlanArnT &&value)
AWS_BACKUP_API UpdateReportPlanResult()=default
AWS_BACKUP_API UpdateReportPlanResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_BACKUP_API UpdateReportPlanResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateReportPlanResult & WithRequestId(RequestIdT &&value)
UpdateReportPlanResult & WithReportPlanName(ReportPlanNameT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
void SetReportPlanName(ReportPlanNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue