7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/model/ProfileConfiguration.h>
10#include <aws/core/utils/DateTime.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename NameT = Aws::String>
43 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
44 template<
typename NameT = Aws::String>
53 template<
typename DescriptionT = Aws::String>
54 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
55 template<
typename DescriptionT = Aws::String>
65 template<
typename ConfigurationT = ProfileConfiguration>
66 void SetConfiguration(ConfigurationT&& value) { m_configurationHasBeenSet =
true; m_configuration = std::forward<ConfigurationT>(value); }
67 template<
typename ConfigurationT = ProfileConfiguration>
76 template<
typename CreatedOnT = Aws::Utils::DateTime>
77 void SetCreatedOn(CreatedOnT&& value) { m_createdOnHasBeenSet =
true; m_createdOn = std::forward<CreatedOnT>(value); }
78 template<
typename CreatedOnT = Aws::Utils::DateTime>
87 template<
typename LastModifiedOnT = Aws::Utils::DateTime>
88 void SetLastModifiedOn(LastModifiedOnT&& value) { m_lastModifiedOnHasBeenSet =
true; m_lastModifiedOn = std::forward<LastModifiedOnT>(value); }
89 template<
typename LastModifiedOnT = Aws::Utils::DateTime>
96 template<
typename RequestIdT = Aws::String>
97 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
98 template<
typename RequestIdT = Aws::String>
104 bool m_nameHasBeenSet =
false;
107 bool m_descriptionHasBeenSet =
false;
110 bool m_configurationHasBeenSet =
false;
113 bool m_createdOnHasBeenSet =
false;
116 bool m_lastModifiedOnHasBeenSet =
false;
119 bool m_requestIdHasBeenSet =
false;
const Aws::Utils::DateTime & GetCreatedOn() const
AWS_GLUE_API GetUsageProfileResult()=default
GetUsageProfileResult & WithDescription(DescriptionT &&value)
const Aws::Utils::DateTime & GetLastModifiedOn() const
const Aws::String & GetDescription() const
GetUsageProfileResult & WithCreatedOn(CreatedOnT &&value)
void SetDescription(DescriptionT &&value)
AWS_GLUE_API GetUsageProfileResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetLastModifiedOn(LastModifiedOnT &&value)
GetUsageProfileResult & WithLastModifiedOn(LastModifiedOnT &&value)
const Aws::String & GetName() const
GetUsageProfileResult & WithConfiguration(ConfigurationT &&value)
void SetCreatedOn(CreatedOnT &&value)
GetUsageProfileResult & WithRequestId(RequestIdT &&value)
const ProfileConfiguration & GetConfiguration() const
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
GetUsageProfileResult & WithName(NameT &&value)
void SetName(NameT &&value)
void SetConfiguration(ConfigurationT &&value)
AWS_GLUE_API GetUsageProfileResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue