7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/deadline/Deadline_EXPORTS.h>
9#include <aws/deadline/model/StepParameterChunks.h>
10#include <aws/deadline/model/StepParameterType.h>
42 template <
typename NameT = Aws::String>
44 m_nameHasBeenSet =
true;
45 m_name = std::forward<NameT>(value);
47 template <
typename NameT = Aws::String>
49 SetName(std::forward<NameT>(value));
61 m_typeHasBeenSet =
true;
76 template <
typename ChunksT = StepParameterChunks>
78 m_chunksHasBeenSet =
true;
79 m_chunks = std::forward<ChunksT>(value);
81 template <
typename ChunksT = StepParameterChunks>
92 StepParameterChunks m_chunks;
93 bool m_nameHasBeenSet =
false;
94 bool m_typeHasBeenSet =
false;
95 bool m_chunksHasBeenSet =
false;
StepParameter & WithType(StepParameterType value)
bool ChunksHasBeenSet() const
AWS_DEADLINE_API StepParameter()=default
StepParameter & WithName(NameT &&value)
AWS_DEADLINE_API Aws::Utils::Json::JsonValue Jsonize() const
StepParameterType GetType() const
const Aws::String & GetName() const
AWS_DEADLINE_API StepParameter(Aws::Utils::Json::JsonView jsonValue)
void SetType(StepParameterType value)
const StepParameterChunks & GetChunks() const
bool NameHasBeenSet() const
void SetChunks(ChunksT &&value)
void SetName(NameT &&value)
bool TypeHasBeenSet() const
StepParameter & WithChunks(ChunksT &&value)
AWS_DEADLINE_API StepParameter & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue