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 ProjectArnT = Aws::String>
42 m_projectArnHasBeenSet =
true;
43 m_projectArn = std::forward<ProjectArnT>(value);
45 template <
typename ProjectArnT = Aws::String>
58 template <
typename NameT = Aws::String>
60 m_nameHasBeenSet =
true;
61 m_name = std::forward<NameT>(value);
63 template <
typename NameT = Aws::String>
65 SetName(std::forward<NameT>(value));
76 template <
typename DescriptionT = Aws::String>
78 m_descriptionHasBeenSet =
true;
79 m_description = std::forward<DescriptionT>(value);
81 template <
typename DescriptionT = Aws::String>
94 template <
typename VpcConfigT = TestGr
idVpcConfig>
96 m_vpcConfigHasBeenSet =
true;
97 m_vpcConfig = std::forward<VpcConfigT>(value);
99 template <
typename VpcConfigT = TestGr
idVpcConfig>
113 bool m_projectArnHasBeenSet =
false;
114 bool m_nameHasBeenSet =
false;
115 bool m_descriptionHasBeenSet =
false;
116 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