7#include <aws/backup/Backup_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename ReportPlanNameT = Aws::String>
42 void SetReportPlanName(ReportPlanNameT&& value) { m_reportPlanNameHasBeenSet =
true; m_reportPlanName = std::forward<ReportPlanNameT>(value); }
43 template<
typename ReportPlanNameT = Aws::String>
53 template<
typename ReportPlanArnT = Aws::String>
54 void SetReportPlanArn(ReportPlanArnT&& value) { m_reportPlanArnHasBeenSet =
true; m_reportPlanArn = std::forward<ReportPlanArnT>(value); }
55 template<
typename ReportPlanArnT = Aws::String>
67 template<
typename CreationTimeT = Aws::Utils::DateTime>
68 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
69 template<
typename CreationTimeT = Aws::Utils::DateTime>
76 template<
typename RequestIdT = Aws::String>
77 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
78 template<
typename RequestIdT = Aws::String>
84 bool m_reportPlanNameHasBeenSet =
false;
87 bool m_reportPlanArnHasBeenSet =
false;
90 bool m_creationTimeHasBeenSet =
false;
93 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