7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/PredefinedAttribute.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename PredefinedAttributeT = PredefinedAttribute>
38 m_predefinedAttributeHasBeenSet =
true;
39 m_predefinedAttribute = std::forward<PredefinedAttributeT>(value);
41 template <
typename PredefinedAttributeT = PredefinedAttribute>
51 template <
typename RequestIdT = Aws::String>
53 m_requestIdHasBeenSet =
true;
54 m_requestId = std::forward<RequestIdT>(value);
56 template <
typename RequestIdT = Aws::String>
69 bool m_predefinedAttributeHasBeenSet =
false;
70 bool m_requestIdHasBeenSet =
false;
AWS_CONNECT_API DescribePredefinedAttributeResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_CONNECT_API DescribePredefinedAttributeResult()=default
AWS_CONNECT_API DescribePredefinedAttributeResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribePredefinedAttributeResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
DescribePredefinedAttributeResult & WithPredefinedAttribute(PredefinedAttributeT &&value)
const PredefinedAttribute & GetPredefinedAttribute() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetPredefinedAttribute(PredefinedAttributeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue