AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DeleteChapCredentialsResult.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 DeleteChapCredentialsResult();
38
39
41
44 inline const Aws::String& GetTargetARN() const{ return m_targetARN; }
45 inline void SetTargetARN(const Aws::String& value) { m_targetARN = value; }
46 inline void SetTargetARN(Aws::String&& value) { m_targetARN = std::move(value); }
47 inline void SetTargetARN(const char* value) { m_targetARN.assign(value); }
48 inline DeleteChapCredentialsResult& WithTargetARN(const Aws::String& value) { SetTargetARN(value); return *this;}
49 inline DeleteChapCredentialsResult& WithTargetARN(Aws::String&& value) { SetTargetARN(std::move(value)); return *this;}
50 inline DeleteChapCredentialsResult& WithTargetARN(const char* value) { SetTargetARN(value); return *this;}
52
54
57 inline const Aws::String& GetInitiatorName() const{ return m_initiatorName; }
58 inline void SetInitiatorName(const Aws::String& value) { m_initiatorName = value; }
59 inline void SetInitiatorName(Aws::String&& value) { m_initiatorName = std::move(value); }
60 inline void SetInitiatorName(const char* value) { m_initiatorName.assign(value); }
61 inline DeleteChapCredentialsResult& WithInitiatorName(const Aws::String& value) { SetInitiatorName(value); return *this;}
62 inline DeleteChapCredentialsResult& WithInitiatorName(Aws::String&& value) { SetInitiatorName(std::move(value)); return *this;}
63 inline DeleteChapCredentialsResult& WithInitiatorName(const char* value) { SetInitiatorName(value); return *this;}
65
67
68 inline const Aws::String& GetRequestId() const{ return m_requestId; }
69 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
70 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
71 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
72 inline DeleteChapCredentialsResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
73 inline DeleteChapCredentialsResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
74 inline DeleteChapCredentialsResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
76 private:
77
78 Aws::String m_targetARN;
79
80 Aws::String m_initiatorName;
81
82 Aws::String m_requestId;
83 };
84
85} // namespace Model
86} // namespace StorageGateway
87} // namespace Aws
DeleteChapCredentialsResult & WithRequestId(const Aws::String &value)
DeleteChapCredentialsResult & WithInitiatorName(const char *value)
DeleteChapCredentialsResult & WithInitiatorName(Aws::String &&value)
DeleteChapCredentialsResult & WithInitiatorName(const Aws::String &value)
AWS_STORAGEGATEWAY_API DeleteChapCredentialsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_STORAGEGATEWAY_API DeleteChapCredentialsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteChapCredentialsResult & WithTargetARN(const char *value)
DeleteChapCredentialsResult & WithRequestId(const char *value)
DeleteChapCredentialsResult & WithRequestId(Aws::String &&value)
DeleteChapCredentialsResult & WithTargetARN(const Aws::String &value)
DeleteChapCredentialsResult & WithTargetARN(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue