7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/securityhub/model/AwsKinesisStreamStreamEncryptionDetails.h>
49 template<
typename NameT = Aws::String>
50 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
51 template<
typename NameT = Aws::String>
61 template<
typename ArnT = Aws::String>
62 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
63 template<
typename ArnT = Aws::String>
75 template<
typename StreamEncryptionT = AwsKinesisStreamStreamEncryptionDetails>
76 void SetStreamEncryption(StreamEncryptionT&& value) { m_streamEncryptionHasBeenSet =
true; m_streamEncryption = std::forward<StreamEncryptionT>(value); }
77 template<
typename StreamEncryptionT = AwsKinesisStreamStreamEncryptionDetails>
87 inline void SetShardCount(
int value) { m_shardCountHasBeenSet =
true; m_shardCount = value; }
98 inline void SetRetentionPeriodHours(
int value) { m_retentionPeriodHoursHasBeenSet =
true; m_retentionPeriodHours = value; }
104 bool m_nameHasBeenSet =
false;
107 bool m_arnHasBeenSet =
false;
110 bool m_streamEncryptionHasBeenSet =
false;
113 bool m_shardCountHasBeenSet =
false;
115 int m_retentionPeriodHours{0};
116 bool m_retentionPeriodHoursHasBeenSet =
false;
const AwsKinesisStreamStreamEncryptionDetails & GetStreamEncryption() const
const Aws::String & GetName() const
const Aws::String & GetArn() const
int GetRetentionPeriodHours() const
bool ArnHasBeenSet() const
void SetShardCount(int value)
AWS_SECURITYHUB_API AwsKinesisStreamDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetRetentionPeriodHours(int value)
void SetStreamEncryption(StreamEncryptionT &&value)
AwsKinesisStreamDetails & WithStreamEncryption(StreamEncryptionT &&value)
int GetShardCount() const
AwsKinesisStreamDetails & WithShardCount(int value)
AWS_SECURITYHUB_API AwsKinesisStreamDetails()=default
bool StreamEncryptionHasBeenSet() const
void SetName(NameT &&value)
AwsKinesisStreamDetails & WithRetentionPeriodHours(int value)
AwsKinesisStreamDetails & WithArn(ArnT &&value)
void SetArn(ArnT &&value)
bool NameHasBeenSet() const
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
AwsKinesisStreamDetails & WithName(NameT &&value)
AWS_SECURITYHUB_API AwsKinesisStreamDetails(Aws::Utils::Json::JsonView jsonValue)
bool RetentionPeriodHoursHasBeenSet() const
bool ShardCountHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue