7#include <aws/amplify/Amplify_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
44 template <
typename BackendEnvironmentArnT = Aws::String>
46 m_backendEnvironmentArnHasBeenSet =
true;
47 m_backendEnvironmentArn = std::forward<BackendEnvironmentArnT>(value);
49 template <
typename BackendEnvironmentArnT = Aws::String>
62 template <
typename EnvironmentNameT = Aws::String>
64 m_environmentNameHasBeenSet =
true;
65 m_environmentName = std::forward<EnvironmentNameT>(value);
67 template <
typename EnvironmentNameT = Aws::String>
80 template <
typename StackNameT = Aws::String>
82 m_stackNameHasBeenSet =
true;
83 m_stackName = std::forward<StackNameT>(value);
85 template <
typename StackNameT = Aws::String>
98 template <
typename DeploymentArtifactsT = Aws::String>
100 m_deploymentArtifactsHasBeenSet =
true;
101 m_deploymentArtifacts = std::forward<DeploymentArtifactsT>(value);
103 template <
typename DeploymentArtifactsT = Aws::String>
117 template <
typename CreateTimeT = Aws::Utils::DateTime>
119 m_createTimeHasBeenSet =
true;
120 m_createTime = std::forward<CreateTimeT>(value);
122 template <
typename CreateTimeT = Aws::Utils::DateTime>
136 template <
typename UpdateTimeT = Aws::Utils::DateTime>
138 m_updateTimeHasBeenSet =
true;
139 m_updateTime = std::forward<UpdateTimeT>(value);
141 template <
typename UpdateTimeT = Aws::Utils::DateTime>
159 bool m_backendEnvironmentArnHasBeenSet =
false;
160 bool m_environmentNameHasBeenSet =
false;
161 bool m_stackNameHasBeenSet =
false;
162 bool m_deploymentArtifactsHasBeenSet =
false;
163 bool m_createTimeHasBeenSet =
false;
164 bool m_updateTimeHasBeenSet =
false;
void SetDeploymentArtifacts(DeploymentArtifactsT &&value)
void SetStackName(StackNameT &&value)
const Aws::String & GetBackendEnvironmentArn() const
const Aws::String & GetStackName() const
BackendEnvironment & WithCreateTime(CreateTimeT &&value)
bool CreateTimeHasBeenSet() const
const Aws::Utils::DateTime & GetUpdateTime() const
void SetEnvironmentName(EnvironmentNameT &&value)
AWS_AMPLIFY_API BackendEnvironment(Aws::Utils::Json::JsonView jsonValue)
bool StackNameHasBeenSet() const
bool UpdateTimeHasBeenSet() const
bool EnvironmentNameHasBeenSet() const
void SetUpdateTime(UpdateTimeT &&value)
const Aws::String & GetDeploymentArtifacts() const
const Aws::Utils::DateTime & GetCreateTime() const
BackendEnvironment & WithDeploymentArtifacts(DeploymentArtifactsT &&value)
bool BackendEnvironmentArnHasBeenSet() const
AWS_AMPLIFY_API BackendEnvironment()=default
const Aws::String & GetEnvironmentName() const
AWS_AMPLIFY_API BackendEnvironment & operator=(Aws::Utils::Json::JsonView jsonValue)
BackendEnvironment & WithEnvironmentName(EnvironmentNameT &&value)
AWS_AMPLIFY_API Aws::Utils::Json::JsonValue Jsonize() const
BackendEnvironment & WithUpdateTime(UpdateTimeT &&value)
bool DeploymentArtifactsHasBeenSet() const
void SetBackendEnvironmentArn(BackendEnvironmentArnT &&value)
void SetCreateTime(CreateTimeT &&value)
BackendEnvironment & WithBackendEnvironmentArn(BackendEnvironmentArnT &&value)
BackendEnvironment & WithStackName(StackNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue