7#include <aws/codeguruprofiler/CodeGuruProfiler_EXPORTS.h>
8#include <aws/core/utils/Array.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/stream/ResponseStream.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
18namespace CodeGuruProfiler {
44 template <
typename ContentEncodingT = Aws::String>
46 m_contentEncodingHasBeenSet =
true;
47 m_contentEncoding = std::forward<ContentEncodingT>(value);
49 template <
typename ContentEncodingT = Aws::String>
63 template <
typename ContentTypeT = Aws::String>
65 m_contentTypeHasBeenSet =
true;
66 m_contentType = std::forward<ContentTypeT>(value);
68 template <
typename ContentTypeT = Aws::String>
87 template <
typename RequestIdT = Aws::String>
89 m_requestIdHasBeenSet =
true;
90 m_requestId = std::forward<RequestIdT>(value);
92 template <
typename RequestIdT = Aws::String>
106 bool m_contentEncodingHasBeenSet =
false;
107 bool m_contentTypeHasBeenSet =
false;
108 bool m_profileHasBeenSet =
false;
109 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