7#include <aws/evs/EVS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
52 template<
typename SecretArnT = Aws::String>
53 void SetSecretArn(SecretArnT&& value) { m_secretArnHasBeenSet =
true; m_secretArn = std::forward<SecretArnT>(value); }
54 template<
typename SecretArnT = Aws::String>
60 bool m_secretArnHasBeenSet =
false;
AWS_EVS_API Secret()=default
AWS_EVS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetSecretArn() const
void SetSecretArn(SecretArnT &&value)
bool SecretArnHasBeenSet() const
Secret & WithSecretArn(SecretArnT &&value)
AWS_EVS_API Secret & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_EVS_API Secret(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue