7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/m2/MainframeModernization_EXPORTS.h>
19namespace MainframeModernization {
43 template <
typename ContentT = Aws::String>
45 m_contentHasBeenSet =
true;
46 m_content = std::forward<ContentT>(value);
48 template <
typename ContentT = Aws::String>
61 template <
typename S3LocationT = Aws::String>
63 m_s3LocationHasBeenSet =
true;
64 m_s3Location = std::forward<S3LocationT>(value);
66 template <
typename S3LocationT = Aws::String>
76 bool m_contentHasBeenSet =
false;
77 bool m_s3LocationHasBeenSet =
false;
void SetContent(ContentT &&value)
const Aws::String & GetS3Location() const
AWS_MAINFRAMEMODERNIZATION_API Definition & operator=(Aws::Utils::Json::JsonView jsonValue)
Definition & WithContent(ContentT &&value)
AWS_MAINFRAMEMODERNIZATION_API Definition(Aws::Utils::Json::JsonView jsonValue)
void SetS3Location(S3LocationT &&value)
bool S3LocationHasBeenSet() const
AWS_MAINFRAMEMODERNIZATION_API Definition()=default
bool ContentHasBeenSet() const
AWS_MAINFRAMEMODERNIZATION_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetContent() const
Definition & WithS3Location(S3LocationT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue