7#include <aws/finspace/Finspace_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename DatabaseNameT = Aws::String>
42 void SetDatabaseName(DatabaseNameT&& value) { m_databaseNameHasBeenSet =
true; m_databaseName = std::forward<DatabaseNameT>(value); }
43 template<
typename DatabaseNameT = Aws::String>
52 template<
typename EnvironmentIdT = Aws::String>
53 void SetEnvironmentId(EnvironmentIdT&& value) { m_environmentIdHasBeenSet =
true; m_environmentId = std::forward<EnvironmentIdT>(value); }
54 template<
typename EnvironmentIdT = Aws::String>
63 template<
typename DescriptionT = Aws::String>
64 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
65 template<
typename DescriptionT = Aws::String>
76 template<
typename LastModifiedTimestampT = Aws::Utils::DateTime>
77 void SetLastModifiedTimestamp(LastModifiedTimestampT&& value) { m_lastModifiedTimestampHasBeenSet =
true; m_lastModifiedTimestamp = std::forward<LastModifiedTimestampT>(value); }
78 template<
typename LastModifiedTimestampT = Aws::Utils::DateTime>
85 template<
typename RequestIdT = Aws::String>
86 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
87 template<
typename RequestIdT = Aws::String>
93 bool m_databaseNameHasBeenSet =
false;
96 bool m_environmentIdHasBeenSet =
false;
99 bool m_descriptionHasBeenSet =
false;
102 bool m_lastModifiedTimestampHasBeenSet =
false;
105 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