7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/glue/Glue_EXPORTS.h>
11#include <aws/glue/model/ProfileConfiguration.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename NameT = Aws::String>
39 m_nameHasBeenSet =
true;
40 m_name = std::forward<NameT>(value);
42 template <
typename NameT = Aws::String>
44 SetName(std::forward<NameT>(value));
54 template <
typename DescriptionT = Aws::String>
56 m_descriptionHasBeenSet =
true;
57 m_description = std::forward<DescriptionT>(value);
59 template <
typename DescriptionT = Aws::String>
72 template <
typename ConfigurationT = ProfileConfiguration>
74 m_configurationHasBeenSet =
true;
75 m_configuration = std::forward<ConfigurationT>(value);
77 template <
typename ConfigurationT = ProfileConfiguration>
89 template <
typename CreatedOnT = Aws::Utils::DateTime>
91 m_createdOnHasBeenSet =
true;
92 m_createdOn = std::forward<CreatedOnT>(value);
94 template <
typename CreatedOnT = Aws::Utils::DateTime>
106 template <
typename LastModifiedOnT = Aws::Utils::DateTime>
108 m_lastModifiedOnHasBeenSet =
true;
109 m_lastModifiedOn = std::forward<LastModifiedOnT>(value);
111 template <
typename LastModifiedOnT = Aws::Utils::DateTime>
121 template <
typename RequestIdT = Aws::String>
123 m_requestIdHasBeenSet =
true;
124 m_requestId = std::forward<RequestIdT>(value);
126 template <
typename RequestIdT = Aws::String>
147 bool m_nameHasBeenSet =
false;
148 bool m_descriptionHasBeenSet =
false;
149 bool m_configurationHasBeenSet =
false;
150 bool m_createdOnHasBeenSet =
false;
151 bool m_lastModifiedOnHasBeenSet =
false;
152 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::Http::HttpResponseCode GetHttpResponseCode() const
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