7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
47 template<
typename NameT = Aws::String>
48 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
49 template<
typename NameT = Aws::String>
59 template<
typename DescriptionT = Aws::String>
60 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
61 template<
typename DescriptionT = Aws::String>
71 template<
typename CreatedOnT = Aws::Utils::DateTime>
72 void SetCreatedOn(CreatedOnT&& value) { m_createdOnHasBeenSet =
true; m_createdOn = std::forward<CreatedOnT>(value); }
73 template<
typename CreatedOnT = Aws::Utils::DateTime>
83 template<
typename LastModifiedOnT = Aws::Utils::DateTime>
84 void SetLastModifiedOn(LastModifiedOnT&& value) { m_lastModifiedOnHasBeenSet =
true; m_lastModifiedOn = std::forward<LastModifiedOnT>(value); }
85 template<
typename LastModifiedOnT = Aws::Utils::DateTime>
91 bool m_nameHasBeenSet =
false;
94 bool m_descriptionHasBeenSet =
false;
97 bool m_createdOnHasBeenSet =
false;
100 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