7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/greengrass/GreengrassRequest.h>
9#include <aws/greengrass/Greengrass_EXPORTS.h>
37 template <
typename NameT = Aws::String>
39 m_nameHasBeenSet =
true;
40 m_name = std::forward<NameT>(value);
42 template <
typename NameT = Aws::String>
44 SetName(std::forward<NameT>(value));
55 template <
typename ResourceDefinitionIdT = Aws::String>
57 m_resourceDefinitionIdHasBeenSet =
true;
58 m_resourceDefinitionId = std::forward<ResourceDefinitionIdT>(value);
60 template <
typename ResourceDefinitionIdT = Aws::String>
68 bool m_nameHasBeenSet =
false;
71 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