7#include <aws/apprunner/AppRunnerRequest.h>
8#include <aws/apprunner/AppRunner_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template <
typename AutoScalingConfigurationArnT = Aws::String>
45 m_autoScalingConfigurationArnHasBeenSet =
true;
46 m_autoScalingConfigurationArn = std::forward<AutoScalingConfigurationArnT>(value);
48 template <
typename AutoScalingConfigurationArnT = Aws::String>
66 m_deleteAllRevisionsHasBeenSet =
true;
67 m_deleteAllRevisions = value;
77 bool m_deleteAllRevisions{
false};
78 bool m_autoScalingConfigurationArnHasBeenSet =
false;
79 bool m_deleteAllRevisionsHasBeenSet =
false;
DeleteAutoScalingConfigurationRequest & WithAutoScalingConfigurationArn(AutoScalingConfigurationArnT &&value)
DeleteAutoScalingConfigurationRequest & WithDeleteAllRevisions(bool value)
bool AutoScalingConfigurationArnHasBeenSet() const
void SetDeleteAllRevisions(bool value)
virtual const char * GetServiceRequestName() const override
bool DeleteAllRevisionsHasBeenSet() const
AWS_APPRUNNER_API DeleteAutoScalingConfigurationRequest()=default
AWS_APPRUNNER_API Aws::String SerializePayload() const override
AWS_APPRUNNER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool GetDeleteAllRevisions() const
void SetAutoScalingConfigurationArn(AutoScalingConfigurationArnT &&value)
const Aws::String & GetAutoScalingConfigurationArn() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String