7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/devicefarm/DeviceFarmRequest.h>
9#include <aws/devicefarm/DeviceFarm_EXPORTS.h>
10#include <aws/devicefarm/model/TestGridVpcConfig.h>
40 template <
typename NameT = Aws::String>
42 m_nameHasBeenSet =
true;
43 m_name = std::forward<NameT>(value);
45 template <
typename NameT = Aws::String>
47 SetName(std::forward<NameT>(value));
58 template <
typename DescriptionT = Aws::String>
60 m_descriptionHasBeenSet =
true;
61 m_description = std::forward<DescriptionT>(value);
63 template <
typename DescriptionT = Aws::String>
76 template <
typename VpcConfigT = TestGr
idVpcConfig>
78 m_vpcConfigHasBeenSet =
true;
79 m_vpcConfig = std::forward<VpcConfigT>(value);
81 template <
typename VpcConfigT = TestGr
idVpcConfig>
93 bool m_nameHasBeenSet =
false;
94 bool m_descriptionHasBeenSet =
false;
95 bool m_vpcConfigHasBeenSet =
false;
void SetVpcConfig(VpcConfigT &&value)
const TestGridVpcConfig & GetVpcConfig() const
bool DescriptionHasBeenSet() const
void SetDescription(DescriptionT &&value)
virtual const char * GetServiceRequestName() const override
CreateTestGridProjectRequest & WithName(NameT &&value)
CreateTestGridProjectRequest & WithVpcConfig(VpcConfigT &&value)
const Aws::String & GetName() const
CreateTestGridProjectRequest & WithDescription(DescriptionT &&value)
bool VpcConfigHasBeenSet() const
AWS_DEVICEFARM_API CreateTestGridProjectRequest()=default
AWS_DEVICEFARM_API Aws::String SerializePayload() const override
bool NameHasBeenSet() const
AWS_DEVICEFARM_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetName(NameT &&value)
const Aws::String & GetDescription() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String