7#include <aws/cloud9/Cloud9_EXPORTS.h>
8#include <aws/cloud9/model/ConnectionType.h>
9#include <aws/cloud9/model/EnvironmentLifecycle.h>
10#include <aws/cloud9/model/EnvironmentType.h>
11#include <aws/cloud9/model/ManagedCredentialsStatus.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
45 template <
typename IdT = Aws::String>
47 m_idHasBeenSet =
true;
48 m_id = std::forward<IdT>(value);
50 template <
typename IdT = Aws::String>
52 SetId(std::forward<IdT>(value));
63 template <
typename NameT = Aws::String>
65 m_nameHasBeenSet =
true;
66 m_name = std::forward<NameT>(value);
68 template <
typename NameT = Aws::String>
70 SetName(std::forward<NameT>(value));
81 template <
typename DescriptionT = Aws::String>
83 m_descriptionHasBeenSet =
true;
84 m_description = std::forward<DescriptionT>(value);
86 template <
typename DescriptionT = Aws::String>
103 m_typeHasBeenSet =
true;
120 m_connectionTypeHasBeenSet =
true;
121 m_connectionType = value;
135 template <
typename ArnT = Aws::String>
137 m_arnHasBeenSet =
true;
138 m_arn = std::forward<ArnT>(value);
140 template <
typename ArnT = Aws::String>
142 SetArn(std::forward<ArnT>(value));
153 template <
typename OwnerArnT = Aws::String>
155 m_ownerArnHasBeenSet =
true;
156 m_ownerArn = std::forward<OwnerArnT>(value);
158 template <
typename OwnerArnT = Aws::String>
171 template <
typename LifecycleT = EnvironmentLifecycle>
173 m_lifecycleHasBeenSet =
true;
174 m_lifecycle = std::forward<LifecycleT>(value);
176 template <
typename LifecycleT = EnvironmentLifecycle>
200 m_managedCredentialsStatusHasBeenSet =
true;
201 m_managedCredentialsStatus = value;
223 EnvironmentLifecycle m_lifecycle;
226 bool m_idHasBeenSet =
false;
227 bool m_nameHasBeenSet =
false;
228 bool m_descriptionHasBeenSet =
false;
229 bool m_typeHasBeenSet =
false;
230 bool m_connectionTypeHasBeenSet =
false;
231 bool m_arnHasBeenSet =
false;
232 bool m_ownerArnHasBeenSet =
false;
233 bool m_lifecycleHasBeenSet =
false;
234 bool m_managedCredentialsStatusHasBeenSet =
false;
bool IdHasBeenSet() const
bool ConnectionTypeHasBeenSet() const
bool LifecycleHasBeenSet() const
Environment & WithType(EnvironmentType value)
bool ArnHasBeenSet() const
Environment & WithId(IdT &&value)
bool ManagedCredentialsStatusHasBeenSet() const
const Aws::String & GetId() const
bool OwnerArnHasBeenSet() const
void SetType(EnvironmentType value)
const Aws::String & GetOwnerArn() const
AWS_CLOUD9_API Environment()=default
Environment & WithConnectionType(ConnectionType value)
Environment & WithName(NameT &&value)
Environment & WithDescription(DescriptionT &&value)
void SetConnectionType(ConnectionType value)
void SetDescription(DescriptionT &&value)
Environment & WithManagedCredentialsStatus(ManagedCredentialsStatus value)
AWS_CLOUD9_API Aws::Utils::Json::JsonValue Jsonize() const
void SetLifecycle(LifecycleT &&value)
AWS_CLOUD9_API Environment & operator=(Aws::Utils::Json::JsonView jsonValue)
bool DescriptionHasBeenSet() const
EnvironmentType GetType() const
void SetName(NameT &&value)
AWS_CLOUD9_API Environment(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetDescription() const
void SetManagedCredentialsStatus(ManagedCredentialsStatus value)
bool NameHasBeenSet() const
bool TypeHasBeenSet() const
void SetArn(ArnT &&value)
Environment & WithArn(ArnT &&value)
Environment & WithLifecycle(LifecycleT &&value)
const Aws::String & GetArn() const
ManagedCredentialsStatus GetManagedCredentialsStatus() const
Environment & WithOwnerArn(OwnerArnT &&value)
void SetOwnerArn(OwnerArnT &&value)
const EnvironmentLifecycle & GetLifecycle() const
ConnectionType GetConnectionType() const
const Aws::String & GetName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue