7#include <aws/evidently/CloudWatchEvidently_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
24namespace CloudWatchEvidently
41 template<
typename StartedTimeT = Aws::Utils::DateTime>
42 void SetStartedTime(StartedTimeT&& value) { m_startedTimeHasBeenSet =
true; m_startedTime = std::forward<StartedTimeT>(value); }
43 template<
typename StartedTimeT = Aws::Utils::DateTime>
50 template<
typename RequestIdT = Aws::String>
51 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
52 template<
typename RequestIdT = Aws::String>
58 bool m_startedTimeHasBeenSet =
false;
61 bool m_requestIdHasBeenSet =
false;
AWS_CLOUDWATCHEVIDENTLY_API StartExperimentResult()=default
void SetRequestId(RequestIdT &&value)
void SetStartedTime(StartedTimeT &&value)
AWS_CLOUDWATCHEVIDENTLY_API StartExperimentResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Utils::DateTime & GetStartedTime() const
StartExperimentResult & WithRequestId(RequestIdT &&value)
AWS_CLOUDWATCHEVIDENTLY_API StartExperimentResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
StartExperimentResult & WithStartedTime(StartedTimeT &&value)
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue