7#include <aws/greengrass/Greengrass_EXPORTS.h>
8#include <aws/greengrass/GreengrassRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename NameT = Aws::String>
42 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
43 template<
typename NameT = Aws::String>
53 template<
typename ResourceDefinitionIdT = Aws::String>
54 void SetResourceDefinitionId(ResourceDefinitionIdT&& value) { m_resourceDefinitionIdHasBeenSet =
true; m_resourceDefinitionId = std::forward<ResourceDefinitionIdT>(value); }
55 template<
typename ResourceDefinitionIdT = Aws::String>
61 bool m_nameHasBeenSet =
false;
64 bool m_resourceDefinitionIdHasBeenSet =
false;
UpdateResourceDefinitionRequest & WithName(NameT &&value)
bool NameHasBeenSet() const
void SetName(NameT &&value)
UpdateResourceDefinitionRequest & WithResourceDefinitionId(ResourceDefinitionIdT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetResourceDefinitionId() const
void SetResourceDefinitionId(ResourceDefinitionIdT &&value)
AWS_GREENGRASS_API UpdateResourceDefinitionRequest()=default
const Aws::String & GetName() const
bool ResourceDefinitionIdHasBeenSet() const
AWS_GREENGRASS_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String