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>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
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>
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>>
60 template<
typename CommunicationTypesT = CommunicationTypeOptions>
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>
75 bool m_languageAvailabilityHasBeenSet =
false;
78 bool m_communicationTypesHasBeenSet =
false;
81 bool m_requestIdHasBeenSet =
false;
DescribeCreateCaseOptionsResult & WithLanguageAvailability(LanguageAvailabilityT &&value)
const Aws::Vector< CommunicationTypeOptions > & GetCommunicationTypes() const
const Aws::String & GetLanguageAvailability() const
const Aws::String & GetRequestId() const
DescribeCreateCaseOptionsResult & WithRequestId(RequestIdT &&value)
DescribeCreateCaseOptionsResult & AddCommunicationTypes(CommunicationTypesT &&value)
void SetRequestId(RequestIdT &&value)
AWS_SUPPORT_API DescribeCreateCaseOptionsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeCreateCaseOptionsResult & WithCommunicationTypes(CommunicationTypesT &&value)
void SetLanguageAvailability(LanguageAvailabilityT &&value)
AWS_SUPPORT_API DescribeCreateCaseOptionsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetCommunicationTypes(CommunicationTypesT &&value)
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