14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
#define AWS_CODEDEPLOY_API
AWS_CODEDEPLOY_API DeleteDeploymentGroupResult()
DeleteDeploymentGroupResult & WithHooksNotCleanedUp(const Aws::Vector< AutoScalingGroup > &value)
void SetHooksNotCleanedUp(Aws::Vector< AutoScalingGroup > &&value)
DeleteDeploymentGroupResult & WithHooksNotCleanedUp(Aws::Vector< AutoScalingGroup > &&value)
AWS_CODEDEPLOY_API DeleteDeploymentGroupResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetHooksNotCleanedUp(const Aws::Vector< AutoScalingGroup > &value)
DeleteDeploymentGroupResult & AddHooksNotCleanedUp(AutoScalingGroup &&value)
AWS_CODEDEPLOY_API DeleteDeploymentGroupResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteDeploymentGroupResult & AddHooksNotCleanedUp(const AutoScalingGroup &value)
const Aws::Vector< AutoScalingGroup > & GetHooksNotCleanedUp() const
std::vector< T, Aws::Allocator< T > > Vector