7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/resiliencehubv2/Resiliencehubv2Request.h>
10#include <aws/resiliencehubv2/Resiliencehubv2_EXPORTS.h>
11#include <aws/resiliencehubv2/model/ReportType.h>
16namespace resiliencehubv2 {
37 template <
typename ServiceArnT = Aws::String>
39 m_serviceArnHasBeenSet =
true;
40 m_serviceArn = std::forward<ServiceArnT>(value);
42 template <
typename ServiceArnT = Aws::String>
56 m_reportTypeHasBeenSet =
true;
69 template <
typename ClientTokenT = Aws::String>
71 m_clientTokenHasBeenSet =
true;
72 m_clientToken = std::forward<ClientTokenT>(value);
74 template <
typename ClientTokenT = Aws::String>
86 bool m_serviceArnHasBeenSet =
false;
87 bool m_reportTypeHasBeenSet =
false;
88 bool m_clientTokenHasBeenSet =
true;
static Aws::Utils::UUID PseudoRandomUUID()
bool ReportTypeHasBeenSet() const
const Aws::String & GetClientToken() const
AWS_RESILIENCEHUBV2_API CreateReportRequest()=default
bool ServiceArnHasBeenSet() const
CreateReportRequest & WithClientToken(ClientTokenT &&value)
AWS_RESILIENCEHUBV2_API Aws::String SerializePayload() const override
ReportType GetReportType() const
void SetReportType(ReportType value)
virtual const char * GetServiceRequestName() const override
void SetServiceArn(ServiceArnT &&value)
bool ClientTokenHasBeenSet() const
const Aws::String & GetServiceArn() const
CreateReportRequest & WithServiceArn(ServiceArnT &&value)
void SetClientToken(ClientTokenT &&value)
CreateReportRequest & WithReportType(ReportType value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String