AWS SDK for C++

AWS SDK for C++ Version 1.11.717

Loading...
Searching...
No Matches
DeleteDomainAssociationResult.h
1
6#pragma once
7#include <aws/amplify/Amplify_EXPORTS.h>
8#include <aws/amplify/model/DomainAssociation.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10
11#include <utility>
12
13namespace Aws {
14template <typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils {
18namespace Json {
19class JsonValue;
20} // namespace Json
21} // namespace Utils
22namespace Amplify {
23namespace Model {
25 public:
26 AWS_AMPLIFY_API DeleteDomainAssociationResult() = default;
29
31
32 inline const DomainAssociation& GetDomainAssociation() const { return m_domainAssociation; }
33 template <typename DomainAssociationT = DomainAssociation>
34 void SetDomainAssociation(DomainAssociationT&& value) {
35 m_domainAssociationHasBeenSet = true;
36 m_domainAssociation = std::forward<DomainAssociationT>(value);
37 }
38 template <typename DomainAssociationT = DomainAssociation>
40 SetDomainAssociation(std::forward<DomainAssociationT>(value));
41 return *this;
42 }
44
46
47 inline const Aws::String& GetRequestId() const { return m_requestId; }
48 template <typename RequestIdT = Aws::String>
49 void SetRequestId(RequestIdT&& value) {
50 m_requestIdHasBeenSet = true;
51 m_requestId = std::forward<RequestIdT>(value);
52 }
53 template <typename RequestIdT = Aws::String>
55 SetRequestId(std::forward<RequestIdT>(value));
56 return *this;
57 }
59 private:
60 DomainAssociation m_domainAssociation;
61
62 Aws::String m_requestId;
63 bool m_domainAssociationHasBeenSet = false;
64 bool m_requestIdHasBeenSet = false;
65};
66
67} // namespace Model
68} // namespace Amplify
69} // namespace Aws
AWS_AMPLIFY_API DeleteDomainAssociationResult()=default
AWS_AMPLIFY_API DeleteDomainAssociationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteDomainAssociationResult & WithDomainAssociation(DomainAssociationT &&value)
AWS_AMPLIFY_API DeleteDomainAssociationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteDomainAssociationResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue