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