7#include <aws/s3/S3_EXPORTS.h>
8#include <aws/s3/S3Request.h>
9#include <aws/s3/model/SessionMode.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/s3/model/ServerSideEncryption.h>
12#include <aws/core/utils/memory/stl/AWSMap.h>
78 inline void SetBucket(
const char* value) { m_bucketHasBeenSet =
true; m_bucket.assign(value); }
123 inline void SetSSEKMSKeyId(
const char* value) { m_sSEKMSKeyIdHasBeenSet =
true; m_sSEKMSKeyId.assign(value); }
150 inline void SetSSEKMSEncryptionContext(
const char* value) { m_sSEKMSEncryptionContextHasBeenSet =
true; m_sSEKMSEncryptionContext.assign(value); }
177 inline void SetBucketKeyEnabled(
bool value) { m_bucketKeyEnabledHasBeenSet =
true; m_bucketKeyEnabled = value; }
200 bool m_sessionModeHasBeenSet =
false;
203 bool m_bucketHasBeenSet =
false;
206 bool m_serverSideEncryptionHasBeenSet =
false;
209 bool m_sSEKMSKeyIdHasBeenSet =
false;
212 bool m_sSEKMSEncryptionContextHasBeenSet =
false;
214 bool m_bucketKeyEnabled;
215 bool m_bucketKeyEnabledHasBeenSet =
false;
218 bool m_customizedAccessLogTagHasBeenSet =
false;
AWS_S3_API Aws::String SerializePayload() const override
bool CustomizedAccessLogTagHasBeenSet() const
void SetBucket(const Aws::String &value)
const Aws::Map< Aws::String, Aws::String > & GetCustomizedAccessLogTag() const
CreateSessionRequest & AddCustomizedAccessLogTag(const Aws::String &key, const Aws::String &value)
CreateSessionRequest & AddCustomizedAccessLogTag(const char *key, const char *value)
bool SSEKMSKeyIdHasBeenSet() const
CreateSessionRequest & WithBucket(const char *value)
CreateSessionRequest & AddCustomizedAccessLogTag(Aws::String &&key, Aws::String &&value)
void SetSSEKMSKeyId(const Aws::String &value)
void SetServerSideEncryption(ServerSideEncryption &&value)
void SetSSEKMSEncryptionContext(const Aws::String &value)
void SetSessionMode(SessionMode &&value)
void SetCustomizedAccessLogTag(Aws::Map< Aws::String, Aws::String > &&value)
CreateSessionRequest & WithServerSideEncryption(const ServerSideEncryption &value)
CreateSessionRequest & AddCustomizedAccessLogTag(Aws::String &&key, const char *value)
CreateSessionRequest & WithSessionMode(const SessionMode &value)
CreateSessionRequest & WithSSEKMSEncryptionContext(Aws::String &&value)
bool GetBucketKeyEnabled() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetSSEKMSKeyId() const
AWS_S3_API bool HasEmbeddedError(IOStream &body, const Http::HeaderValueCollection &header) const override
void SetBucketKeyEnabled(bool value)
void SetCustomizedAccessLogTag(const Aws::Map< Aws::String, Aws::String > &value)
CreateSessionRequest & WithSSEKMSKeyId(const char *value)
void SetSSEKMSEncryptionContext(Aws::String &&value)
AWS_S3_API CreateSessionRequest()
bool SessionModeHasBeenSet() const
void SetSSEKMSKeyId(const char *value)
void SetSessionMode(const SessionMode &value)
CreateSessionRequest & WithServerSideEncryption(ServerSideEncryption &&value)
void SetBucket(const char *value)
CreateSessionRequest & WithCustomizedAccessLogTag(const Aws::Map< Aws::String, Aws::String > &value)
const Aws::String & GetBucket() const
bool ServerSideEncryptionHasBeenSet() const
const Aws::String & GetSSEKMSEncryptionContext() const
CreateSessionRequest & AddCustomizedAccessLogTag(const Aws::String &key, Aws::String &&value)
CreateSessionRequest & WithSessionMode(SessionMode &&value)
CreateSessionRequest & AddCustomizedAccessLogTag(const char *key, Aws::String &&value)
AWS_S3_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetSSEKMSKeyId(Aws::String &&value)
CreateSessionRequest & WithBucketKeyEnabled(bool value)
CreateSessionRequest & WithBucket(Aws::String &&value)
AWS_S3_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool BucketKeyEnabledHasBeenSet() const
void SetSSEKMSEncryptionContext(const char *value)
CreateSessionRequest & AddCustomizedAccessLogTag(Aws::String &&key, const Aws::String &value)
CreateSessionRequest & WithSSEKMSEncryptionContext(const char *value)
bool BucketHasBeenSet() const
bool SSEKMSEncryptionContextHasBeenSet() const
CreateSessionRequest & WithBucket(const Aws::String &value)
void SetServerSideEncryption(const ServerSideEncryption &value)
CreateSessionRequest & WithSSEKMSKeyId(Aws::String &&value)
const SessionMode & GetSessionMode() const
AWS_S3_API EndpointParameters GetEndpointContextParams() const override
CreateSessionRequest & WithCustomizedAccessLogTag(Aws::Map< Aws::String, Aws::String > &&value)
CreateSessionRequest & WithSSEKMSEncryptionContext(const Aws::String &value)
void SetBucket(Aws::String &&value)
const ServerSideEncryption & GetServerSideEncryption() const
CreateSessionRequest & WithSSEKMSKeyId(const Aws::String &value)
Aws::Endpoint::EndpointParameters EndpointParameters
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_iostream< char, std::char_traits< char > > IOStream
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String