7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/pinpoint/Pinpoint_EXPORTS.h>
9#include <aws/pinpoint/model/ADMChannelResponse.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
33 template <
typename ADMChannelResponseT = ADMChannelResponse>
35 m_aDMChannelResponseHasBeenSet =
true;
36 m_aDMChannelResponse = std::forward<ADMChannelResponseT>(value);
38 template <
typename ADMChannelResponseT = ADMChannelResponse>
48 template <
typename RequestIdT = Aws::String>
50 m_requestIdHasBeenSet =
true;
51 m_requestId = std::forward<RequestIdT>(value);
53 template <
typename RequestIdT = Aws::String>
63 bool m_aDMChannelResponseHasBeenSet =
false;
64 bool m_requestIdHasBeenSet =
false;
GetAdmChannelResult & WithRequestId(RequestIdT &&value)
GetAdmChannelResult & WithADMChannelResponse(ADMChannelResponseT &&value)
void SetRequestId(RequestIdT &&value)
void SetADMChannelResponse(ADMChannelResponseT &&value)
const Aws::String & GetRequestId() const
AWS_PINPOINT_API GetAdmChannelResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_PINPOINT_API GetAdmChannelResult()=default
const ADMChannelResponse & GetADMChannelResponse() const
AWS_PINPOINT_API GetAdmChannelResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue