AWS SDK for C++

AWS SDK for C++ Version 1.11.719

Loading...
Searching...
No Matches
ResourceNotFoundException.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/payment-cryptography/PaymentCryptography_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace PaymentCryptography {
20namespace Model {
21
31 public:
32 AWS_PAYMENTCRYPTOGRAPHY_API ResourceNotFoundException() = default;
33 AWS_PAYMENTCRYPTOGRAPHY_API ResourceNotFoundException(Aws::Utils::Json::JsonView jsonValue);
34 AWS_PAYMENTCRYPTOGRAPHY_API ResourceNotFoundException& operator=(Aws::Utils::Json::JsonView jsonValue);
35 AWS_PAYMENTCRYPTOGRAPHY_API Aws::Utils::Json::JsonValue Jsonize() const;
36
38
43 inline const Aws::String& GetResourceId() const { return m_resourceId; }
44 inline bool ResourceIdHasBeenSet() const { return m_resourceIdHasBeenSet; }
45 template <typename ResourceIdT = Aws::String>
46 void SetResourceId(ResourceIdT&& value) {
47 m_resourceIdHasBeenSet = true;
48 m_resourceId = std::forward<ResourceIdT>(value);
49 }
50 template <typename ResourceIdT = Aws::String>
52 SetResourceId(std::forward<ResourceIdT>(value));
53 return *this;
54 }
56 private:
57 Aws::String m_resourceId;
58 bool m_resourceIdHasBeenSet = false;
59};
60
61} // namespace Model
62} // namespace PaymentCryptography
63} // namespace Aws
AWS_PAYMENTCRYPTOGRAPHY_API ResourceNotFoundException & operator=(Aws::Utils::Json::JsonView jsonValue)
ResourceNotFoundException & WithResourceId(ResourceIdT &&value)
AWS_PAYMENTCRYPTOGRAPHY_API ResourceNotFoundException(Aws::Utils::Json::JsonView jsonValue)
AWS_PAYMENTCRYPTOGRAPHY_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_PAYMENTCRYPTOGRAPHY_API ResourceNotFoundException()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue