7#include <aws/pinpoint/Pinpoint_EXPORTS.h>
8#include <aws/pinpoint/model/ADMChannelResponse.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
39 template<
typename ADMChannelResponseT = ADMChannelResponse>
40 void SetADMChannelResponse(ADMChannelResponseT&& value) { m_aDMChannelResponseHasBeenSet =
true; m_aDMChannelResponse = std::forward<ADMChannelResponseT>(value); }
41 template<
typename ADMChannelResponseT = ADMChannelResponse>
48 template<
typename RequestIdT = Aws::String>
49 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
50 template<
typename RequestIdT = Aws::String>
56 bool m_aDMChannelResponseHasBeenSet =
false;
59 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