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>
49 template<
typename ArnT = Aws::String>
50 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
51 template<
typename ArnT = Aws::String>
61 template<
typename NameT = Aws::String>
62 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
63 template<
typename NameT = Aws::String>
73 template<
typename DescriptionT = Aws::String>
74 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
75 template<
typename DescriptionT = Aws::String>
85 template<
typename VpcConfigT = TestGr
idVpcConfig>
86 void SetVpcConfig(VpcConfigT&& value) { m_vpcConfigHasBeenSet =
true; m_vpcConfig = std::forward<VpcConfigT>(value); }
87 template<
typename VpcConfigT = TestGr
idVpcConfig>
97 template<
typename CreatedT = Aws::Utils::DateTime>
98 void SetCreated(CreatedT&& value) { m_createdHasBeenSet =
true; m_created = std::forward<CreatedT>(value); }
99 template<
typename CreatedT = Aws::Utils::DateTime>
105 bool m_arnHasBeenSet =
false;
108 bool m_nameHasBeenSet =
false;
111 bool m_descriptionHasBeenSet =
false;
114 bool m_vpcConfigHasBeenSet =
false;
117 bool m_createdHasBeenSet =
false;
const Aws::String & GetName() const
AWS_DEVICEFARM_API TestGridProject()=default
void SetVpcConfig(VpcConfigT &&value)
void SetDescription(DescriptionT &&value)
bool DescriptionHasBeenSet() const
bool NameHasBeenSet() const
const Aws::String & GetArn() const
AWS_DEVICEFARM_API Aws::Utils::Json::JsonValue Jsonize() const
void SetName(NameT &&value)
TestGridProject & WithArn(ArnT &&value)
TestGridProject & WithVpcConfig(VpcConfigT &&value)
TestGridProject & WithName(NameT &&value)
AWS_DEVICEFARM_API TestGridProject & operator=(Aws::Utils::Json::JsonView jsonValue)
bool VpcConfigHasBeenSet() const
bool CreatedHasBeenSet() const
TestGridProject & WithDescription(DescriptionT &&value)
const Aws::Utils::DateTime & GetCreated() const
bool ArnHasBeenSet() const
const TestGridVpcConfig & GetVpcConfig() const
void SetCreated(CreatedT &&value)
const Aws::String & GetDescription() const
TestGridProject & WithCreated(CreatedT &&value)
AWS_DEVICEFARM_API TestGridProject(Aws::Utils::Json::JsonView jsonValue)
void SetArn(ArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue