7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 inline void SetStreamEnabled(
bool value) { m_streamEnabledHasBeenSet =
true; m_streamEnabled = value; }
57 template<
typename StreamViewTypeT = Aws::String>
58 void SetStreamViewType(StreamViewTypeT&& value) { m_streamViewTypeHasBeenSet =
true; m_streamViewType = std::forward<StreamViewTypeT>(value); }
59 template<
typename StreamViewTypeT = Aws::String>
64 bool m_streamEnabled{
false};
65 bool m_streamEnabledHasBeenSet =
false;
68 bool m_streamViewTypeHasBeenSet =
false;
AWS_SECURITYHUB_API AwsDynamoDbTableStreamSpecification()=default
void SetStreamViewType(StreamViewTypeT &&value)
AWS_SECURITYHUB_API AwsDynamoDbTableStreamSpecification & operator=(Aws::Utils::Json::JsonView jsonValue)
AwsDynamoDbTableStreamSpecification & WithStreamViewType(StreamViewTypeT &&value)
const Aws::String & GetStreamViewType() const
AwsDynamoDbTableStreamSpecification & WithStreamEnabled(bool value)
bool StreamViewTypeHasBeenSet() const
void SetStreamEnabled(bool value)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
bool GetStreamEnabled() const
AWS_SECURITYHUB_API AwsDynamoDbTableStreamSpecification(Aws::Utils::Json::JsonView jsonValue)
bool StreamEnabledHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue