7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/datasync/DataSync_EXPORTS.h>
11#include <aws/datasync/model/FsxProtocol.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename CreationTimeT = Aws::Utils::DateTime>
39 m_creationTimeHasBeenSet =
true;
40 m_creationTime = std::forward<CreationTimeT>(value);
42 template <
typename CreationTimeT = Aws::Utils::DateTime>
54 template <
typename LocationArnT = Aws::String>
56 m_locationArnHasBeenSet =
true;
57 m_locationArn = std::forward<LocationArnT>(value);
59 template <
typename LocationArnT = Aws::String>
72 template <
typename LocationUriT = Aws::String>
74 m_locationUriHasBeenSet =
true;
75 m_locationUri = std::forward<LocationUriT>(value);
77 template <
typename LocationUriT = Aws::String>
87 template <
typename ProtocolT = FsxProtocol>
89 m_protocolHasBeenSet =
true;
90 m_protocol = std::forward<ProtocolT>(value);
92 template <
typename ProtocolT = FsxProtocol>
105 template <
typename SecurityGroupArnsT = Aws::Vector<Aws::String>>
107 m_securityGroupArnsHasBeenSet =
true;
108 m_securityGroupArns = std::forward<SecurityGroupArnsT>(value);
110 template <
typename SecurityGroupArnsT = Aws::Vector<Aws::String>>
115 template <
typename SecurityGroupArnsT = Aws::String>
117 m_securityGroupArnsHasBeenSet =
true;
118 m_securityGroupArns.emplace_back(std::forward<SecurityGroupArnsT>(value));
129 template <
typename StorageVirtualMachineArnT = Aws::String>
131 m_storageVirtualMachineArnHasBeenSet =
true;
132 m_storageVirtualMachineArn = std::forward<StorageVirtualMachineArnT>(value);
134 template <
typename StorageVirtualMachineArnT = Aws::String>
146 template <
typename FsxFilesystemArnT = Aws::String>
148 m_fsxFilesystemArnHasBeenSet =
true;
149 m_fsxFilesystemArn = std::forward<FsxFilesystemArnT>(value);
151 template <
typename FsxFilesystemArnT = Aws::String>
161 template <
typename RequestIdT = Aws::String>
163 m_requestIdHasBeenSet =
true;
164 m_requestId = std::forward<RequestIdT>(value);
166 template <
typename RequestIdT = Aws::String>
179 FsxProtocol m_protocol;
188 bool m_creationTimeHasBeenSet =
false;
189 bool m_locationArnHasBeenSet =
false;
190 bool m_locationUriHasBeenSet =
false;
191 bool m_protocolHasBeenSet =
false;
192 bool m_securityGroupArnsHasBeenSet =
false;
193 bool m_storageVirtualMachineArnHasBeenSet =
false;
194 bool m_fsxFilesystemArnHasBeenSet =
false;
195 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
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