7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityhub/SecurityHub_EXPORTS.h>
42 template <
typename LastModifiedT = Aws::String>
44 m_lastModifiedHasBeenSet =
true;
45 m_lastModified = std::forward<LastModifiedT>(value);
47 template <
typename LastModifiedT = Aws::String>
61 template <
typename ETagT = Aws::String>
63 m_eTagHasBeenSet =
true;
64 m_eTag = std::forward<ETagT>(value);
66 template <
typename ETagT = Aws::String>
68 SetETag(std::forward<ETagT>(value));
79 template <
typename VersionIdT = Aws::String>
81 m_versionIdHasBeenSet =
true;
82 m_versionId = std::forward<VersionIdT>(value);
84 template <
typename VersionIdT = Aws::String>
97 template <
typename ContentTypeT = Aws::String>
99 m_contentTypeHasBeenSet =
true;
100 m_contentType = std::forward<ContentTypeT>(value);
102 template <
typename ContentTypeT = Aws::String>
116 template <
typename ServerS
ideEncryptionT = Aws::String>
118 m_serverSideEncryptionHasBeenSet =
true;
119 m_serverSideEncryption = std::forward<ServerSideEncryptionT>(value);
121 template <
typename ServerS
ideEncryptionT = Aws::String>
135 template <
typename SSEKMSKeyIdT = Aws::String>
137 m_sSEKMSKeyIdHasBeenSet =
true;
138 m_sSEKMSKeyId = std::forward<SSEKMSKeyIdT>(value);
140 template <
typename SSEKMSKeyIdT = Aws::String>
158 bool m_lastModifiedHasBeenSet =
false;
159 bool m_eTagHasBeenSet =
false;
160 bool m_versionIdHasBeenSet =
false;
161 bool m_contentTypeHasBeenSet =
false;
162 bool m_serverSideEncryptionHasBeenSet =
false;
163 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