7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/datasync/DataSync_EXPORTS.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
42 template <
typename AgentArnT = Aws::String>
44 m_agentArnHasBeenSet =
true;
45 m_agentArn = std::forward<AgentArnT>(value);
47 template <
typename AgentArnT = Aws::String>
57 template <
typename RequestIdT = Aws::String>
59 m_requestIdHasBeenSet =
true;
60 m_requestId = std::forward<RequestIdT>(value);
62 template <
typename RequestIdT = Aws::String>
72 bool m_agentArnHasBeenSet =
false;
73 bool m_requestIdHasBeenSet =
false;
CreateAgentResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
void SetAgentArn(AgentArnT &&value)
AWS_DATASYNC_API CreateAgentResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_DATASYNC_API CreateAgentResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetAgentArn() const
AWS_DATASYNC_API CreateAgentResult()=default
CreateAgentResult & WithAgentArn(AgentArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue