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/finspace/Finspace_EXPORTS.h>
11#include <aws/finspace/model/EnvironmentStatus.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));
55 m_statusHasBeenSet =
true;
69 template <
typename EnvironmentIdT = Aws::String>
71 m_environmentIdHasBeenSet =
true;
72 m_environmentId = std::forward<EnvironmentIdT>(value);
74 template <
typename EnvironmentIdT = Aws::String>
86 template <
typename DescriptionT = Aws::String>
88 m_descriptionHasBeenSet =
true;
89 m_description = std::forward<DescriptionT>(value);
91 template <
typename DescriptionT = Aws::String>
103 template <
typename EnvironmentArnT = Aws::String>
105 m_environmentArnHasBeenSet =
true;
106 m_environmentArn = std::forward<EnvironmentArnT>(value);
108 template <
typename EnvironmentArnT = Aws::String>
120 template <
typename KmsKeyIdT = Aws::String>
122 m_kmsKeyIdHasBeenSet =
true;
123 m_kmsKeyId = std::forward<KmsKeyIdT>(value);
125 template <
typename KmsKeyIdT = Aws::String>
137 template <
typename CreationTimestampT = Aws::Utils::DateTime>
139 m_creationTimestampHasBeenSet =
true;
140 m_creationTimestamp = std::forward<CreationTimestampT>(value);
142 template <
typename CreationTimestampT = Aws::Utils::DateTime>
152 template <
typename RequestIdT = Aws::String>
154 m_requestIdHasBeenSet =
true;
155 m_requestId = std::forward<RequestIdT>(value);
157 template <
typename RequestIdT = Aws::String>
182 bool m_nameHasBeenSet =
false;
183 bool m_statusHasBeenSet =
false;
184 bool m_environmentIdHasBeenSet =
false;
185 bool m_descriptionHasBeenSet =
false;
186 bool m_environmentArnHasBeenSet =
false;
187 bool m_kmsKeyIdHasBeenSet =
false;
188 bool m_creationTimestampHasBeenSet =
false;
189 bool m_requestIdHasBeenSet =
false;
void SetName(NameT &&value)
EnvironmentStatus GetStatus() const
void SetRequestId(RequestIdT &&value)
CreateKxEnvironmentResult & WithCreationTimestamp(CreationTimestampT &&value)
void SetStatus(EnvironmentStatus value)
void SetEnvironmentArn(EnvironmentArnT &&value)
const Aws::String & GetEnvironmentArn() const
CreateKxEnvironmentResult & WithEnvironmentArn(EnvironmentArnT &&value)
void SetDescription(DescriptionT &&value)
CreateKxEnvironmentResult & WithName(NameT &&value)
const Aws::Utils::DateTime & GetCreationTimestamp() const
CreateKxEnvironmentResult & WithStatus(EnvironmentStatus value)
const Aws::String & GetKmsKeyId() const
const Aws::String & GetRequestId() const
const Aws::String & GetEnvironmentId() const
void SetEnvironmentId(EnvironmentIdT &&value)
const Aws::String & GetName() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetKmsKeyId(KmsKeyIdT &&value)
CreateKxEnvironmentResult & WithKmsKeyId(KmsKeyIdT &&value)
const Aws::String & GetDescription() const
AWS_FINSPACE_API CreateKxEnvironmentResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_FINSPACE_API CreateKxEnvironmentResult()=default
void SetCreationTimestamp(CreationTimestampT &&value)
CreateKxEnvironmentResult & WithRequestId(RequestIdT &&value)
CreateKxEnvironmentResult & WithDescription(DescriptionT &&value)
CreateKxEnvironmentResult & WithEnvironmentId(EnvironmentIdT &&value)
AWS_FINSPACE_API CreateKxEnvironmentResult(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