7#include <aws/devicefarm/DeviceFarm_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/devicefarm/model/TestGridVpcConfig.h>
10#include <aws/core/utils/DateTime.h>
50 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
51 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
65 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
79 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
111 bool m_arnHasBeenSet =
false;
114 bool m_nameHasBeenSet =
false;
117 bool m_descriptionHasBeenSet =
false;
120 bool m_vpcConfigHasBeenSet =
false;
123 bool m_createdHasBeenSet =
false;
void SetCreated(Aws::Utils::DateTime &&value)
void SetArn(const Aws::String &value)
const Aws::String & GetName() const
void SetArn(const char *value)
TestGridProject & WithCreated(Aws::Utils::DateTime &&value)
bool DescriptionHasBeenSet() const
void SetDescription(const Aws::String &value)
bool NameHasBeenSet() const
const Aws::String & GetArn() const
void SetName(Aws::String &&value)
AWS_DEVICEFARM_API Aws::Utils::Json::JsonValue Jsonize() const
void SetVpcConfig(TestGridVpcConfig &&value)
TestGridProject & WithName(const char *value)
void SetDescription(Aws::String &&value)
AWS_DEVICEFARM_API TestGridProject & operator=(Aws::Utils::Json::JsonView jsonValue)
bool VpcConfigHasBeenSet() const
TestGridProject & WithVpcConfig(TestGridVpcConfig &&value)
AWS_DEVICEFARM_API TestGridProject()
bool CreatedHasBeenSet() const
void SetName(const char *value)
void SetVpcConfig(const TestGridVpcConfig &value)
const Aws::Utils::DateTime & GetCreated() const
void SetName(const Aws::String &value)
TestGridProject & WithDescription(const char *value)
TestGridProject & WithCreated(const Aws::Utils::DateTime &value)
TestGridProject & WithArn(Aws::String &&value)
TestGridProject & WithArn(const Aws::String &value)
TestGridProject & WithDescription(const Aws::String &value)
void SetDescription(const char *value)
bool ArnHasBeenSet() const
void SetArn(Aws::String &&value)
TestGridProject & WithName(const Aws::String &value)
const TestGridVpcConfig & GetVpcConfig() const
TestGridProject & WithDescription(Aws::String &&value)
TestGridProject & WithVpcConfig(const TestGridVpcConfig &value)
const Aws::String & GetDescription() const
TestGridProject & WithName(Aws::String &&value)
void SetCreated(const Aws::Utils::DateTime &value)
AWS_DEVICEFARM_API TestGridProject(Aws::Utils::Json::JsonView jsonValue)
TestGridProject & WithArn(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue