7#include <aws/m2/MainframeModernization_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/m2/model/PrimaryKey.h>
11#include <aws/m2/model/AlternateKey.h>
24namespace MainframeModernization
67 inline void SetCompressed(
bool value) { m_compressedHasBeenSet =
true; m_compressed = value; }
79 inline void SetEncoding(
const char* value) { m_encodingHasBeenSet =
true; m_encoding.assign(value); }
93 inline void SetFormat(
const char* value) { m_formatHasBeenSet =
true; m_format.assign(value); }
113 bool m_alternateKeysHasBeenSet =
false;
116 bool m_compressedHasBeenSet =
false;
119 bool m_encodingHasBeenSet =
false;
122 bool m_formatHasBeenSet =
false;
125 bool m_primaryKeyHasBeenSet =
false;
VsamAttributes & WithAlternateKeys(Aws::Vector< AlternateKey > &&value)
const Aws::String & GetEncoding() const
bool EncodingHasBeenSet() const
VsamAttributes & AddAlternateKeys(AlternateKey &&value)
VsamAttributes & WithPrimaryKey(const PrimaryKey &value)
VsamAttributes & AddAlternateKeys(const AlternateKey &value)
AWS_MAINFRAMEMODERNIZATION_API VsamAttributes()
void SetPrimaryKey(const PrimaryKey &value)
VsamAttributes & WithFormat(const char *value)
void SetAlternateKeys(const Aws::Vector< AlternateKey > &value)
void SetEncoding(const Aws::String &value)
AWS_MAINFRAMEMODERNIZATION_API VsamAttributes(Aws::Utils::Json::JsonView jsonValue)
VsamAttributes & WithPrimaryKey(PrimaryKey &&value)
void SetFormat(Aws::String &&value)
bool GetCompressed() const
void SetFormat(const char *value)
void SetEncoding(const char *value)
bool FormatHasBeenSet() const
void SetFormat(const Aws::String &value)
VsamAttributes & WithEncoding(const char *value)
void SetAlternateKeys(Aws::Vector< AlternateKey > &&value)
AWS_MAINFRAMEMODERNIZATION_API VsamAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
bool PrimaryKeyHasBeenSet() const
VsamAttributes & WithFormat(Aws::String &&value)
AWS_MAINFRAMEMODERNIZATION_API Aws::Utils::Json::JsonValue Jsonize() const
void SetPrimaryKey(PrimaryKey &&value)
VsamAttributes & WithAlternateKeys(const Aws::Vector< AlternateKey > &value)
bool CompressedHasBeenSet() const
void SetEncoding(Aws::String &&value)
VsamAttributes & WithFormat(const Aws::String &value)
bool AlternateKeysHasBeenSet() const
VsamAttributes & WithEncoding(Aws::String &&value)
void SetCompressed(bool value)
const Aws::String & GetFormat() const
const Aws::Vector< AlternateKey > & GetAlternateKeys() const
VsamAttributes & WithEncoding(const Aws::String &value)
const PrimaryKey & GetPrimaryKey() const
VsamAttributes & WithCompressed(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue