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
66 inline void SetCacheAtStartup(
bool value) { m_cacheAtStartupHasBeenSet =
true; m_cacheAtStartup = value; }
78 inline void SetCompressed(
bool value) { m_compressedHasBeenSet =
true; m_compressed = value; }
90 inline void SetEncoding(
const char* value) { m_encodingHasBeenSet =
true; m_encoding.assign(value); }
116 inline void SetRecordFormat(
const char* value) { m_recordFormatHasBeenSet =
true; m_recordFormat.assign(value); }
124 bool m_alternateKeysHasBeenSet =
false;
126 bool m_cacheAtStartup;
127 bool m_cacheAtStartupHasBeenSet =
false;
130 bool m_compressedHasBeenSet =
false;
133 bool m_encodingHasBeenSet =
false;
136 bool m_primaryKeyHasBeenSet =
false;
139 bool m_recordFormatHasBeenSet =
false;
void SetPrimaryKey(PrimaryKey &&value)
bool CacheAtStartupHasBeenSet() const
VsamDetailAttributes & WithCacheAtStartup(bool value)
VsamDetailAttributes & WithPrimaryKey(PrimaryKey &&value)
void SetCacheAtStartup(bool value)
void SetEncoding(const Aws::String &value)
AWS_MAINFRAMEMODERNIZATION_API VsamDetailAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
VsamDetailAttributes & WithRecordFormat(const char *value)
VsamDetailAttributes & AddAlternateKeys(AlternateKey &&value)
void SetRecordFormat(Aws::String &&value)
VsamDetailAttributes & WithRecordFormat(const Aws::String &value)
VsamDetailAttributes & WithPrimaryKey(const PrimaryKey &value)
void SetRecordFormat(const char *value)
const Aws::String & GetRecordFormat() const
const Aws::Vector< AlternateKey > & GetAlternateKeys() const
void SetAlternateKeys(Aws::Vector< AlternateKey > &&value)
bool RecordFormatHasBeenSet() const
bool PrimaryKeyHasBeenSet() const
bool EncodingHasBeenSet() const
VsamDetailAttributes & WithEncoding(const char *value)
const PrimaryKey & GetPrimaryKey() const
void SetPrimaryKey(const PrimaryKey &value)
void SetAlternateKeys(const Aws::Vector< AlternateKey > &value)
VsamDetailAttributes & WithEncoding(Aws::String &&value)
AWS_MAINFRAMEMODERNIZATION_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MAINFRAMEMODERNIZATION_API VsamDetailAttributes()
void SetCompressed(bool value)
VsamDetailAttributes & WithAlternateKeys(Aws::Vector< AlternateKey > &&value)
bool GetCacheAtStartup() const
VsamDetailAttributes & WithRecordFormat(Aws::String &&value)
bool CompressedHasBeenSet() const
bool AlternateKeysHasBeenSet() const
VsamDetailAttributes & WithEncoding(const Aws::String &value)
void SetEncoding(const char *value)
void SetEncoding(Aws::String &&value)
bool GetCompressed() const
const Aws::String & GetEncoding() const
void SetRecordFormat(const Aws::String &value)
VsamDetailAttributes & WithAlternateKeys(const Aws::Vector< AlternateKey > &value)
VsamDetailAttributes & AddAlternateKeys(const AlternateKey &value)
VsamDetailAttributes & WithCompressed(bool value)
AWS_MAINFRAMEMODERNIZATION_API VsamDetailAttributes(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue