7#include <aws/logs/CloudWatchLogs_EXPORTS.h>
8#include <aws/logs/model/Destination.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
24namespace CloudWatchLogs
41 template<
typename DestinationT = Destination>
42 void SetDestination(DestinationT&& value) { m_destinationHasBeenSet =
true; m_destination = std::forward<DestinationT>(value); }
43 template<
typename DestinationT = Destination>
50 template<
typename RequestIdT = Aws::String>
51 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
52 template<
typename RequestIdT = Aws::String>
58 bool m_destinationHasBeenSet =
false;
61 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
AWS_CLOUDWATCHLOGS_API PutDestinationResult()=default
void SetDestination(DestinationT &&value)
const Destination & GetDestination() const
AWS_CLOUDWATCHLOGS_API PutDestinationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
PutDestinationResult & WithDestination(DestinationT &&value)
PutDestinationResult & WithRequestId(RequestIdT &&value)
AWS_CLOUDWATCHLOGS_API PutDestinationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue