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
51 template<
typename AlternateKeysT = Aws::Vector<AlternateKey>>
52 void SetAlternateKeys(AlternateKeysT&& value) { m_alternateKeysHasBeenSet =
true; m_alternateKeys = std::forward<AlternateKeysT>(value); }
53 template<
typename AlternateKeysT = Aws::Vector<AlternateKey>>
55 template<
typename AlternateKeysT = AlternateKey>
66 inline void SetCacheAtStartup(
bool value) { m_cacheAtStartupHasBeenSet =
true; m_cacheAtStartup = value; }
78 inline void SetCompressed(
bool value) { m_compressedHasBeenSet =
true; m_compressed = value; }
88 template<
typename EncodingT = Aws::String>
89 void SetEncoding(EncodingT&& value) { m_encodingHasBeenSet =
true; m_encoding = std::forward<EncodingT>(value); }
90 template<
typename EncodingT = Aws::String>
100 template<
typename PrimaryKeyT = PrimaryKey>
101 void SetPrimaryKey(PrimaryKeyT&& value) { m_primaryKeyHasBeenSet =
true; m_primaryKey = std::forward<PrimaryKeyT>(value); }
102 template<
typename PrimaryKeyT = PrimaryKey>
112 template<
typename RecordFormatT = Aws::String>
113 void SetRecordFormat(RecordFormatT&& value) { m_recordFormatHasBeenSet =
true; m_recordFormat = std::forward<RecordFormatT>(value); }
114 template<
typename RecordFormatT = Aws::String>
120 bool m_alternateKeysHasBeenSet =
false;
122 bool m_cacheAtStartup{
false};
123 bool m_cacheAtStartupHasBeenSet =
false;
125 bool m_compressed{
false};
126 bool m_compressedHasBeenSet =
false;
129 bool m_encodingHasBeenSet =
false;
131 PrimaryKey m_primaryKey;
132 bool m_primaryKeyHasBeenSet =
false;
135 bool m_recordFormatHasBeenSet =
false;
bool CacheAtStartupHasBeenSet() const
VsamDetailAttributes & WithPrimaryKey(PrimaryKeyT &&value)
VsamDetailAttributes & WithCacheAtStartup(bool value)
VsamDetailAttributes & WithEncoding(EncodingT &&value)
void SetCacheAtStartup(bool value)
AWS_MAINFRAMEMODERNIZATION_API VsamDetailAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
VsamDetailAttributes & WithAlternateKeys(AlternateKeysT &&value)
void SetAlternateKeys(AlternateKeysT &&value)
VsamDetailAttributes & WithRecordFormat(RecordFormatT &&value)
const Aws::String & GetRecordFormat() const
const Aws::Vector< AlternateKey > & GetAlternateKeys() const
bool RecordFormatHasBeenSet() const
bool PrimaryKeyHasBeenSet() const
bool EncodingHasBeenSet() const
void SetRecordFormat(RecordFormatT &&value)
AWS_MAINFRAMEMODERNIZATION_API VsamDetailAttributes()=default
const PrimaryKey & GetPrimaryKey() const
VsamDetailAttributes & AddAlternateKeys(AlternateKeysT &&value)
AWS_MAINFRAMEMODERNIZATION_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCompressed(bool value)
void SetPrimaryKey(PrimaryKeyT &&value)
bool GetCacheAtStartup() const
bool CompressedHasBeenSet() const
bool AlternateKeysHasBeenSet() const
void SetEncoding(EncodingT &&value)
bool GetCompressed() const
const Aws::String & GetEncoding() const
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