7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/datasync/DataSync_EXPORTS.h>
10#include <aws/datasync/model/NfsMountOptions.h>
11#include <aws/datasync/model/OnPremConfig.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
42 template <
typename LocationArnT = Aws::String>
44 m_locationArnHasBeenSet =
true;
45 m_locationArn = std::forward<LocationArnT>(value);
47 template <
typename LocationArnT = Aws::String>
59 template <
typename LocationUriT = Aws::String>
61 m_locationUriHasBeenSet =
true;
62 m_locationUri = std::forward<LocationUriT>(value);
64 template <
typename LocationUriT = Aws::String>
74 template <
typename OnPremConfigT = OnPremConfig>
76 m_onPremConfigHasBeenSet =
true;
77 m_onPremConfig = std::forward<OnPremConfigT>(value);
79 template <
typename OnPremConfigT = OnPremConfig>
91 template <
typename MountOptionsT = NfsMountOptions>
93 m_mountOptionsHasBeenSet =
true;
94 m_mountOptions = std::forward<MountOptionsT>(value);
96 template <
typename MountOptionsT = NfsMountOptions>
108 template <
typename CreationTimeT = Aws::Utils::DateTime>
110 m_creationTimeHasBeenSet =
true;
111 m_creationTime = std::forward<CreationTimeT>(value);
113 template <
typename CreationTimeT = Aws::Utils::DateTime>
123 template <
typename RequestIdT = Aws::String>
125 m_requestIdHasBeenSet =
true;
126 m_requestId = std::forward<RequestIdT>(value);
128 template <
typename RequestIdT = Aws::String>
146 bool m_locationArnHasBeenSet =
false;
147 bool m_locationUriHasBeenSet =
false;
148 bool m_onPremConfigHasBeenSet =
false;
149 bool m_mountOptionsHasBeenSet =
false;
150 bool m_creationTimeHasBeenSet =
false;
151 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
const Aws::String & GetLocationArn() 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