7#include <aws/pinpoint/Pinpoint_EXPORTS.h>
8#include <aws/pinpoint/model/SMSChannelResponse.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
39 template<
typename SMSChannelResponseT = SMSChannelResponse>
40 void SetSMSChannelResponse(SMSChannelResponseT&& value) { m_sMSChannelResponseHasBeenSet =
true; m_sMSChannelResponse = std::forward<SMSChannelResponseT>(value); }
41 template<
typename SMSChannelResponseT = SMSChannelResponse>
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_sMSChannelResponseHasBeenSet =
false;
59 bool m_requestIdHasBeenSet =
false;
AWS_PINPOINT_API DeleteSmsChannelResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
const SMSChannelResponse & GetSMSChannelResponse() const
const Aws::String & GetRequestId() const
DeleteSmsChannelResult & WithRequestId(RequestIdT &&value)
AWS_PINPOINT_API DeleteSmsChannelResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetSMSChannelResponse(SMSChannelResponseT &&value)
AWS_PINPOINT_API DeleteSmsChannelResult()=default
DeleteSmsChannelResult & WithSMSChannelResponse(SMSChannelResponseT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue