7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/pcs/PCS_EXPORTS.h>
42 template <
typename SecretArnT = Aws::String>
44 m_secretArnHasBeenSet =
true;
45 m_secretArn = std::forward<SecretArnT>(value);
47 template <
typename SecretArnT = Aws::String>
61 template <
typename SecretVersionT = Aws::String>
63 m_secretVersionHasBeenSet =
true;
64 m_secretVersion = std::forward<SecretVersionT>(value);
66 template <
typename SecretVersionT = Aws::String>
76 bool m_secretArnHasBeenSet =
false;
77 bool m_secretVersionHasBeenSet =
false;
AWS_PCS_API Aws::Utils::Json::JsonValue Jsonize() const
JwtKey & WithSecretArn(SecretArnT &&value)
void SetSecretArn(SecretArnT &&value)
void SetSecretVersion(SecretVersionT &&value)
const Aws::String & GetSecretVersion() const
AWS_PCS_API JwtKey & operator=(Aws::Utils::Json::JsonView jsonValue)
JwtKey & WithSecretVersion(SecretVersionT &&value)
const Aws::String & GetSecretArn() const
bool SecretArnHasBeenSet() const
AWS_PCS_API JwtKey(Aws::Utils::Json::JsonView jsonValue)
AWS_PCS_API JwtKey()=default
bool SecretVersionHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue