7#include <aws/backup/Backup_EXPORTS.h>
8#include <aws/backup/model/ReportPlan.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
44 template<
typename ReportPlanT = ReportPlan>
45 void SetReportPlan(ReportPlanT&& value) { m_reportPlanHasBeenSet =
true; m_reportPlan = std::forward<ReportPlanT>(value); }
46 template<
typename ReportPlanT = ReportPlan>
53 template<
typename RequestIdT = Aws::String>
54 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
55 template<
typename RequestIdT = Aws::String>
61 bool m_reportPlanHasBeenSet =
false;
64 bool m_requestIdHasBeenSet =
false;
AWS_BACKUP_API DescribeReportPlanResult()=default
DescribeReportPlanResult & WithReportPlan(ReportPlanT &&value)
const Aws::String & GetRequestId() const
const ReportPlan & GetReportPlan() const
DescribeReportPlanResult & WithRequestId(RequestIdT &&value)
AWS_BACKUP_API DescribeReportPlanResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_BACKUP_API DescribeReportPlanResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
void SetReportPlan(ReportPlanT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue