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