7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ecs/ECS_EXPORTS.h>
49 template <
typename NameT = Aws::String>
51 m_nameHasBeenSet =
true;
52 m_name = std::forward<NameT>(value);
54 template <
typename NameT = Aws::String>
56 SetName(std::forward<NameT>(value));
79 template <
typename ValueFromT = Aws::String>
81 m_valueFromHasBeenSet =
true;
82 m_valueFrom = std::forward<ValueFromT>(value);
84 template <
typename ValueFromT = Aws::String>
94 bool m_nameHasBeenSet =
false;
95 bool m_valueFromHasBeenSet =
false;
Secret & WithValueFrom(ValueFromT &&value)
AWS_ECS_API Secret & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetValueFrom() const
AWS_ECS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_ECS_API Secret()=default
void SetName(NameT &&value)
void SetValueFrom(ValueFromT &&value)
AWS_ECS_API Secret(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetName() const
bool ValueFromHasBeenSet() const
bool NameHasBeenSet() const
Secret & WithName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue