7#include <aws/codedeploy/CodeDeploy_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/codedeploy/model/AutoScalingGroup.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
66 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
AWS_CODEDEPLOY_API DeleteDeploymentGroupResult()
DeleteDeploymentGroupResult & WithHooksNotCleanedUp(const Aws::Vector< AutoScalingGroup > &value)
void SetRequestId(const char *value)
void SetHooksNotCleanedUp(Aws::Vector< AutoScalingGroup > &&value)
void SetRequestId(Aws::String &&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)
void SetRequestId(const Aws::String &value)
DeleteDeploymentGroupResult & AddHooksNotCleanedUp(AutoScalingGroup &&value)
DeleteDeploymentGroupResult & WithRequestId(const char *value)
AWS_CODEDEPLOY_API DeleteDeploymentGroupResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteDeploymentGroupResult & AddHooksNotCleanedUp(const AutoScalingGroup &value)
const Aws::Vector< AutoScalingGroup > & GetHooksNotCleanedUp() const
DeleteDeploymentGroupResult & WithRequestId(Aws::String &&value)
const Aws::String & GetRequestId() const
DeleteDeploymentGroupResult & WithRequestId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue