AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DeleteDeploymentGroupResult.h
1
6#pragma once
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>
11#include <utility>
12
13namespace Aws
14{
15template<typename RESULT_TYPE>
16class AmazonWebServiceResult;
17
18namespace Utils
19{
20namespace Json
21{
22 class JsonValue;
23} // namespace Json
24} // namespace Utils
25namespace CodeDeploy
26{
27namespace Model
28{
36 {
37 public:
38 AWS_CODEDEPLOY_API DeleteDeploymentGroupResult();
41
42
44
52 inline const Aws::Vector<AutoScalingGroup>& GetHooksNotCleanedUp() const{ return m_hooksNotCleanedUp; }
53 inline void SetHooksNotCleanedUp(const Aws::Vector<AutoScalingGroup>& value) { m_hooksNotCleanedUp = value; }
54 inline void SetHooksNotCleanedUp(Aws::Vector<AutoScalingGroup>&& value) { m_hooksNotCleanedUp = std::move(value); }
57 inline DeleteDeploymentGroupResult& AddHooksNotCleanedUp(const AutoScalingGroup& value) { m_hooksNotCleanedUp.push_back(value); return *this; }
58 inline DeleteDeploymentGroupResult& AddHooksNotCleanedUp(AutoScalingGroup&& value) { m_hooksNotCleanedUp.push_back(std::move(value)); return *this; }
60
62
63 inline const Aws::String& GetRequestId() const{ return m_requestId; }
64 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
65 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
66 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
67 inline DeleteDeploymentGroupResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
68 inline DeleteDeploymentGroupResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
69 inline DeleteDeploymentGroupResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
71 private:
72
73 Aws::Vector<AutoScalingGroup> m_hooksNotCleanedUp;
74
75 Aws::String m_requestId;
76 };
77
78} // namespace Model
79} // namespace CodeDeploy
80} // namespace Aws
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)
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)
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