7#include <aws/s3-crt/S3Crt_EXPORTS.h>
8#include <aws/s3-crt/model/ServerSideEncryption.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/s3-crt/model/SessionCredentials.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
58 inline void SetSSEKMSKeyId(
const char* value) { m_sSEKMSKeyId.assign(value); }
108 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
121 bool m_bucketKeyEnabled;
CreateSessionResult & WithSSEKMSKeyId(const char *value)
AWS_S3CRT_API CreateSessionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
CreateSessionResult & WithRequestId(Aws::String &&value)
const Aws::String & GetRequestId() const
CreateSessionResult & WithRequestId(const Aws::String &value)
void SetRequestId(Aws::String &&value)
CreateSessionResult & WithSSEKMSEncryptionContext(const Aws::String &value)
void SetSSEKMSEncryptionContext(const Aws::String &value)
bool GetBucketKeyEnabled() const
void SetCredentials(SessionCredentials &&value)
CreateSessionResult & WithSSEKMSEncryptionContext(Aws::String &&value)
CreateSessionResult & WithCredentials(SessionCredentials &&value)
CreateSessionResult & WithSSEKMSKeyId(const Aws::String &value)
AWS_S3CRT_API CreateSessionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
void SetRequestId(const Aws::String &value)
const Aws::String & GetSSEKMSEncryptionContext() const
CreateSessionResult & WithBucketKeyEnabled(bool value)
void SetSSEKMSKeyId(Aws::String &&value)
void SetSSEKMSKeyId(const Aws::String &value)
const Aws::String & GetSSEKMSKeyId() const
const ServerSideEncryption & GetServerSideEncryption() const
CreateSessionResult & WithRequestId(const char *value)
CreateSessionResult & WithServerSideEncryption(ServerSideEncryption &&value)
void SetServerSideEncryption(const ServerSideEncryption &value)
void SetSSEKMSKeyId(const char *value)
void SetCredentials(const SessionCredentials &value)
CreateSessionResult & WithServerSideEncryption(const ServerSideEncryption &value)
AWS_S3CRT_API CreateSessionResult()
CreateSessionResult & WithSSEKMSKeyId(Aws::String &&value)
void SetBucketKeyEnabled(bool value)
void SetRequestId(const char *value)
const SessionCredentials & GetCredentials() const
void SetServerSideEncryption(ServerSideEncryption &&value)
void SetSSEKMSEncryptionContext(Aws::String &&value)
CreateSessionResult & WithSSEKMSEncryptionContext(const char *value)
CreateSessionResult & WithCredentials(const SessionCredentials &value)
void SetSSEKMSEncryptionContext(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Xml::XmlDocument XmlDocument