7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/m2/MainframeModernization_EXPORTS.h>
19namespace MainframeModernization {
45 m_allowDuplicatesHasBeenSet =
true;
46 m_allowDuplicates = value;
62 m_lengthHasBeenSet =
true;
77 template <
typename NameT = Aws::String>
79 m_nameHasBeenSet =
true;
80 m_name = std::forward<NameT>(value);
82 template <
typename NameT = Aws::String>
84 SetName(std::forward<NameT>(value));
97 m_offsetHasBeenSet =
true;
106 bool m_allowDuplicates{
false};
113 bool m_allowDuplicatesHasBeenSet =
false;
114 bool m_lengthHasBeenSet =
false;
115 bool m_nameHasBeenSet =
false;
116 bool m_offsetHasBeenSet =
false;
void SetAllowDuplicates(bool value)
AWS_MAINFRAMEMODERNIZATION_API Aws::Utils::Json::JsonValue Jsonize() const
AlternateKey & WithLength(int value)
AWS_MAINFRAMEMODERNIZATION_API AlternateKey(Aws::Utils::Json::JsonView jsonValue)
bool GetAllowDuplicates() const
AlternateKey & WithOffset(int value)
void SetName(NameT &&value)
AlternateKey & WithName(NameT &&value)
const Aws::String & GetName() const
AWS_MAINFRAMEMODERNIZATION_API AlternateKey & operator=(Aws::Utils::Json::JsonView jsonValue)
bool OffsetHasBeenSet() const
bool NameHasBeenSet() const
void SetOffset(int value)
AWS_MAINFRAMEMODERNIZATION_API AlternateKey()=default
bool AllowDuplicatesHasBeenSet() const
AlternateKey & WithAllowDuplicates(bool value)
bool LengthHasBeenSet() const
void SetLength(int value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue