AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
DescribeCreateCaseOptionsResult.h
1
6#pragma once
7#include <aws/support/Support_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/support/model/CommunicationTypeOptions.h>
11#include <utility>
12
13namespace Aws
14{
15template<typename RESULT_TYPE>
16class AmazonWebServiceResult;
17
18namespace Utils
19{
20namespace Json
21{
22 class JsonValue;
23} // namespace Json
24} // namespace Utils
25namespace Support
26{
27namespace Model
28{
30 {
31 public:
32 AWS_SUPPORT_API DescribeCreateCaseOptionsResult() = default;
35
36
38
43 inline const Aws::String& GetLanguageAvailability() const { return m_languageAvailability; }
44 template<typename LanguageAvailabilityT = Aws::String>
45 void SetLanguageAvailability(LanguageAvailabilityT&& value) { m_languageAvailabilityHasBeenSet = true; m_languageAvailability = std::forward<LanguageAvailabilityT>(value); }
46 template<typename LanguageAvailabilityT = Aws::String>
47 DescribeCreateCaseOptionsResult& WithLanguageAvailability(LanguageAvailabilityT&& value) { SetLanguageAvailability(std::forward<LanguageAvailabilityT>(value)); return *this;}
49
51
55 inline const Aws::Vector<CommunicationTypeOptions>& GetCommunicationTypes() const { return m_communicationTypes; }
56 template<typename CommunicationTypesT = Aws::Vector<CommunicationTypeOptions>>
57 void SetCommunicationTypes(CommunicationTypesT&& value) { m_communicationTypesHasBeenSet = true; m_communicationTypes = std::forward<CommunicationTypesT>(value); }
58 template<typename CommunicationTypesT = Aws::Vector<CommunicationTypeOptions>>
59 DescribeCreateCaseOptionsResult& WithCommunicationTypes(CommunicationTypesT&& value) { SetCommunicationTypes(std::forward<CommunicationTypesT>(value)); return *this;}
60 template<typename CommunicationTypesT = CommunicationTypeOptions>
61 DescribeCreateCaseOptionsResult& AddCommunicationTypes(CommunicationTypesT&& value) { m_communicationTypesHasBeenSet = true; m_communicationTypes.emplace_back(std::forward<CommunicationTypesT>(value)); return *this; }
63
65
66 inline const Aws::String& GetRequestId() const { return m_requestId; }
67 template<typename RequestIdT = Aws::String>
68 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
69 template<typename RequestIdT = Aws::String>
70 DescribeCreateCaseOptionsResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
72 private:
73
74 Aws::String m_languageAvailability;
75 bool m_languageAvailabilityHasBeenSet = false;
76
77 Aws::Vector<CommunicationTypeOptions> m_communicationTypes;
78 bool m_communicationTypesHasBeenSet = false;
79
80 Aws::String m_requestId;
81 bool m_requestIdHasBeenSet = false;
82 };
83
84} // namespace Model
85} // namespace Support
86} // namespace Aws
DescribeCreateCaseOptionsResult & WithLanguageAvailability(LanguageAvailabilityT &&value)
const Aws::Vector< CommunicationTypeOptions > & GetCommunicationTypes() const
DescribeCreateCaseOptionsResult & WithRequestId(RequestIdT &&value)
DescribeCreateCaseOptionsResult & AddCommunicationTypes(CommunicationTypesT &&value)
AWS_SUPPORT_API DescribeCreateCaseOptionsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeCreateCaseOptionsResult & WithCommunicationTypes(CommunicationTypesT &&value)
AWS_SUPPORT_API DescribeCreateCaseOptionsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_SUPPORT_API DescribeCreateCaseOptionsResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue