7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/Glue_EXPORTS.h>
41 template <
typename NameT = Aws::String>
43 m_nameHasBeenSet =
true;
44 m_name = std::forward<NameT>(value);
46 template <
typename NameT = Aws::String>
48 SetName(std::forward<NameT>(value));
59 template <
typename DescriptionT = Aws::String>
61 m_descriptionHasBeenSet =
true;
62 m_description = std::forward<DescriptionT>(value);
64 template <
typename DescriptionT = Aws::String>
77 template <
typename CreatedOnT = Aws::Utils::DateTime>
79 m_createdOnHasBeenSet =
true;
80 m_createdOn = std::forward<CreatedOnT>(value);
82 template <
typename CreatedOnT = Aws::Utils::DateTime>
95 template <
typename LastModifiedOnT = Aws::Utils::DateTime>
97 m_lastModifiedOnHasBeenSet =
true;
98 m_lastModifiedOn = std::forward<LastModifiedOnT>(value);
100 template <
typename LastModifiedOnT = Aws::Utils::DateTime>
114 bool m_nameHasBeenSet =
false;
115 bool m_descriptionHasBeenSet =
false;
116 bool m_createdOnHasBeenSet =
false;
117 bool m_lastModifiedOnHasBeenSet =
false;
bool NameHasBeenSet() const
void SetLastModifiedOn(LastModifiedOnT &&value)
bool DescriptionHasBeenSet() const
UsageProfileDefinition & WithName(NameT &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetName(NameT &&value)
UsageProfileDefinition & WithCreatedOn(CreatedOnT &&value)
const Aws::String & GetName() const
bool LastModifiedOnHasBeenSet() const
void SetCreatedOn(CreatedOnT &&value)
AWS_GLUE_API UsageProfileDefinition(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API UsageProfileDefinition & operator=(Aws::Utils::Json::JsonView jsonValue)
UsageProfileDefinition & WithDescription(DescriptionT &&value)
void SetDescription(DescriptionT &&value)
bool CreatedOnHasBeenSet() const
AWS_GLUE_API UsageProfileDefinition()=default
const Aws::String & GetDescription() const
const Aws::Utils::DateTime & GetCreatedOn() const
const Aws::Utils::DateTime & GetLastModifiedOn() const
UsageProfileDefinition & WithLastModifiedOn(LastModifiedOnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue