7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/devicefarm/DeviceFarm_EXPORTS.h>
10#include <aws/devicefarm/model/TestGridVpcConfig.h>
43 template <
typename ArnT = Aws::String>
45 m_arnHasBeenSet =
true;
46 m_arn = std::forward<ArnT>(value);
48 template <
typename ArnT = Aws::String>
50 SetArn(std::forward<ArnT>(value));
61 template <
typename NameT = Aws::String>
63 m_nameHasBeenSet =
true;
64 m_name = std::forward<NameT>(value);
66 template <
typename NameT = Aws::String>
68 SetName(std::forward<NameT>(value));
79 template <
typename DescriptionT = Aws::String>
81 m_descriptionHasBeenSet =
true;
82 m_description = std::forward<DescriptionT>(value);
84 template <
typename DescriptionT = Aws::String>
97 template <
typename VpcConfigT = TestGr
idVpcConfig>
99 m_vpcConfigHasBeenSet =
true;
100 m_vpcConfig = std::forward<VpcConfigT>(value);
102 template <
typename VpcConfigT = TestGr
idVpcConfig>
115 template <
typename CreatedT = Aws::Utils::DateTime>
117 m_createdHasBeenSet =
true;
118 m_created = std::forward<CreatedT>(value);
120 template <
typename CreatedT = Aws::Utils::DateTime>
136 bool m_arnHasBeenSet =
false;
137 bool m_nameHasBeenSet =
false;
138 bool m_descriptionHasBeenSet =
false;
139 bool m_vpcConfigHasBeenSet =
false;
140 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