7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/m2/MainframeModernization_EXPORTS.h>
19namespace MainframeModernization {
40 template <
typename EncodingT = Aws::String>
42 m_encodingHasBeenSet =
true;
43 m_encoding = std::forward<EncodingT>(value);
45 template <
typename EncodingT = Aws::String>
58 template <
typename FormatT = Aws::String>
60 m_formatHasBeenSet =
true;
61 m_format = std::forward<FormatT>(value);
63 template <
typename FormatT = Aws::String>
73 bool m_encodingHasBeenSet =
false;
74 bool m_formatHasBeenSet =
false;
const Aws::String & GetEncoding() const
AWS_MAINFRAMEMODERNIZATION_API PsAttributes(Aws::Utils::Json::JsonView jsonValue)
bool FormatHasBeenSet() const
AWS_MAINFRAMEMODERNIZATION_API Aws::Utils::Json::JsonValue Jsonize() const
bool EncodingHasBeenSet() const
PsAttributes & WithEncoding(EncodingT &&value)
PsAttributes & WithFormat(FormatT &&value)
void SetFormat(FormatT &&value)
AWS_MAINFRAMEMODERNIZATION_API PsAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MAINFRAMEMODERNIZATION_API PsAttributes()=default
const Aws::String & GetFormat() const
void SetEncoding(EncodingT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue