7#include <aws/datasync/DataSync_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
46 template<
typename LocationArnT = Aws::String>
47 void SetLocationArn(LocationArnT&& value) { m_locationArnHasBeenSet =
true; m_locationArn = std::forward<LocationArnT>(value); }
48 template<
typename LocationArnT = Aws::String>
55 template<
typename RequestIdT = Aws::String>
56 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
57 template<
typename RequestIdT = Aws::String>
63 bool m_locationArnHasBeenSet =
false;
66 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
const Aws::String & GetLocationArn() const
void SetRequestId(RequestIdT &&value)
CreateLocationNfsResult & WithLocationArn(LocationArnT &&value)
AWS_DATASYNC_API CreateLocationNfsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateLocationNfsResult & WithRequestId(RequestIdT &&value)
void SetLocationArn(LocationArnT &&value)
AWS_DATASYNC_API CreateLocationNfsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_DATASYNC_API CreateLocationNfsResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue