AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
UpdateDeploymentGroupResult.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 UpdateDeploymentGroupResult();
41
42
44
51 inline const Aws::Vector<AutoScalingGroup>& GetHooksNotCleanedUp() const{ return m_hooksNotCleanedUp; }
52 inline void SetHooksNotCleanedUp(const Aws::Vector<AutoScalingGroup>& value) { m_hooksNotCleanedUp = value; }
53 inline void SetHooksNotCleanedUp(Aws::Vector<AutoScalingGroup>&& value) { m_hooksNotCleanedUp = std::move(value); }
56 inline UpdateDeploymentGroupResult& AddHooksNotCleanedUp(const AutoScalingGroup& value) { m_hooksNotCleanedUp.push_back(value); return *this; }
57 inline UpdateDeploymentGroupResult& AddHooksNotCleanedUp(AutoScalingGroup&& value) { m_hooksNotCleanedUp.push_back(std::move(value)); return *this; }
59
61
62 inline const Aws::String& GetRequestId() const{ return m_requestId; }
63 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
64 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
65 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
66 inline UpdateDeploymentGroupResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
67 inline UpdateDeploymentGroupResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
68 inline UpdateDeploymentGroupResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
70 private:
71
72 Aws::Vector<AutoScalingGroup> m_hooksNotCleanedUp;
73
74 Aws::String m_requestId;
75 };
76
77} // namespace Model
78} // namespace CodeDeploy
79} // namespace Aws
UpdateDeploymentGroupResult & WithHooksNotCleanedUp(const Aws::Vector< AutoScalingGroup > &value)
UpdateDeploymentGroupResult & AddHooksNotCleanedUp(AutoScalingGroup &&value)
const Aws::Vector< AutoScalingGroup > & GetHooksNotCleanedUp() const
AWS_CODEDEPLOY_API UpdateDeploymentGroupResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateDeploymentGroupResult & WithHooksNotCleanedUp(Aws::Vector< AutoScalingGroup > &&value)
void SetHooksNotCleanedUp(const Aws::Vector< AutoScalingGroup > &value)
UpdateDeploymentGroupResult & WithRequestId(const char *value)
UpdateDeploymentGroupResult & AddHooksNotCleanedUp(const AutoScalingGroup &value)
AWS_CODEDEPLOY_API UpdateDeploymentGroupResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetHooksNotCleanedUp(Aws::Vector< AutoScalingGroup > &&value)
UpdateDeploymentGroupResult & WithRequestId(const Aws::String &value)
UpdateDeploymentGroupResult & WithRequestId(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