AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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:
35
36
38
43 inline const Aws::String& GetLanguageAvailability() const{ return m_languageAvailability; }
44 inline void SetLanguageAvailability(const Aws::String& value) { m_languageAvailability = value; }
45 inline void SetLanguageAvailability(Aws::String&& value) { m_languageAvailability = std::move(value); }
46 inline void SetLanguageAvailability(const char* value) { m_languageAvailability.assign(value); }
49 inline DescribeCreateCaseOptionsResult& WithLanguageAvailability(const char* value) { SetLanguageAvailability(value); return *this;}
51
53
57 inline const Aws::Vector<CommunicationTypeOptions>& GetCommunicationTypes() const{ return m_communicationTypes; }
58 inline void SetCommunicationTypes(const Aws::Vector<CommunicationTypeOptions>& value) { m_communicationTypes = value; }
59 inline void SetCommunicationTypes(Aws::Vector<CommunicationTypeOptions>&& value) { m_communicationTypes = std::move(value); }
62 inline DescribeCreateCaseOptionsResult& AddCommunicationTypes(const CommunicationTypeOptions& value) { m_communicationTypes.push_back(value); return *this; }
63 inline DescribeCreateCaseOptionsResult& AddCommunicationTypes(CommunicationTypeOptions&& value) { m_communicationTypes.push_back(std::move(value)); return *this; }
65
67
68 inline const Aws::String& GetRequestId() const{ return m_requestId; }
69 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
70 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
71 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
72 inline DescribeCreateCaseOptionsResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
73 inline DescribeCreateCaseOptionsResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
74 inline DescribeCreateCaseOptionsResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
76 private:
77
78 Aws::String m_languageAvailability;
79
80 Aws::Vector<CommunicationTypeOptions> m_communicationTypes;
81
82 Aws::String m_requestId;
83 };
84
85} // namespace Model
86} // namespace Support
87} // namespace Aws
const Aws::Vector< CommunicationTypeOptions > & GetCommunicationTypes() const
DescribeCreateCaseOptionsResult & WithRequestId(const char *value)
DescribeCreateCaseOptionsResult & WithLanguageAvailability(const Aws::String &value)
DescribeCreateCaseOptionsResult & WithLanguageAvailability(Aws::String &&value)
void SetCommunicationTypes(const Aws::Vector< CommunicationTypeOptions > &value)
DescribeCreateCaseOptionsResult & WithRequestId(const Aws::String &value)
DescribeCreateCaseOptionsResult & AddCommunicationTypes(CommunicationTypeOptions &&value)
void SetCommunicationTypes(Aws::Vector< CommunicationTypeOptions > &&value)
DescribeCreateCaseOptionsResult & WithCommunicationTypes(const Aws::Vector< CommunicationTypeOptions > &value)
DescribeCreateCaseOptionsResult & WithRequestId(Aws::String &&value)
DescribeCreateCaseOptionsResult & AddCommunicationTypes(const CommunicationTypeOptions &value)
DescribeCreateCaseOptionsResult & WithLanguageAvailability(const char *value)
AWS_SUPPORT_API DescribeCreateCaseOptionsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_SUPPORT_API DescribeCreateCaseOptionsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeCreateCaseOptionsResult & WithCommunicationTypes(Aws::Vector< CommunicationTypeOptions > &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue