7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/elasticbeanstalk/ElasticBeanstalkRequest.h>
9#include <aws/elasticbeanstalk/ElasticBeanstalk_EXPORTS.h>
10#include <aws/elasticbeanstalk/model/ApplicationResourceLifecycleConfig.h>
15namespace ElasticBeanstalk {
28 inline virtual const char*
GetServiceRequestName()
const override {
return "UpdateApplicationResourceLifecycle"; }
42 template <
typename ApplicationNameT = Aws::String>
44 m_applicationNameHasBeenSet =
true;
45 m_applicationName = std::forward<ApplicationNameT>(value);
47 template <
typename ApplicationNameT = Aws::String>
60 template <
typename ResourceLifecycleConfigT = ApplicationResourceLifecycleConfig>
62 m_resourceLifecycleConfigHasBeenSet =
true;
63 m_resourceLifecycleConfig = std::forward<ResourceLifecycleConfigT>(value);
65 template <
typename ResourceLifecycleConfigT = ApplicationResourceLifecycleConfig>
75 bool m_applicationNameHasBeenSet =
false;
76 bool m_resourceLifecycleConfigHasBeenSet =
false;
const Aws::String & GetApplicationName() const
void SetApplicationName(ApplicationNameT &&value)
virtual const char * GetServiceRequestName() const override
const ApplicationResourceLifecycleConfig & GetResourceLifecycleConfig() const
UpdateApplicationResourceLifecycleRequest & WithApplicationName(ApplicationNameT &&value)
AWS_ELASTICBEANSTALK_API UpdateApplicationResourceLifecycleRequest()=default
AWS_ELASTICBEANSTALK_API Aws::String SerializePayload() const override
bool ApplicationNameHasBeenSet() const
UpdateApplicationResourceLifecycleRequest & WithResourceLifecycleConfig(ResourceLifecycleConfigT &&value)
AWS_ELASTICBEANSTALK_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetResourceLifecycleConfig(ResourceLifecycleConfigT &&value)
bool ResourceLifecycleConfigHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String