7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename LastModifiedT = Aws::String>
49 void SetLastModified(LastModifiedT&& value) { m_lastModifiedHasBeenSet =
true; m_lastModified = std::forward<LastModifiedT>(value); }
50 template<
typename LastModifiedT = Aws::String>
61 template<
typename ETagT = Aws::String>
62 void SetETag(ETagT&& value) { m_eTagHasBeenSet =
true; m_eTag = std::forward<ETagT>(value); }
63 template<
typename ETagT = Aws::String>
73 template<
typename VersionIdT = Aws::String>
74 void SetVersionId(VersionIdT&& value) { m_versionIdHasBeenSet =
true; m_versionId = std::forward<VersionIdT>(value); }
75 template<
typename VersionIdT = Aws::String>
85 template<
typename ContentTypeT = Aws::String>
86 void SetContentType(ContentTypeT&& value) { m_contentTypeHasBeenSet =
true; m_contentType = std::forward<ContentTypeT>(value); }
87 template<
typename ContentTypeT = Aws::String>
98 template<
typename ServerS
ideEncryptionT = Aws::String>
99 void SetServerSideEncryption(ServerSideEncryptionT&& value) { m_serverSideEncryptionHasBeenSet =
true; m_serverSideEncryption = std::forward<ServerSideEncryptionT>(value); }
100 template<
typename ServerS
ideEncryptionT = Aws::String>
111 template<
typename SSEKMSKeyIdT = Aws::String>
112 void SetSSEKMSKeyId(SSEKMSKeyIdT&& value) { m_sSEKMSKeyIdHasBeenSet =
true; m_sSEKMSKeyId = std::forward<SSEKMSKeyIdT>(value); }
113 template<
typename SSEKMSKeyIdT = Aws::String>
119 bool m_lastModifiedHasBeenSet =
false;
122 bool m_eTagHasBeenSet =
false;
125 bool m_versionIdHasBeenSet =
false;
128 bool m_contentTypeHasBeenSet =
false;
131 bool m_serverSideEncryptionHasBeenSet =
false;
134 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