7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/elasticmapreduce/EMR_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename StudioIdT = Aws::String>
37 m_studioIdHasBeenSet =
true;
38 m_studioId = std::forward<StudioIdT>(value);
40 template <
typename StudioIdT = Aws::String>
52 template <
typename UrlT = Aws::String>
54 m_urlHasBeenSet =
true;
55 m_url = std::forward<UrlT>(value);
57 template <
typename UrlT = Aws::String>
59 SetUrl(std::forward<UrlT>(value));
67 template <
typename RequestIdT = Aws::String>
69 m_requestIdHasBeenSet =
true;
70 m_requestId = std::forward<RequestIdT>(value);
72 template <
typename RequestIdT = Aws::String>
87 bool m_studioIdHasBeenSet =
false;
88 bool m_urlHasBeenSet =
false;
89 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
CreateStudioResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetStudioId() const
AWS_EMR_API CreateStudioResult()=default
void SetStudioId(StudioIdT &&value)
AWS_EMR_API CreateStudioResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateStudioResult & WithUrl(UrlT &&value)
CreateStudioResult & WithStudioId(StudioIdT &&value)
void SetUrl(UrlT &&value)
const Aws::String & GetRequestId() const
AWS_EMR_API CreateStudioResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetUrl() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue