7#include <aws/devicefarm/DeviceFarm_EXPORTS.h>
8#include <aws/devicefarm/DeviceFarmRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/devicefarm/model/TestGridVpcConfig.h>
44 template<
typename NameT = Aws::String>
45 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
46 template<
typename NameT = Aws::String>
56 template<
typename DescriptionT = Aws::String>
57 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
58 template<
typename DescriptionT = Aws::String>
68 template<
typename VpcConfigT = TestGr
idVpcConfig>
69 void SetVpcConfig(VpcConfigT&& value) { m_vpcConfigHasBeenSet =
true; m_vpcConfig = std::forward<VpcConfigT>(value); }
70 template<
typename VpcConfigT = TestGr
idVpcConfig>
76 bool m_nameHasBeenSet =
false;
79 bool m_descriptionHasBeenSet =
false;
82 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