7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/Array.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/stream/ResponseStream.h>
12#include <aws/medialive/MediaLive_EXPORTS.h>
13#include <aws/medialive/model/ContentType.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
58 m_contentTypeHasBeenSet =
true;
59 m_contentType = value;
73 m_contentLengthHasBeenSet =
true;
74 m_contentLength = value;
87 template <
typename ETagT = Aws::String>
89 m_eTagHasBeenSet =
true;
90 m_eTag = std::forward<ETagT>(value);
92 template <
typename ETagT = Aws::String>
94 SetETag(std::forward<ETagT>(value));
104 template <
typename LastModifiedT = Aws::Utils::DateTime>
106 m_lastModifiedHasBeenSet =
true;
107 m_lastModified = std::forward<LastModifiedT>(value);
109 template <
typename LastModifiedT = Aws::Utils::DateTime>
119 template <
typename RequestIdT = Aws::String>
121 m_requestIdHasBeenSet =
true;
122 m_requestId = std::forward<RequestIdT>(value);
124 template <
typename RequestIdT = Aws::String>
137 long long m_contentLength{0};
145 bool m_bodyHasBeenSet =
false;
146 bool m_contentTypeHasBeenSet =
false;
147 bool m_contentLengthHasBeenSet =
false;
148 bool m_eTagHasBeenSet =
false;
149 bool m_lastModifiedHasBeenSet =
false;
150 bool m_requestIdHasBeenSet =
false;
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