7#include <aws/cloud9/Cloud9_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/cloud9/model/EnvironmentType.h>
10#include <aws/cloud9/model/ConnectionType.h>
11#include <aws/cloud9/model/EnvironmentLifecycle.h>
12#include <aws/cloud9/model/ManagedCredentialsStatus.h>
52 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
53 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
67 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
81 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
123 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
137 inline void SetOwnerArn(
const char* value) { m_ownerArnHasBeenSet =
true; m_ownerArn.assign(value); }
179 bool m_idHasBeenSet =
false;
182 bool m_nameHasBeenSet =
false;
185 bool m_descriptionHasBeenSet =
false;
188 bool m_typeHasBeenSet =
false;
191 bool m_connectionTypeHasBeenSet =
false;
194 bool m_arnHasBeenSet =
false;
197 bool m_ownerArnHasBeenSet =
false;
200 bool m_lifecycleHasBeenSet =
false;
203 bool m_managedCredentialsStatusHasBeenSet =
false;
bool IdHasBeenSet() const
bool ConnectionTypeHasBeenSet() const
bool LifecycleHasBeenSet() const
bool ArnHasBeenSet() const
void SetLifecycle(const EnvironmentLifecycle &value)
Environment & WithArn(Aws::String &&value)
void SetType(EnvironmentType &&value)
void SetName(const Aws::String &value)
void SetOwnerArn(Aws::String &&value)
Environment & WithDescription(const Aws::String &value)
Environment & WithName(const char *value)
bool ManagedCredentialsStatusHasBeenSet() const
Environment & WithType(EnvironmentType &&value)
const Aws::String & GetId() const
Environment & WithArn(const Aws::String &value)
bool OwnerArnHasBeenSet() const
Environment & WithManagedCredentialsStatus(const ManagedCredentialsStatus &value)
void SetType(const EnvironmentType &value)
Environment & WithLifecycle(const EnvironmentLifecycle &value)
Environment & WithDescription(Aws::String &&value)
const ConnectionType & GetConnectionType() const
Environment & WithOwnerArn(Aws::String &&value)
Environment & WithDescription(const char *value)
Environment & WithOwnerArn(const char *value)
Environment & WithManagedCredentialsStatus(ManagedCredentialsStatus &&value)
Environment & WithName(const Aws::String &value)
void SetOwnerArn(const char *value)
void SetManagedCredentialsStatus(const ManagedCredentialsStatus &value)
void SetManagedCredentialsStatus(ManagedCredentialsStatus &&value)
const Aws::String & GetOwnerArn() const
Environment & WithId(Aws::String &&value)
Environment & WithId(const char *value)
void SetName(const char *value)
void SetOwnerArn(const Aws::String &value)
const ManagedCredentialsStatus & GetManagedCredentialsStatus() const
void SetDescription(const char *value)
Environment & WithName(Aws::String &&value)
AWS_CLOUD9_API Aws::Utils::Json::JsonValue Jsonize() const
void SetLifecycle(EnvironmentLifecycle &&value)
void SetName(Aws::String &&value)
Environment & WithConnectionType(const ConnectionType &value)
void SetArn(Aws::String &&value)
AWS_CLOUD9_API Environment & operator=(Aws::Utils::Json::JsonView jsonValue)
bool DescriptionHasBeenSet() const
Environment & WithOwnerArn(const Aws::String &value)
Environment & WithId(const Aws::String &value)
Environment & WithType(const EnvironmentType &value)
void SetId(const Aws::String &value)
AWS_CLOUD9_API Environment(Aws::Utils::Json::JsonView jsonValue)
Environment & WithLifecycle(EnvironmentLifecycle &&value)
const Aws::String & GetDescription() const
const EnvironmentType & GetType() const
bool NameHasBeenSet() const
void SetConnectionType(ConnectionType &&value)
bool TypeHasBeenSet() const
void SetArn(const Aws::String &value)
const Aws::String & GetArn() const
void SetDescription(Aws::String &&value)
Environment & WithConnectionType(ConnectionType &&value)
void SetId(const char *value)
void SetDescription(const Aws::String &value)
Environment & WithArn(const char *value)
AWS_CLOUD9_API Environment()
void SetConnectionType(const ConnectionType &value)
const EnvironmentLifecycle & GetLifecycle() const
void SetId(Aws::String &&value)
void SetArn(const char *value)
const Aws::String & GetName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue