AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
CreateDeploymentConfigResult.h
1
6#pragma once
7#include <aws/codedeploy/CodeDeploy_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
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{
34 {
35 public:
36 AWS_CODEDEPLOY_API CreateDeploymentConfigResult();
39
40
42
45 inline const Aws::String& GetDeploymentConfigId() const{ return m_deploymentConfigId; }
46 inline void SetDeploymentConfigId(const Aws::String& value) { m_deploymentConfigId = value; }
47 inline void SetDeploymentConfigId(Aws::String&& value) { m_deploymentConfigId = std::move(value); }
48 inline void SetDeploymentConfigId(const char* value) { m_deploymentConfigId.assign(value); }
50 inline CreateDeploymentConfigResult& WithDeploymentConfigId(Aws::String&& value) { SetDeploymentConfigId(std::move(value)); return *this;}
51 inline CreateDeploymentConfigResult& WithDeploymentConfigId(const char* value) { SetDeploymentConfigId(value); return *this;}
53
55
56 inline const Aws::String& GetRequestId() const{ return m_requestId; }
57 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
58 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
59 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
60 inline CreateDeploymentConfigResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
61 inline CreateDeploymentConfigResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
62 inline CreateDeploymentConfigResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
64 private:
65
66 Aws::String m_deploymentConfigId;
67
68 Aws::String m_requestId;
69 };
70
71} // namespace Model
72} // namespace CodeDeploy
73} // namespace Aws
CreateDeploymentConfigResult & WithRequestId(Aws::String &&value)
CreateDeploymentConfigResult & WithDeploymentConfigId(Aws::String &&value)
AWS_CODEDEPLOY_API CreateDeploymentConfigResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_CODEDEPLOY_API CreateDeploymentConfigResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateDeploymentConfigResult & WithRequestId(const Aws::String &value)
CreateDeploymentConfigResult & WithDeploymentConfigId(const Aws::String &value)
CreateDeploymentConfigResult & WithDeploymentConfigId(const char *value)
CreateDeploymentConfigResult & WithRequestId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue