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/finspace/model/FederationMode.h>
11#include <aws/finspace/model/FederationParameters.h>
49 template<
typename NameT = Aws::String>
50 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
51 template<
typename NameT = Aws::String>
61 template<
typename EnvironmentIdT = Aws::String>
62 void SetEnvironmentId(EnvironmentIdT&& value) { m_environmentIdHasBeenSet =
true; m_environmentId = std::forward<EnvironmentIdT>(value); }
63 template<
typename EnvironmentIdT = Aws::String>
73 template<
typename AwsAccountIdT = Aws::String>
74 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
75 template<
typename AwsAccountIdT = Aws::String>
95 template<
typename EnvironmentUrlT = Aws::String>
96 void SetEnvironmentUrl(EnvironmentUrlT&& value) { m_environmentUrlHasBeenSet =
true; m_environmentUrl = std::forward<EnvironmentUrlT>(value); }
97 template<
typename EnvironmentUrlT = Aws::String>
107 template<
typename DescriptionT = Aws::String>
108 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
109 template<
typename DescriptionT = Aws::String>
119 template<
typename EnvironmentArnT = Aws::String>
120 void SetEnvironmentArn(EnvironmentArnT&& value) { m_environmentArnHasBeenSet =
true; m_environmentArn = std::forward<EnvironmentArnT>(value); }
121 template<
typename EnvironmentArnT = Aws::String>
132 template<
typename SageMakerStudioDomainUrlT = Aws::String>
133 void SetSageMakerStudioDomainUrl(SageMakerStudioDomainUrlT&& value) { m_sageMakerStudioDomainUrlHasBeenSet =
true; m_sageMakerStudioDomainUrl = std::forward<SageMakerStudioDomainUrlT>(value); }
134 template<
typename SageMakerStudioDomainUrlT = Aws::String>
144 template<
typename KmsKeyIdT = Aws::String>
145 void SetKmsKeyId(KmsKeyIdT&& value) { m_kmsKeyIdHasBeenSet =
true; m_kmsKeyId = std::forward<KmsKeyIdT>(value); }
146 template<
typename KmsKeyIdT = Aws::String>
157 template<
typename DedicatedServiceAccountIdT = Aws::String>
158 void SetDedicatedServiceAccountId(DedicatedServiceAccountIdT&& value) { m_dedicatedServiceAccountIdHasBeenSet =
true; m_dedicatedServiceAccountId = std::forward<DedicatedServiceAccountIdT>(value); }
159 template<
typename DedicatedServiceAccountIdT = Aws::String>
179 template<
typename FederationParametersT = FederationParameters>
180 void SetFederationParameters(FederationParametersT&& value) { m_federationParametersHasBeenSet =
true; m_federationParameters = std::forward<FederationParametersT>(value); }
181 template<
typename FederationParametersT = FederationParameters>
187 bool m_nameHasBeenSet =
false;
190 bool m_environmentIdHasBeenSet =
false;
193 bool m_awsAccountIdHasBeenSet =
false;
196 bool m_statusHasBeenSet =
false;
199 bool m_environmentUrlHasBeenSet =
false;
202 bool m_descriptionHasBeenSet =
false;
205 bool m_environmentArnHasBeenSet =
false;
208 bool m_sageMakerStudioDomainUrlHasBeenSet =
false;
211 bool m_kmsKeyIdHasBeenSet =
false;
214 bool m_dedicatedServiceAccountIdHasBeenSet =
false;
217 bool m_federationModeHasBeenSet =
false;
219 FederationParameters m_federationParameters;
220 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