7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/mq/MQ_EXPORTS.h>
42 template <
typename CreatedT = Aws::Utils::DateTime>
44 m_createdHasBeenSet =
true;
45 m_created = std::forward<CreatedT>(value);
47 template <
typename CreatedT = Aws::Utils::DateTime>
60 template <
typename DescriptionT = Aws::String>
62 m_descriptionHasBeenSet =
true;
63 m_description = std::forward<DescriptionT>(value);
65 template <
typename DescriptionT = Aws::String>
79 m_revisionHasBeenSet =
true;
93 bool m_createdHasBeenSet =
false;
94 bool m_descriptionHasBeenSet =
false;
95 bool m_revisionHasBeenSet =
false;
ConfigurationRevision & WithDescription(DescriptionT &&value)
void SetRevision(int value)
bool DescriptionHasBeenSet() const
AWS_MQ_API ConfigurationRevision(Aws::Utils::Json::JsonView jsonValue)
AWS_MQ_API ConfigurationRevision()=default
AWS_MQ_API Aws::Utils::Json::JsonValue Jsonize() const
void SetDescription(DescriptionT &&value)
bool RevisionHasBeenSet() const
const Aws::String & GetDescription() const
bool CreatedHasBeenSet() const
const Aws::Utils::DateTime & GetCreated() const
ConfigurationRevision & WithRevision(int value)
AWS_MQ_API ConfigurationRevision & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetCreated(CreatedT &&value)
ConfigurationRevision & WithCreated(CreatedT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue