AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
SlotNotAvailableException.h
1
6#pragma once
7#include <aws/opensearch/OpenSearchService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace OpenSearchService
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_OPENSEARCHSERVICE_API SlotNotAvailableException();
36 AWS_OPENSEARCHSERVICE_API SlotNotAvailableException(Aws::Utils::Json::JsonView jsonValue);
37 AWS_OPENSEARCHSERVICE_API SlotNotAvailableException& operator=(Aws::Utils::Json::JsonView jsonValue);
38 AWS_OPENSEARCHSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
46 inline const Aws::Vector<long long>& GetSlotSuggestions() const{ return m_slotSuggestions; }
47 inline bool SlotSuggestionsHasBeenSet() const { return m_slotSuggestionsHasBeenSet; }
48 inline void SetSlotSuggestions(const Aws::Vector<long long>& value) { m_slotSuggestionsHasBeenSet = true; m_slotSuggestions = value; }
49 inline void SetSlotSuggestions(Aws::Vector<long long>&& value) { m_slotSuggestionsHasBeenSet = true; m_slotSuggestions = std::move(value); }
52 inline SlotNotAvailableException& AddSlotSuggestions(long long value) { m_slotSuggestionsHasBeenSet = true; m_slotSuggestions.push_back(value); return *this; }
54 private:
55
56 Aws::Vector<long long> m_slotSuggestions;
57 bool m_slotSuggestionsHasBeenSet = false;
58 };
59
60} // namespace Model
61} // namespace OpenSearchService
62} // namespace Aws
SlotNotAvailableException & AddSlotSuggestions(long long value)
AWS_OPENSEARCHSERVICE_API SlotNotAvailableException(Aws::Utils::Json::JsonView jsonValue)
SlotNotAvailableException & WithSlotSuggestions(const Aws::Vector< long long > &value)
SlotNotAvailableException & WithSlotSuggestions(Aws::Vector< long long > &&value)
AWS_OPENSEARCHSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetSlotSuggestions(const Aws::Vector< long long > &value)
AWS_OPENSEARCHSERVICE_API SlotNotAvailableException & operator=(Aws::Utils::Json::JsonView jsonValue)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue