7#include <aws/ds/DirectoryService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
23namespace DirectoryService
38 template<
typename RequestIdT = Aws::String>
39 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
40 template<
typename RequestIdT = Aws::String>
49 template<
typename TrustIdT = Aws::String>
50 void SetTrustId(TrustIdT&& value) { m_trustIdHasBeenSet =
true; m_trustId = std::forward<TrustIdT>(value); }
51 template<
typename TrustIdT = Aws::String>
57 bool m_requestIdHasBeenSet =
false;
60 bool m_trustIdHasBeenSet =
false;
AWS_DIRECTORYSERVICE_API UpdateTrustResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_DIRECTORYSERVICE_API UpdateTrustResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetTrustId() const
const Aws::String & GetRequestId() const
AWS_DIRECTORYSERVICE_API UpdateTrustResult()=default
UpdateTrustResult & WithRequestId(RequestIdT &&value)
UpdateTrustResult & WithTrustId(TrustIdT &&value)
void SetTrustId(TrustIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue