7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityhub/SecurityHub_EXPORTS.h>
43 template <
typename LastModifiedT = Aws::String>
45 m_lastModifiedHasBeenSet =
true;
46 m_lastModified = std::forward<LastModifiedT>(value);
48 template <
typename LastModifiedT = Aws::String>
62 template <
typename ETagT = Aws::String>
64 m_eTagHasBeenSet =
true;
65 m_eTag = std::forward<ETagT>(value);
67 template <
typename ETagT = Aws::String>
69 SetETag(std::forward<ETagT>(value));
80 template <
typename VersionIdT = Aws::String>
82 m_versionIdHasBeenSet =
true;
83 m_versionId = std::forward<VersionIdT>(value);
85 template <
typename VersionIdT = Aws::String>
98 template <
typename ContentTypeT = Aws::String>
100 m_contentTypeHasBeenSet =
true;
101 m_contentType = std::forward<ContentTypeT>(value);
103 template <
typename ContentTypeT = Aws::String>
117 template <
typename ServerS
ideEncryptionT = Aws::String>
119 m_serverSideEncryptionHasBeenSet =
true;
120 m_serverSideEncryption = std::forward<ServerSideEncryptionT>(value);
122 template <
typename ServerS
ideEncryptionT = Aws::String>
136 template <
typename SSEKMSKeyIdT = Aws::String>
138 m_sSEKMSKeyIdHasBeenSet =
true;
139 m_sSEKMSKeyId = std::forward<SSEKMSKeyIdT>(value);
141 template <
typename SSEKMSKeyIdT = Aws::String>
159 bool m_lastModifiedHasBeenSet =
false;
160 bool m_eTagHasBeenSet =
false;
161 bool m_versionIdHasBeenSet =
false;
162 bool m_contentTypeHasBeenSet =
false;
163 bool m_serverSideEncryptionHasBeenSet =
false;
164 bool m_sSEKMSKeyIdHasBeenSet =
false;
AWS_SECURITYHUB_API AwsS3ObjectDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
void SetSSEKMSKeyId(SSEKMSKeyIdT &&value)
bool VersionIdHasBeenSet() const
AwsS3ObjectDetails & WithETag(ETagT &&value)
const Aws::String & GetSSEKMSKeyId() const
AwsS3ObjectDetails & WithLastModified(LastModifiedT &&value)
const Aws::String & GetLastModified() const
const Aws::String & GetServerSideEncryption() const
void SetServerSideEncryption(ServerSideEncryptionT &&value)
AwsS3ObjectDetails & WithVersionId(VersionIdT &&value)
bool LastModifiedHasBeenSet() const
bool ContentTypeHasBeenSet() const
void SetETag(ETagT &&value)
const Aws::String & GetContentType() const
AWS_SECURITYHUB_API AwsS3ObjectDetails(Aws::Utils::Json::JsonView jsonValue)
void SetLastModified(LastModifiedT &&value)
bool ServerSideEncryptionHasBeenSet() const
void SetVersionId(VersionIdT &&value)
const Aws::String & GetVersionId() const
bool ETagHasBeenSet() const
bool SSEKMSKeyIdHasBeenSet() const
AwsS3ObjectDetails & WithServerSideEncryption(ServerSideEncryptionT &&value)
AwsS3ObjectDetails & WithSSEKMSKeyId(SSEKMSKeyIdT &&value)
void SetContentType(ContentTypeT &&value)
const Aws::String & GetETag() const
AwsS3ObjectDetails & WithContentType(ContentTypeT &&value)
AWS_SECURITYHUB_API AwsS3ObjectDetails()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue