7#include <aws/states/SFN_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/states/model/EncryptionType.h>
62 template<
typename KmsKeyIdT = Aws::String>
63 void SetKmsKeyId(KmsKeyIdT&& value) { m_kmsKeyIdHasBeenSet =
true; m_kmsKeyId = std::forward<KmsKeyIdT>(value); }
64 template<
typename KmsKeyIdT = Aws::String>
92 bool m_kmsKeyIdHasBeenSet =
false;
94 int m_kmsDataKeyReusePeriodSeconds{0};
95 bool m_kmsDataKeyReusePeriodSecondsHasBeenSet =
false;
98 bool m_typeHasBeenSet =
false;
void SetType(EncryptionType value)
bool KmsKeyIdHasBeenSet() const
bool TypeHasBeenSet() const
void SetKmsDataKeyReusePeriodSeconds(int value)
EncryptionConfiguration & WithKmsDataKeyReusePeriodSeconds(int value)
AWS_SFN_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SFN_API EncryptionConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
EncryptionType GetType() const
const Aws::String & GetKmsKeyId() const
EncryptionConfiguration & WithType(EncryptionType value)
EncryptionConfiguration & WithKmsKeyId(KmsKeyIdT &&value)
int GetKmsDataKeyReusePeriodSeconds() const
AWS_SFN_API EncryptionConfiguration(Aws::Utils::Json::JsonView jsonValue)
bool KmsDataKeyReusePeriodSecondsHasBeenSet() const
void SetKmsKeyId(KmsKeyIdT &&value)
AWS_SFN_API EncryptionConfiguration()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue