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/core/utils/memory/stl/AWSVector.h>
11#include <aws/datasync/DataSync_EXPORTS.h>
12#include <aws/datasync/model/FsxProtocol.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
38 template <
typename CreationTimeT = Aws::Utils::DateTime>
40 m_creationTimeHasBeenSet =
true;
41 m_creationTime = std::forward<CreationTimeT>(value);
43 template <
typename CreationTimeT = Aws::Utils::DateTime>
55 template <
typename LocationArnT = Aws::String>
57 m_locationArnHasBeenSet =
true;
58 m_locationArn = std::forward<LocationArnT>(value);
60 template <
typename LocationArnT = Aws::String>
73 template <
typename LocationUriT = Aws::String>
75 m_locationUriHasBeenSet =
true;
76 m_locationUri = std::forward<LocationUriT>(value);
78 template <
typename LocationUriT = Aws::String>
88 template <
typename ProtocolT = FsxProtocol>
90 m_protocolHasBeenSet =
true;
91 m_protocol = std::forward<ProtocolT>(value);
93 template <
typename ProtocolT = FsxProtocol>
106 template <
typename SecurityGroupArnsT = Aws::Vector<Aws::String>>
108 m_securityGroupArnsHasBeenSet =
true;
109 m_securityGroupArns = std::forward<SecurityGroupArnsT>(value);
111 template <
typename SecurityGroupArnsT = Aws::Vector<Aws::String>>
116 template <
typename SecurityGroupArnsT = Aws::String>
118 m_securityGroupArnsHasBeenSet =
true;
119 m_securityGroupArns.emplace_back(std::forward<SecurityGroupArnsT>(value));
130 template <
typename StorageVirtualMachineArnT = Aws::String>
132 m_storageVirtualMachineArnHasBeenSet =
true;
133 m_storageVirtualMachineArn = std::forward<StorageVirtualMachineArnT>(value);
135 template <
typename StorageVirtualMachineArnT = Aws::String>
147 template <
typename FsxFilesystemArnT = Aws::String>
149 m_fsxFilesystemArnHasBeenSet =
true;
150 m_fsxFilesystemArn = std::forward<FsxFilesystemArnT>(value);
152 template <
typename FsxFilesystemArnT = Aws::String>
162 template <
typename RequestIdT = Aws::String>
164 m_requestIdHasBeenSet =
true;
165 m_requestId = std::forward<RequestIdT>(value);
167 template <
typename RequestIdT = Aws::String>
182 FsxProtocol m_protocol;
192 bool m_creationTimeHasBeenSet =
false;
193 bool m_locationArnHasBeenSet =
false;
194 bool m_locationUriHasBeenSet =
false;
195 bool m_protocolHasBeenSet =
false;
196 bool m_securityGroupArnsHasBeenSet =
false;
197 bool m_storageVirtualMachineArnHasBeenSet =
false;
198 bool m_fsxFilesystemArnHasBeenSet =
false;
199 bool m_requestIdHasBeenSet =
false;
DescribeLocationFsxOntapResult & WithProtocol(ProtocolT &&value)
const Aws::String & GetLocationArn() const
DescribeLocationFsxOntapResult & WithLocationArn(LocationArnT &&value)
void SetLocationUri(LocationUriT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
DescribeLocationFsxOntapResult & WithCreationTime(CreationTimeT &&value)
DescribeLocationFsxOntapResult & AddSecurityGroupArns(SecurityGroupArnsT &&value)
void SetSecurityGroupArns(SecurityGroupArnsT &&value)
DescribeLocationFsxOntapResult & WithFsxFilesystemArn(FsxFilesystemArnT &&value)
void SetLocationArn(LocationArnT &&value)
const Aws::String & GetFsxFilesystemArn() const
DescribeLocationFsxOntapResult & WithLocationUri(LocationUriT &&value)
void SetStorageVirtualMachineArn(StorageVirtualMachineArnT &&value)
const Aws::Vector< Aws::String > & GetSecurityGroupArns() const
const Aws::String & GetRequestId() const
DescribeLocationFsxOntapResult & WithSecurityGroupArns(SecurityGroupArnsT &&value)
DescribeLocationFsxOntapResult & WithStorageVirtualMachineArn(StorageVirtualMachineArnT &&value)
void SetCreationTime(CreationTimeT &&value)
const FsxProtocol & GetProtocol() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
DescribeLocationFsxOntapResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
AWS_DATASYNC_API DescribeLocationFsxOntapResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetLocationUri() const
const Aws::String & GetStorageVirtualMachineArn() const
AWS_DATASYNC_API DescribeLocationFsxOntapResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetFsxFilesystemArn(FsxFilesystemArnT &&value)
AWS_DATASYNC_API DescribeLocationFsxOntapResult()=default
void SetProtocol(ProtocolT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue