44 void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
45 void OutputToStream(
Aws::OStream& oStream,
const char* location)
const;
55 inline void SetS3(
const S3Storage& value) { m_s3HasBeenSet =
true; m_s3 = value; }
60 inline void SetS3(
S3Storage&& value) { m_s3HasBeenSet =
true; m_s3 = value; }
void SetS3(S3Storage &&value)
void SetS3(const S3Storage &value)
Storage & WithS3(S3Storage &&value)
std::basic_ostream< char, std::char_traits< char > > OStream
Storage & WithS3(const S3Storage &value)
const S3Storage & GetS3() const
JSON (JavaScript Object Notation).