7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/finspace/Finspace_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename DatabaseNameT = Aws::String>
37 m_databaseNameHasBeenSet =
true;
38 m_databaseName = std::forward<DatabaseNameT>(value);
40 template <
typename DatabaseNameT = Aws::String>
52 template <
typename EnvironmentIdT = Aws::String>
54 m_environmentIdHasBeenSet =
true;
55 m_environmentId = std::forward<EnvironmentIdT>(value);
57 template <
typename EnvironmentIdT = Aws::String>
69 template <
typename DescriptionT = Aws::String>
71 m_descriptionHasBeenSet =
true;
72 m_description = std::forward<DescriptionT>(value);
74 template <
typename DescriptionT = Aws::String>
88 template <
typename LastModifiedTimestampT = Aws::Utils::DateTime>
90 m_lastModifiedTimestampHasBeenSet =
true;
91 m_lastModifiedTimestamp = std::forward<LastModifiedTimestampT>(value);
93 template <
typename LastModifiedTimestampT = Aws::Utils::DateTime>
103 template <
typename RequestIdT = Aws::String>
105 m_requestIdHasBeenSet =
true;
106 m_requestId = std::forward<RequestIdT>(value);
108 template <
typename RequestIdT = Aws::String>
124 bool m_databaseNameHasBeenSet =
false;
125 bool m_environmentIdHasBeenSet =
false;
126 bool m_descriptionHasBeenSet =
false;
127 bool m_lastModifiedTimestampHasBeenSet =
false;
128 bool m_requestIdHasBeenSet =
false;
const Aws::Utils::DateTime & GetLastModifiedTimestamp() const
void SetLastModifiedTimestamp(LastModifiedTimestampT &&value)
AWS_FINSPACE_API UpdateKxDatabaseResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetEnvironmentId(EnvironmentIdT &&value)
void SetDescription(DescriptionT &&value)
UpdateKxDatabaseResult & WithDatabaseName(DatabaseNameT &&value)
void SetDatabaseName(DatabaseNameT &&value)
const Aws::String & GetDatabaseName() const
AWS_FINSPACE_API UpdateKxDatabaseResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetDescription() const
UpdateKxDatabaseResult & WithDescription(DescriptionT &&value)
const Aws::String & GetRequestId() const
AWS_FINSPACE_API UpdateKxDatabaseResult()=default
const Aws::String & GetEnvironmentId() const
UpdateKxDatabaseResult & WithLastModifiedTimestamp(LastModifiedTimestampT &&value)
UpdateKxDatabaseResult & WithRequestId(RequestIdT &&value)
UpdateKxDatabaseResult & WithEnvironmentId(EnvironmentIdT &&value)
void SetRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue