7#include <aws/codeguruprofiler/CodeGuruProfiler_EXPORTS.h>
8#include <aws/core/utils/stream/ResponseStream.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/Array.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
18namespace CodeGuruProfiler
50 template<
typename ContentEncodingT = Aws::String>
51 void SetContentEncoding(ContentEncodingT&& value) { m_contentEncodingHasBeenSet =
true; m_contentEncoding = std::forward<ContentEncodingT>(value); }
52 template<
typename ContentEncodingT = Aws::String>
63 template<
typename ContentTypeT = Aws::String>
64 void SetContentType(ContentTypeT&& value) { m_contentTypeHasBeenSet =
true; m_contentType = std::forward<ContentTypeT>(value); }
65 template<
typename ContentTypeT = Aws::String>
81 template<
typename RequestIdT = Aws::String>
82 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
83 template<
typename RequestIdT = Aws::String>
89 bool m_contentEncodingHasBeenSet =
false;
92 bool m_contentTypeHasBeenSet =
false;
95 bool m_profileHasBeenSet =
false;
98 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
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