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;
38 template <
typename ReportPlanT = ReportPlan>
40 m_reportPlanHasBeenSet =
true;
41 m_reportPlan = std::forward<ReportPlanT>(value);
43 template <
typename ReportPlanT = ReportPlan>
53 template <
typename RequestIdT = Aws::String>
55 m_requestIdHasBeenSet =
true;
56 m_requestId = std::forward<RequestIdT>(value);
58 template <
typename RequestIdT = Aws::String>
68 bool m_reportPlanHasBeenSet =
false;
69 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