66 inline void SetCacheControl(
const char* value) { m_cacheControlHasBeenSet =
true; m_cacheControl.assign(value); }
107 inline void SetContentDisposition(
const char* value) { m_contentDispositionHasBeenSet =
true; m_contentDisposition.assign(value); }
148 inline void SetContentEncoding(
const char* value) { m_contentEncodingHasBeenSet =
true; m_contentEncoding.assign(value); }
189 inline void SetContentLanguage(
const char* value) { m_contentLanguageHasBeenSet =
true; m_contentLanguage.assign(value); }
286 inline void SetContentLength(
long long value) { m_contentLengthHasBeenSet =
true; m_contentLength = value; }
317 inline void SetContentMD5(
const char* value) { m_contentMD5HasBeenSet =
true; m_contentMD5.assign(value); }
358 inline void SetContentType(
const char* value) { m_contentTypeHasBeenSet =
true; m_contentType.assign(value); }
420 inline void SetRequesterCharged(
bool value) { m_requesterChargedHasBeenSet =
true; m_requesterCharged = value; }
461 bool m_cacheControlHasBeenSet;
464 bool m_contentDispositionHasBeenSet;
467 bool m_contentEncodingHasBeenSet;
470 bool m_contentLanguageHasBeenSet;
473 bool m_userMetadataHasBeenSet;
475 long long m_contentLength;
476 bool m_contentLengthHasBeenSet;
479 bool m_contentMD5HasBeenSet;
482 bool m_contentTypeHasBeenSet;
485 bool m_httpExpiresDateHasBeenSet;
487 bool m_requesterCharged;
488 bool m_requesterChargedHasBeenSet;
491 bool m_sSEAlgorithmHasBeenSet;