AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DetachVolumeResult.h
1
6#pragma once
7#include <aws/storagegateway/StorageGateway_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 StorageGateway
24{
25namespace Model
26{
33 {
34 public:
35 AWS_STORAGEGATEWAY_API DetachVolumeResult();
38
39
41
44 inline const Aws::String& GetVolumeARN() const{ return m_volumeARN; }
45 inline void SetVolumeARN(const Aws::String& value) { m_volumeARN = value; }
46 inline void SetVolumeARN(Aws::String&& value) { m_volumeARN = std::move(value); }
47 inline void SetVolumeARN(const char* value) { m_volumeARN.assign(value); }
48 inline DetachVolumeResult& WithVolumeARN(const Aws::String& value) { SetVolumeARN(value); return *this;}
49 inline DetachVolumeResult& WithVolumeARN(Aws::String&& value) { SetVolumeARN(std::move(value)); return *this;}
50 inline DetachVolumeResult& WithVolumeARN(const char* value) { SetVolumeARN(value); return *this;}
52
54
55 inline const Aws::String& GetRequestId() const{ return m_requestId; }
56 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
57 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
58 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
59 inline DetachVolumeResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
60 inline DetachVolumeResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
61 inline DetachVolumeResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
63 private:
64
65 Aws::String m_volumeARN;
66
67 Aws::String m_requestId;
68 };
69
70} // namespace Model
71} // namespace StorageGateway
72} // namespace Aws
DetachVolumeResult & WithVolumeARN(Aws::String &&value)
DetachVolumeResult & WithRequestId(const Aws::String &value)
AWS_STORAGEGATEWAY_API DetachVolumeResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DetachVolumeResult & WithVolumeARN(const char *value)
DetachVolumeResult & WithRequestId(Aws::String &&value)
DetachVolumeResult & WithVolumeARN(const Aws::String &value)
DetachVolumeResult & WithRequestId(const char *value)
AWS_STORAGEGATEWAY_API DetachVolumeResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue