AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
StartInstanceRefreshResult.h
1
6#pragma once
7#include <aws/autoscaling/AutoScaling_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/autoscaling/model/ResponseMetadata.h>
10#include <utility>
11
12namespace Aws
13{
14template<typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils
18{
19namespace Xml
20{
21 class XmlDocument;
22} // namespace Xml
23} // namespace Utils
24namespace AutoScaling
25{
26namespace Model
27{
29 {
30 public:
31 AWS_AUTOSCALING_API StartInstanceRefreshResult();
34
35
37
40 inline const Aws::String& GetInstanceRefreshId() const{ return m_instanceRefreshId; }
41 inline void SetInstanceRefreshId(const Aws::String& value) { m_instanceRefreshId = value; }
42 inline void SetInstanceRefreshId(Aws::String&& value) { m_instanceRefreshId = std::move(value); }
43 inline void SetInstanceRefreshId(const char* value) { m_instanceRefreshId.assign(value); }
45 inline StartInstanceRefreshResult& WithInstanceRefreshId(Aws::String&& value) { SetInstanceRefreshId(std::move(value)); return *this;}
46 inline StartInstanceRefreshResult& WithInstanceRefreshId(const char* value) { SetInstanceRefreshId(value); return *this;}
48
50
51 inline const ResponseMetadata& GetResponseMetadata() const{ return m_responseMetadata; }
52 inline void SetResponseMetadata(const ResponseMetadata& value) { m_responseMetadata = value; }
53 inline void SetResponseMetadata(ResponseMetadata&& value) { m_responseMetadata = std::move(value); }
55 inline StartInstanceRefreshResult& WithResponseMetadata(ResponseMetadata&& value) { SetResponseMetadata(std::move(value)); return *this;}
57 private:
58
59 Aws::String m_instanceRefreshId;
60
61 ResponseMetadata m_responseMetadata;
62 };
63
64} // namespace Model
65} // namespace AutoScaling
66} // namespace Aws
StartInstanceRefreshResult & WithInstanceRefreshId(const char *value)
StartInstanceRefreshResult & WithInstanceRefreshId(const Aws::String &value)
AWS_AUTOSCALING_API StartInstanceRefreshResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
StartInstanceRefreshResult & WithResponseMetadata(const ResponseMetadata &value)
StartInstanceRefreshResult & WithInstanceRefreshId(Aws::String &&value)
StartInstanceRefreshResult & WithResponseMetadata(ResponseMetadata &&value)
AWS_AUTOSCALING_API StartInstanceRefreshResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Xml::XmlDocument XmlDocument