7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/synthetics/Synthetics_EXPORTS.h>
9#include <aws/synthetics/model/RetryConfigInput.h>
55 template <
typename ExpressionT = Aws::String>
57 m_expressionHasBeenSet =
true;
58 m_expression = std::forward<ExpressionT>(value);
60 template <
typename ExpressionT = Aws::String>
77 m_durationInSecondsHasBeenSet =
true;
78 m_durationInSeconds = value;
92 template <
typename RetryConfigT = RetryConfigInput>
94 m_retryConfigHasBeenSet =
true;
95 m_retryConfig = std::forward<RetryConfigT>(value);
97 template <
typename RetryConfigT = RetryConfigInput>
106 long long m_durationInSeconds{0};
108 RetryConfigInput m_retryConfig;
109 bool m_expressionHasBeenSet =
false;
110 bool m_durationInSecondsHasBeenSet =
false;
111 bool m_retryConfigHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue