7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/Glue_EXPORTS.h>
10#include <aws/glue/model/ProfileConfiguration.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename NameT = Aws::String>
38 m_nameHasBeenSet =
true;
39 m_name = std::forward<NameT>(value);
41 template <
typename NameT = Aws::String>
43 SetName(std::forward<NameT>(value));
53 template <
typename DescriptionT = Aws::String>
55 m_descriptionHasBeenSet =
true;
56 m_description = std::forward<DescriptionT>(value);
58 template <
typename DescriptionT = Aws::String>
71 template <
typename ConfigurationT = ProfileConfiguration>
73 m_configurationHasBeenSet =
true;
74 m_configuration = std::forward<ConfigurationT>(value);
76 template <
typename ConfigurationT = ProfileConfiguration>
88 template <
typename CreatedOnT = Aws::Utils::DateTime>
90 m_createdOnHasBeenSet =
true;
91 m_createdOn = std::forward<CreatedOnT>(value);
93 template <
typename CreatedOnT = Aws::Utils::DateTime>
105 template <
typename LastModifiedOnT = Aws::Utils::DateTime>
107 m_lastModifiedOnHasBeenSet =
true;
108 m_lastModifiedOn = std::forward<LastModifiedOnT>(value);
110 template <
typename LastModifiedOnT = Aws::Utils::DateTime>
120 template <
typename RequestIdT = Aws::String>
122 m_requestIdHasBeenSet =
true;
123 m_requestId = std::forward<RequestIdT>(value);
125 template <
typename RequestIdT = Aws::String>
143 bool m_nameHasBeenSet =
false;
144 bool m_descriptionHasBeenSet =
false;
145 bool m_configurationHasBeenSet =
false;
146 bool m_createdOnHasBeenSet =
false;
147 bool m_lastModifiedOnHasBeenSet =
false;
148 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