7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/finspace/Finspace_EXPORTS.h>
9#include <aws/finspace/model/EnvironmentStatus.h>
10#include <aws/finspace/model/FederationMode.h>
11#include <aws/finspace/model/FederationParameters.h>
43 template <
typename NameT = Aws::String>
45 m_nameHasBeenSet =
true;
46 m_name = std::forward<NameT>(value);
48 template <
typename NameT = Aws::String>
50 SetName(std::forward<NameT>(value));
61 template <
typename EnvironmentIdT = Aws::String>
63 m_environmentIdHasBeenSet =
true;
64 m_environmentId = std::forward<EnvironmentIdT>(value);
66 template <
typename EnvironmentIdT = Aws::String>
79 template <
typename AwsAccountIdT = Aws::String>
81 m_awsAccountIdHasBeenSet =
true;
82 m_awsAccountId = std::forward<AwsAccountIdT>(value);
84 template <
typename AwsAccountIdT = Aws::String>
98 m_statusHasBeenSet =
true;
113 template <
typename EnvironmentUrlT = Aws::String>
115 m_environmentUrlHasBeenSet =
true;
116 m_environmentUrl = std::forward<EnvironmentUrlT>(value);
118 template <
typename EnvironmentUrlT = Aws::String>
131 template <
typename DescriptionT = Aws::String>
133 m_descriptionHasBeenSet =
true;
134 m_description = std::forward<DescriptionT>(value);
136 template <
typename DescriptionT = Aws::String>
149 template <
typename EnvironmentArnT = Aws::String>
151 m_environmentArnHasBeenSet =
true;
152 m_environmentArn = std::forward<EnvironmentArnT>(value);
154 template <
typename EnvironmentArnT = Aws::String>
168 template <
typename SageMakerStudioDomainUrlT = Aws::String>
170 m_sageMakerStudioDomainUrlHasBeenSet =
true;
171 m_sageMakerStudioDomainUrl = std::forward<SageMakerStudioDomainUrlT>(value);
173 template <
typename SageMakerStudioDomainUrlT = Aws::String>
186 template <
typename KmsKeyIdT = Aws::String>
188 m_kmsKeyIdHasBeenSet =
true;
189 m_kmsKeyId = std::forward<KmsKeyIdT>(value);
191 template <
typename KmsKeyIdT = Aws::String>
205 template <
typename DedicatedServiceAccountIdT = Aws::String>
207 m_dedicatedServiceAccountIdHasBeenSet =
true;
208 m_dedicatedServiceAccountId = std::forward<DedicatedServiceAccountIdT>(value);
210 template <
typename DedicatedServiceAccountIdT = Aws::String>
224 m_federationModeHasBeenSet =
true;
225 m_federationMode = value;
239 template <
typename FederationParametersT = FederationParameters>
241 m_federationParametersHasBeenSet =
true;
242 m_federationParameters = std::forward<FederationParametersT>(value);
244 template <
typename FederationParametersT = FederationParameters>
273 FederationParameters m_federationParameters;
274 bool m_nameHasBeenSet =
false;
275 bool m_environmentIdHasBeenSet =
false;
276 bool m_awsAccountIdHasBeenSet =
false;
277 bool m_statusHasBeenSet =
false;
278 bool m_environmentUrlHasBeenSet =
false;
279 bool m_descriptionHasBeenSet =
false;
280 bool m_environmentArnHasBeenSet =
false;
281 bool m_sageMakerStudioDomainUrlHasBeenSet =
false;
282 bool m_kmsKeyIdHasBeenSet =
false;
283 bool m_dedicatedServiceAccountIdHasBeenSet =
false;
284 bool m_federationModeHasBeenSet =
false;
285 bool m_federationParametersHasBeenSet =
false;
void SetFederationMode(FederationMode value)
bool StatusHasBeenSet() const
AWS_FINSPACE_API Environment()=default
Environment & WithFederationMode(FederationMode value)
Environment & WithFederationParameters(FederationParametersT &&value)
bool DescriptionHasBeenSet() const
FederationMode GetFederationMode() const
const Aws::String & GetDescription() const
void SetStatus(EnvironmentStatus value)
const FederationParameters & GetFederationParameters() const
AWS_FINSPACE_API Environment & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_FINSPACE_API Aws::Utils::Json::JsonValue Jsonize() const
Environment & WithEnvironmentId(EnvironmentIdT &&value)
bool DedicatedServiceAccountIdHasBeenSet() const
AWS_FINSPACE_API Environment(Aws::Utils::Json::JsonView jsonValue)
bool EnvironmentArnHasBeenSet() const
void SetEnvironmentId(EnvironmentIdT &&value)
bool SageMakerStudioDomainUrlHasBeenSet() const
EnvironmentStatus GetStatus() const
Environment & WithStatus(EnvironmentStatus value)
void SetDescription(DescriptionT &&value)
void SetKmsKeyId(KmsKeyIdT &&value)
const Aws::String & GetDedicatedServiceAccountId() const
bool AwsAccountIdHasBeenSet() const
void SetName(NameT &&value)
bool EnvironmentIdHasBeenSet() const
const Aws::String & GetEnvironmentArn() const
Environment & WithEnvironmentArn(EnvironmentArnT &&value)
Environment & WithDescription(DescriptionT &&value)
bool NameHasBeenSet() const
Environment & WithKmsKeyId(KmsKeyIdT &&value)
bool EnvironmentUrlHasBeenSet() const
Environment & WithSageMakerStudioDomainUrl(SageMakerStudioDomainUrlT &&value)
void SetDedicatedServiceAccountId(DedicatedServiceAccountIdT &&value)
const Aws::String & GetName() const
Environment & WithEnvironmentUrl(EnvironmentUrlT &&value)
Environment & WithDedicatedServiceAccountId(DedicatedServiceAccountIdT &&value)
void SetFederationParameters(FederationParametersT &&value)
const Aws::String & GetSageMakerStudioDomainUrl() const
const Aws::String & GetEnvironmentUrl() const
bool KmsKeyIdHasBeenSet() const
Environment & WithAwsAccountId(AwsAccountIdT &&value)
const Aws::String & GetKmsKeyId() const
bool FederationParametersHasBeenSet() const
const Aws::String & GetAwsAccountId() const
const Aws::String & GetEnvironmentId() const
bool FederationModeHasBeenSet() const
void SetAwsAccountId(AwsAccountIdT &&value)
void SetSageMakerStudioDomainUrl(SageMakerStudioDomainUrlT &&value)
Environment & WithName(NameT &&value)
void SetEnvironmentUrl(EnvironmentUrlT &&value)
void SetEnvironmentArn(EnvironmentArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue