7#include <aws/finspace/Finspace_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/finspace/model/EnvironmentStatus.h>
10#include <aws/core/utils/DateTime.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename NameT = Aws::String>
43 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
44 template<
typename NameT = Aws::String>
62 template<
typename EnvironmentIdT = Aws::String>
63 void SetEnvironmentId(EnvironmentIdT&& value) { m_environmentIdHasBeenSet =
true; m_environmentId = std::forward<EnvironmentIdT>(value); }
64 template<
typename EnvironmentIdT = Aws::String>
73 template<
typename DescriptionT = Aws::String>
74 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
75 template<
typename DescriptionT = Aws::String>
84 template<
typename EnvironmentArnT = Aws::String>
85 void SetEnvironmentArn(EnvironmentArnT&& value) { m_environmentArnHasBeenSet =
true; m_environmentArn = std::forward<EnvironmentArnT>(value); }
86 template<
typename EnvironmentArnT = Aws::String>
95 template<
typename KmsKeyIdT = Aws::String>
96 void SetKmsKeyId(KmsKeyIdT&& value) { m_kmsKeyIdHasBeenSet =
true; m_kmsKeyId = std::forward<KmsKeyIdT>(value); }
97 template<
typename KmsKeyIdT = Aws::String>
106 template<
typename CreationTimestampT = Aws::Utils::DateTime>
107 void SetCreationTimestamp(CreationTimestampT&& value) { m_creationTimestampHasBeenSet =
true; m_creationTimestamp = std::forward<CreationTimestampT>(value); }
108 template<
typename CreationTimestampT = Aws::Utils::DateTime>
115 template<
typename RequestIdT = Aws::String>
116 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
117 template<
typename RequestIdT = Aws::String>
123 bool m_nameHasBeenSet =
false;
126 bool m_statusHasBeenSet =
false;
129 bool m_environmentIdHasBeenSet =
false;
132 bool m_descriptionHasBeenSet =
false;
135 bool m_environmentArnHasBeenSet =
false;
138 bool m_kmsKeyIdHasBeenSet =
false;
141 bool m_creationTimestampHasBeenSet =
false;
144 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