7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/xray/XRay_EXPORTS.h>
9#include <aws/xray/model/TraceSegmentDestination.h>
10#include <aws/xray/model/TraceSegmentDestinationStatus.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
37 m_destinationHasBeenSet =
true;
38 m_destination = value;
52 m_statusHasBeenSet =
true;
64 template <
typename RequestIdT = Aws::String>
66 m_requestIdHasBeenSet =
true;
67 m_requestId = std::forward<RequestIdT>(value);
69 template <
typename RequestIdT = Aws::String>
81 bool m_destinationHasBeenSet =
false;
82 bool m_statusHasBeenSet =
false;
83 bool m_requestIdHasBeenSet =
false;
TraceSegmentDestinationStatus GetStatus() const
AWS_XRAY_API UpdateTraceSegmentDestinationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateTraceSegmentDestinationResult & WithDestination(TraceSegmentDestination value)
TraceSegmentDestination GetDestination() const
UpdateTraceSegmentDestinationResult & WithRequestId(RequestIdT &&value)
UpdateTraceSegmentDestinationResult & WithStatus(TraceSegmentDestinationStatus value)
void SetDestination(TraceSegmentDestination value)
AWS_XRAY_API UpdateTraceSegmentDestinationResult()=default
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
AWS_XRAY_API UpdateTraceSegmentDestinationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetStatus(TraceSegmentDestinationStatus value)
TraceSegmentDestinationStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue