7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/s3control/S3Control_EXPORTS.h>
11#include <aws/s3control/model/S3SSEAlgorithm.h>
43 template <
typename CacheControlT = Aws::String>
45 m_cacheControlHasBeenSet =
true;
46 m_cacheControl = std::forward<CacheControlT>(value);
48 template <
typename CacheControlT = Aws::String>
61 template <
typename ContentDispositionT = Aws::String>
63 m_contentDispositionHasBeenSet =
true;
64 m_contentDisposition = std::forward<ContentDispositionT>(value);
66 template <
typename ContentDispositionT = Aws::String>
79 template <
typename ContentEncodingT = Aws::String>
81 m_contentEncodingHasBeenSet =
true;
82 m_contentEncoding = std::forward<ContentEncodingT>(value);
84 template <
typename ContentEncodingT = Aws::String>
97 template <
typename ContentLanguageT = Aws::String>
99 m_contentLanguageHasBeenSet =
true;
100 m_contentLanguage = std::forward<ContentLanguageT>(value);
102 template <
typename ContentLanguageT = Aws::String>
115 template <
typename UserMetadataT = Aws::Map<Aws::String, Aws::String>>
117 m_userMetadataHasBeenSet =
true;
118 m_userMetadata = std::forward<UserMetadataT>(value);
120 template <
typename UserMetadataT = Aws::Map<Aws::String, Aws::String>>
125 template <
typename UserMetadataKeyT = Aws::String,
typename UserMetadataValueT = Aws::String>
127 m_userMetadataHasBeenSet =
true;
128 m_userMetadata.emplace(std::forward<UserMetadataKeyT>(key), std::forward<UserMetadataValueT>(value));
140 m_contentLengthHasBeenSet =
true;
141 m_contentLength = value;
155 template <
typename ContentMD5T = Aws::String>
157 m_contentMD5HasBeenSet =
true;
158 m_contentMD5 = std::forward<ContentMD5T>(value);
160 template <
typename ContentMD5T = Aws::String>
173 template <
typename ContentTypeT = Aws::String>
175 m_contentTypeHasBeenSet =
true;
176 m_contentType = std::forward<ContentTypeT>(value);
178 template <
typename ContentTypeT = Aws::String>
191 template <
typename HttpExpiresDateT = Aws::Utils::DateTime>
193 m_httpExpiresDateHasBeenSet =
true;
194 m_httpExpiresDate = std::forward<HttpExpiresDateT>(value);
196 template <
typename HttpExpiresDateT = Aws::Utils::DateTime>
210 m_requesterChargedHasBeenSet =
true;
211 m_requesterCharged = value;
235 m_sSEAlgorithmHasBeenSet =
true;
236 m_sSEAlgorithm = value;
254 long long m_contentLength{0};
262 bool m_requesterCharged{
false};
265 bool m_cacheControlHasBeenSet =
false;
266 bool m_contentDispositionHasBeenSet =
false;
267 bool m_contentEncodingHasBeenSet =
false;
268 bool m_contentLanguageHasBeenSet =
false;
269 bool m_userMetadataHasBeenSet =
false;
270 bool m_contentLengthHasBeenSet =
false;
271 bool m_contentMD5HasBeenSet =
false;
272 bool m_contentTypeHasBeenSet =
false;
273 bool m_httpExpiresDateHasBeenSet =
false;
274 bool m_requesterChargedHasBeenSet =
false;
275 bool m_sSEAlgorithmHasBeenSet =
false;
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String