AWS SDK for C++
AWS SDK for C++
Loading...
Searching...
No Matches
PutLifecycleEventHookExecutionStatusResult.h
Go to the documentation of this file.
1
6#pragma once
9#include <utility>
10
11namespace Aws
12{
13template<typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils
17{
18namespace Json
19{
20 class JsonValue;
21} // namespace Json
22} // namespace Utils
23namespace CodeDeploy
24{
25namespace Model
26{
28 {
29 public:
33
34
39 inline const Aws::String& GetLifecycleEventHookExecutionId() const{ return m_lifecycleEventHookExecutionId; }
40
45 inline void SetLifecycleEventHookExecutionId(const Aws::String& value) { m_lifecycleEventHookExecutionId = value; }
46
51 inline void SetLifecycleEventHookExecutionId(Aws::String&& value) { m_lifecycleEventHookExecutionId = std::move(value); }
52
57 inline void SetLifecycleEventHookExecutionId(const char* value) { m_lifecycleEventHookExecutionId.assign(value); }
58
64
70
76
77 private:
78
79 Aws::String m_lifecycleEventHookExecutionId;
80 };
81
82} // namespace Model
83} // namespace CodeDeploy
84} // namespace Aws
#define AWS_CODEDEPLOY_API
AWS_CODEDEPLOY_API PutLifecycleEventHookExecutionStatusResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
PutLifecycleEventHookExecutionStatusResult & WithLifecycleEventHookExecutionId(const Aws::String &value)
PutLifecycleEventHookExecutionStatusResult & WithLifecycleEventHookExecutionId(const char *value)
AWS_CODEDEPLOY_API PutLifecycleEventHookExecutionStatusResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
PutLifecycleEventHookExecutionStatusResult & WithLifecycleEventHookExecutionId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String