7#include <aws/mq/MQ_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename CreatedT = Aws::Utils::DateTime>
49 void SetCreated(CreatedT&& value) { m_createdHasBeenSet =
true; m_created = std::forward<CreatedT>(value); }
50 template<
typename CreatedT = Aws::Utils::DateTime>
60 template<
typename DescriptionT = Aws::String>
61 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
62 template<
typename DescriptionT = Aws::String>
72 inline void SetRevision(
int value) { m_revisionHasBeenSet =
true; m_revision = value; }
78 bool m_createdHasBeenSet =
false;
81 bool m_descriptionHasBeenSet =
false;
84 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