7#include <aws/backup/Backup_EXPORTS.h>
8#include <aws/core/http/HttpResponse.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename ReportPlanNameT = Aws::String>
38 m_reportPlanNameHasBeenSet =
true;
39 m_reportPlanName = std::forward<ReportPlanNameT>(value);
41 template <
typename ReportPlanNameT = Aws::String>
54 template <
typename ReportPlanArnT = Aws::String>
56 m_reportPlanArnHasBeenSet =
true;
57 m_reportPlanArn = std::forward<ReportPlanArnT>(value);
59 template <
typename ReportPlanArnT = Aws::String>
74 template <
typename CreationTimeT = Aws::Utils::DateTime>
76 m_creationTimeHasBeenSet =
true;
77 m_creationTime = std::forward<CreationTimeT>(value);
79 template <
typename CreationTimeT = Aws::Utils::DateTime>
89 template <
typename RequestIdT = Aws::String>
91 m_requestIdHasBeenSet =
true;
92 m_requestId = std::forward<RequestIdT>(value);
94 template <
typename RequestIdT = Aws::String>
111 bool m_reportPlanNameHasBeenSet =
false;
112 bool m_reportPlanArnHasBeenSet =
false;
113 bool m_creationTimeHasBeenSet =
false;
114 bool m_requestIdHasBeenSet =
false;
CreateReportPlanResult & WithReportPlanName(ReportPlanNameT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
AWS_BACKUP_API CreateReportPlanResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Utils::DateTime & GetCreationTime() const
void SetCreationTime(CreationTimeT &&value)
CreateReportPlanResult & WithRequestId(RequestIdT &&value)
AWS_BACKUP_API CreateReportPlanResult()=default
void SetReportPlanName(ReportPlanNameT &&value)
CreateReportPlanResult & WithCreationTime(CreationTimeT &&value)
void SetReportPlanArn(ReportPlanArnT &&value)
CreateReportPlanResult & WithReportPlanArn(ReportPlanArnT &&value)
const Aws::String & GetReportPlanName() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_BACKUP_API CreateReportPlanResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetReportPlanArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue