7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/finspace/Finspace_EXPORTS.h>
10#include <aws/finspace/model/EnvironmentStatus.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));
54 m_statusHasBeenSet =
true;
68 template <
typename EnvironmentIdT = Aws::String>
70 m_environmentIdHasBeenSet =
true;
71 m_environmentId = std::forward<EnvironmentIdT>(value);
73 template <
typename EnvironmentIdT = Aws::String>
85 template <
typename DescriptionT = Aws::String>
87 m_descriptionHasBeenSet =
true;
88 m_description = std::forward<DescriptionT>(value);
90 template <
typename DescriptionT = Aws::String>
102 template <
typename EnvironmentArnT = Aws::String>
104 m_environmentArnHasBeenSet =
true;
105 m_environmentArn = std::forward<EnvironmentArnT>(value);
107 template <
typename EnvironmentArnT = Aws::String>
119 template <
typename KmsKeyIdT = Aws::String>
121 m_kmsKeyIdHasBeenSet =
true;
122 m_kmsKeyId = std::forward<KmsKeyIdT>(value);
124 template <
typename KmsKeyIdT = Aws::String>
136 template <
typename CreationTimestampT = Aws::Utils::DateTime>
138 m_creationTimestampHasBeenSet =
true;
139 m_creationTimestamp = std::forward<CreationTimestampT>(value);
141 template <
typename CreationTimestampT = Aws::Utils::DateTime>
151 template <
typename RequestIdT = Aws::String>
153 m_requestIdHasBeenSet =
true;
154 m_requestId = std::forward<RequestIdT>(value);
156 template <
typename RequestIdT = Aws::String>
178 bool m_nameHasBeenSet =
false;
179 bool m_statusHasBeenSet =
false;
180 bool m_environmentIdHasBeenSet =
false;
181 bool m_descriptionHasBeenSet =
false;
182 bool m_environmentArnHasBeenSet =
false;
183 bool m_kmsKeyIdHasBeenSet =
false;
184 bool m_creationTimestampHasBeenSet =
false;
185 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
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