7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/datasync/DataSync_EXPORTS.h>
11#include <aws/datasync/model/NfsMountOptions.h>
12#include <aws/datasync/model/OnPremConfig.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
43 template <
typename LocationArnT = Aws::String>
45 m_locationArnHasBeenSet =
true;
46 m_locationArn = std::forward<LocationArnT>(value);
48 template <
typename LocationArnT = Aws::String>
60 template <
typename LocationUriT = Aws::String>
62 m_locationUriHasBeenSet =
true;
63 m_locationUri = std::forward<LocationUriT>(value);
65 template <
typename LocationUriT = Aws::String>
75 template <
typename OnPremConfigT = OnPremConfig>
77 m_onPremConfigHasBeenSet =
true;
78 m_onPremConfig = std::forward<OnPremConfigT>(value);
80 template <
typename OnPremConfigT = OnPremConfig>
92 template <
typename MountOptionsT = NfsMountOptions>
94 m_mountOptionsHasBeenSet =
true;
95 m_mountOptions = std::forward<MountOptionsT>(value);
97 template <
typename MountOptionsT = NfsMountOptions>
109 template <
typename CreationTimeT = Aws::Utils::DateTime>
111 m_creationTimeHasBeenSet =
true;
112 m_creationTime = std::forward<CreationTimeT>(value);
114 template <
typename CreationTimeT = Aws::Utils::DateTime>
124 template <
typename RequestIdT = Aws::String>
126 m_requestIdHasBeenSet =
true;
127 m_requestId = std::forward<RequestIdT>(value);
129 template <
typename RequestIdT = Aws::String>
150 bool m_locationArnHasBeenSet =
false;
151 bool m_locationUriHasBeenSet =
false;
152 bool m_onPremConfigHasBeenSet =
false;
153 bool m_mountOptionsHasBeenSet =
false;
154 bool m_creationTimeHasBeenSet =
false;
155 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
const Aws::String & GetLocationArn() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetLocationArn(LocationArnT &&value)
AWS_DATASYNC_API DescribeLocationNfsResult()=default
void SetMountOptions(MountOptionsT &&value)
AWS_DATASYNC_API DescribeLocationNfsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeLocationNfsResult & WithLocationUri(LocationUriT &&value)
void SetLocationUri(LocationUriT &&value)
const Aws::String & GetLocationUri() const
void SetCreationTime(CreationTimeT &&value)
DescribeLocationNfsResult & WithOnPremConfig(OnPremConfigT &&value)
const OnPremConfig & GetOnPremConfig() const
void SetOnPremConfig(OnPremConfigT &&value)
DescribeLocationNfsResult & WithRequestId(RequestIdT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
DescribeLocationNfsResult & WithMountOptions(MountOptionsT &&value)
DescribeLocationNfsResult & WithLocationArn(LocationArnT &&value)
AWS_DATASYNC_API DescribeLocationNfsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
const NfsMountOptions & GetMountOptions() const
DescribeLocationNfsResult & WithCreationTime(CreationTimeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue