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 ProjectArnT = Aws::String>
45 void SetProjectArn(ProjectArnT&& value) { m_projectArnHasBeenSet =
true; m_projectArn = std::forward<ProjectArnT>(value); }
46 template<
typename ProjectArnT = Aws::String>
56 template<
typename NameT = Aws::String>
57 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
58 template<
typename NameT = Aws::String>
68 template<
typename DescriptionT = Aws::String>
69 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
70 template<
typename DescriptionT = Aws::String>
80 template<
typename VpcConfigT = TestGr
idVpcConfig>
81 void SetVpcConfig(VpcConfigT&& value) { m_vpcConfigHasBeenSet =
true; m_vpcConfig = std::forward<VpcConfigT>(value); }
82 template<
typename VpcConfigT = TestGr
idVpcConfig>
88 bool m_projectArnHasBeenSet =
false;
91 bool m_nameHasBeenSet =
false;
94 bool m_descriptionHasBeenSet =
false;
97 bool m_vpcConfigHasBeenSet =
false;
UpdateTestGridProjectRequest & WithProjectArn(ProjectArnT &&value)
bool DescriptionHasBeenSet() const
UpdateTestGridProjectRequest & WithVpcConfig(VpcConfigT &&value)
bool ProjectArnHasBeenSet() const
AWS_DEVICEFARM_API Aws::String SerializePayload() const override
AWS_DEVICEFARM_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetName() const
void SetVpcConfig(VpcConfigT &&value)
const Aws::String & GetProjectArn() const
bool NameHasBeenSet() const
AWS_DEVICEFARM_API UpdateTestGridProjectRequest()=default
UpdateTestGridProjectRequest & WithDescription(DescriptionT &&value)
UpdateTestGridProjectRequest & WithName(NameT &&value)
const TestGridVpcConfig & GetVpcConfig() const
void SetProjectArn(ProjectArnT &&value)
void SetDescription(DescriptionT &&value)
bool VpcConfigHasBeenSet() const
void SetName(NameT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetDescription() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String