7#include <aws/datasync/DataSync_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/datasync/model/OnPremConfig.h>
10#include <aws/datasync/model/NfsMountOptions.h>
11#include <aws/core/utils/DateTime.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
48 template<
typename LocationArnT = Aws::String>
49 void SetLocationArn(LocationArnT&& value) { m_locationArnHasBeenSet =
true; m_locationArn = std::forward<LocationArnT>(value); }
50 template<
typename LocationArnT = Aws::String>
59 template<
typename LocationUriT = Aws::String>
60 void SetLocationUri(LocationUriT&& value) { m_locationUriHasBeenSet =
true; m_locationUri = std::forward<LocationUriT>(value); }
61 template<
typename LocationUriT = Aws::String>
68 template<
typename OnPremConfigT = OnPremConfig>
69 void SetOnPremConfig(OnPremConfigT&& value) { m_onPremConfigHasBeenSet =
true; m_onPremConfig = std::forward<OnPremConfigT>(value); }
70 template<
typename OnPremConfigT = OnPremConfig>
79 template<
typename MountOptionsT = NfsMountOptions>
80 void SetMountOptions(MountOptionsT&& value) { m_mountOptionsHasBeenSet =
true; m_mountOptions = std::forward<MountOptionsT>(value); }
81 template<
typename MountOptionsT = NfsMountOptions>
90 template<
typename CreationTimeT = Aws::Utils::DateTime>
91 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
92 template<
typename CreationTimeT = Aws::Utils::DateTime>
99 template<
typename RequestIdT = Aws::String>
100 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
101 template<
typename RequestIdT = Aws::String>
107 bool m_locationArnHasBeenSet =
false;
110 bool m_locationUriHasBeenSet =
false;
113 bool m_onPremConfigHasBeenSet =
false;
116 bool m_mountOptionsHasBeenSet =
false;
119 bool m_creationTimeHasBeenSet =
false;
122 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