7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/elementalinference/ElementalInference_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace ElementalInference {
35 template <
typename ArnT = Aws::String>
37 m_arnHasBeenSet =
true;
38 m_arn = std::forward<ArnT>(value);
40 template <
typename ArnT = Aws::String>
42 SetArn(std::forward<ArnT>(value));
52 template <
typename IdT = Aws::String>
54 m_idHasBeenSet =
true;
55 m_id = std::forward<IdT>(value);
57 template <
typename IdT = Aws::String>
59 SetId(std::forward<IdT>(value));
67 template <
typename RequestIdT = Aws::String>
69 m_requestIdHasBeenSet =
true;
70 m_requestId = std::forward<RequestIdT>(value);
72 template <
typename RequestIdT = Aws::String>
87 bool m_arnHasBeenSet =
false;
88 bool m_idHasBeenSet =
false;
89 bool m_requestIdHasBeenSet =
false;
DisassociateFeedResult & WithRequestId(RequestIdT &&value)
void SetArn(ArnT &&value)
const Aws::String & GetId() const
DisassociateFeedResult & WithArn(ArnT &&value)
void SetRequestId(RequestIdT &&value)
DisassociateFeedResult & WithId(IdT &&value)
const Aws::String & GetRequestId() const
AWS_ELEMENTALINFERENCE_API DisassociateFeedResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetArn() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_ELEMENTALINFERENCE_API DisassociateFeedResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_ELEMENTALINFERENCE_API DisassociateFeedResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue