7#include <aws/elasticbeanstalk/ElasticBeanstalk_EXPORTS.h>
8#include <aws/elasticbeanstalk/ElasticBeanstalkRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/elasticbeanstalk/model/ApplicationResourceLifecycleConfig.h>
15namespace ElasticBeanstalk
31 inline virtual const char*
GetServiceRequestName()
const override {
return "UpdateApplicationResourceLifecycle"; }
46 template<
typename ApplicationNameT = Aws::String>
47 void SetApplicationName(ApplicationNameT&& value) { m_applicationNameHasBeenSet =
true; m_applicationName = std::forward<ApplicationNameT>(value); }
48 template<
typename ApplicationNameT = Aws::String>
58 template<
typename ResourceLifecycleConfigT = ApplicationResourceLifecycleConfig>
59 void SetResourceLifecycleConfig(ResourceLifecycleConfigT&& value) { m_resourceLifecycleConfigHasBeenSet =
true; m_resourceLifecycleConfig = std::forward<ResourceLifecycleConfigT>(value); }
60 template<
typename ResourceLifecycleConfigT = ApplicationResourceLifecycleConfig>
66 bool m_applicationNameHasBeenSet =
false;
69 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