7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityhub/SecurityHub_EXPORTS.h>
9#include <aws/securityhub/model/AwsKinesisStreamStreamEncryptionDetails.h>
43 template <
typename NameT = Aws::String>
45 m_nameHasBeenSet =
true;
46 m_name = std::forward<NameT>(value);
48 template <
typename NameT = Aws::String>
50 SetName(std::forward<NameT>(value));
61 template <
typename ArnT = Aws::String>
63 m_arnHasBeenSet =
true;
64 m_arn = std::forward<ArnT>(value);
66 template <
typename ArnT = Aws::String>
68 SetArn(std::forward<ArnT>(value));
81 template <
typename StreamEncryptionT = AwsKinesisStreamStreamEncryptionDetails>
83 m_streamEncryptionHasBeenSet =
true;
84 m_streamEncryption = std::forward<StreamEncryptionT>(value);
86 template <
typename StreamEncryptionT = AwsKinesisStreamStreamEncryptionDetails>
100 m_shardCountHasBeenSet =
true;
101 m_shardCount = value;
117 m_retentionPeriodHoursHasBeenSet =
true;
118 m_retentionPeriodHours = value;
134 int m_retentionPeriodHours{0};
135 bool m_nameHasBeenSet =
false;
136 bool m_arnHasBeenSet =
false;
137 bool m_streamEncryptionHasBeenSet =
false;
138 bool m_shardCountHasBeenSet =
false;
139 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