7#include <aws/codeguruprofiler/CodeGuruProfiler_EXPORTS.h>
8#include <aws/core/http/HttpResponse.h>
9#include <aws/core/utils/Array.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/stream/ResponseStream.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
19namespace CodeGuruProfiler {
45 template <
typename ContentEncodingT = Aws::String>
47 m_contentEncodingHasBeenSet =
true;
48 m_contentEncoding = std::forward<ContentEncodingT>(value);
50 template <
typename ContentEncodingT = Aws::String>
64 template <
typename ContentTypeT = Aws::String>
66 m_contentTypeHasBeenSet =
true;
67 m_contentType = std::forward<ContentTypeT>(value);
69 template <
typename ContentTypeT = Aws::String>
88 template <
typename RequestIdT = Aws::String>
90 m_requestIdHasBeenSet =
true;
91 m_requestId = std::forward<RequestIdT>(value);
93 template <
typename RequestIdT = Aws::String>
110 bool m_contentEncodingHasBeenSet =
false;
111 bool m_contentTypeHasBeenSet =
false;
112 bool m_profileHasBeenSet =
false;
113 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
GetProfileResult & WithContentType(ContentTypeT &&value)
void SetContentEncoding(ContentEncodingT &&value)
AWS_CODEGURUPROFILER_API GetProfileResult(GetProfileResult &&)=default
Aws::IOStream & GetProfile() const
AWS_CODEGURUPROFILER_API GetProfileResult & operator=(Aws::AmazonWebServiceResult< Aws::Utils::Stream::ResponseStream > &&result)
GetProfileResult & WithRequestId(RequestIdT &&value)
GetProfileResult & operator=(const GetProfileResult &)=delete
AWS_CODEGURUPROFILER_API GetProfileResult(Aws::AmazonWebServiceResult< Aws::Utils::Stream::ResponseStream > &&result)
GetProfileResult(const GetProfileResult &)=delete
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetContentEncoding() const
void SetContentType(ContentTypeT &&value)
AWS_CODEGURUPROFILER_API GetProfileResult()=default
void SetRequestId(RequestIdT &&value)
AWS_CODEGURUPROFILER_API GetProfileResult & operator=(GetProfileResult &&)=default
const Aws::String & GetContentType() const
void ReplaceBody(Aws::IOStream *body)
GetProfileResult & WithContentEncoding(ContentEncodingT &&value)
Aws::IOStream & GetUnderlyingStream() const
std::basic_iostream< char, std::char_traits< char > > IOStream
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String