7#include <aws/s3/S3_EXPORTS.h>
8#include <aws/s3/model/ServerSideEncryption.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/s3/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;
AWS_S3_API CreateSessionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
CreateSessionResult & WithSSEKMSEncryptionContext(const Aws::String &value)
CreateSessionResult & WithServerSideEncryption(const ServerSideEncryption &value)
CreateSessionResult & WithRequestId(const char *value)
CreateSessionResult & WithSSEKMSKeyId(Aws::String &&value)
CreateSessionResult & WithSSEKMSKeyId(const char *value)
void SetSSEKMSKeyId(const Aws::String &value)
CreateSessionResult & WithSSEKMSEncryptionContext(const char *value)
AWS_S3_API CreateSessionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
void SetServerSideEncryption(const ServerSideEncryption &value)
const Aws::String & GetSSEKMSKeyId() const
CreateSessionResult & WithServerSideEncryption(ServerSideEncryption &&value)
CreateSessionResult & WithSSEKMSKeyId(const Aws::String &value)
const Aws::String & GetSSEKMSEncryptionContext() const
void SetServerSideEncryption(ServerSideEncryption &&value)
void SetSSEKMSEncryptionContext(Aws::String &&value)
CreateSessionResult & WithCredentials(SessionCredentials &&value)
void SetSSEKMSEncryptionContext(const char *value)
void SetRequestId(const char *value)
void SetCredentials(SessionCredentials &&value)
const ServerSideEncryption & GetServerSideEncryption() const
void SetSSEKMSKeyId(const char *value)
void SetSSEKMSEncryptionContext(const Aws::String &value)
void SetRequestId(const Aws::String &value)
void SetRequestId(Aws::String &&value)
const Aws::String & GetRequestId() const
const SessionCredentials & GetCredentials() const
AWS_S3_API CreateSessionResult()
CreateSessionResult & WithRequestId(Aws::String &&value)
void SetSSEKMSKeyId(Aws::String &&value)
CreateSessionResult & WithRequestId(const Aws::String &value)
CreateSessionResult & WithSSEKMSEncryptionContext(Aws::String &&value)
bool GetBucketKeyEnabled() const
void SetBucketKeyEnabled(bool value)
CreateSessionResult & WithBucketKeyEnabled(bool value)
void SetCredentials(const SessionCredentials &value)
CreateSessionResult & WithCredentials(const SessionCredentials &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Xml::XmlDocument XmlDocument