7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/pipes/Pipes_EXPORTS.h>
9#include <aws/pipes/model/EcsEnvironmentFileType.h>
60 m_typeHasBeenSet =
true;
76 template <
typename ValueT = Aws::String>
78 m_valueHasBeenSet =
true;
79 m_value = std::forward<ValueT>(value);
81 template <
typename ValueT = Aws::String>
83 SetValue(std::forward<ValueT>(value));
91 bool m_typeHasBeenSet =
false;
92 bool m_valueHasBeenSet =
false;
EcsEnvironmentFileType GetType() const
AWS_PIPES_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_PIPES_API EcsEnvironmentFile & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetValue() const
AWS_PIPES_API EcsEnvironmentFile()=default
void SetValue(ValueT &&value)
AWS_PIPES_API EcsEnvironmentFile(Aws::Utils::Json::JsonView jsonValue)
EcsEnvironmentFile & WithType(EcsEnvironmentFileType value)
void SetType(EcsEnvironmentFileType value)
EcsEnvironmentFile & WithValue(ValueT &&value)
bool ValueHasBeenSet() const
bool TypeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue