7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/synthetics/Synthetics_EXPORTS.h>
9#include <aws/synthetics/model/DryRunConfigOutput.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename DryRunConfigT = DryRunConfigOutput>
37 m_dryRunConfigHasBeenSet =
true;
38 m_dryRunConfig = std::forward<DryRunConfigT>(value);
40 template <
typename DryRunConfigT = DryRunConfigOutput>
50 template <
typename RequestIdT = Aws::String>
52 m_requestIdHasBeenSet =
true;
53 m_requestId = std::forward<RequestIdT>(value);
55 template <
typename RequestIdT = Aws::String>
63 bool m_dryRunConfigHasBeenSet =
false;
66 bool m_requestIdHasBeenSet =
false;
const DryRunConfigOutput & GetDryRunConfig() const
StartCanaryDryRunResult & WithRequestId(RequestIdT &&value)
AWS_SYNTHETICS_API StartCanaryDryRunResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
void SetDryRunConfig(DryRunConfigT &&value)
AWS_SYNTHETICS_API StartCanaryDryRunResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_SYNTHETICS_API StartCanaryDryRunResult()=default
const Aws::String & GetRequestId() const
StartCanaryDryRunResult & WithDryRunConfig(DryRunConfigT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue