7#include <aws/datasync/DataSync_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/datasync/model/FsxProtocol.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
43 template<
typename CreationTimeT = Aws::Utils::DateTime>
44 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
45 template<
typename CreationTimeT = Aws::Utils::DateTime>
54 template<
typename LocationArnT = Aws::String>
55 void SetLocationArn(LocationArnT&& value) { m_locationArnHasBeenSet =
true; m_locationArn = std::forward<LocationArnT>(value); }
56 template<
typename LocationArnT = Aws::String>
66 template<
typename LocationUriT = Aws::String>
67 void SetLocationUri(LocationUriT&& value) { m_locationUriHasBeenSet =
true; m_locationUri = std::forward<LocationUriT>(value); }
68 template<
typename LocationUriT = Aws::String>
75 template<
typename ProtocolT = FsxProtocol>
76 void SetProtocol(ProtocolT&& value) { m_protocolHasBeenSet =
true; m_protocol = std::forward<ProtocolT>(value); }
77 template<
typename ProtocolT = FsxProtocol>
87 template<
typename SecurityGroupArnsT = Aws::Vector<Aws::String>>
88 void SetSecurityGroupArns(SecurityGroupArnsT&& value) { m_securityGroupArnsHasBeenSet =
true; m_securityGroupArns = std::forward<SecurityGroupArnsT>(value); }
89 template<
typename SecurityGroupArnsT = Aws::Vector<Aws::String>>
91 template<
typename SecurityGroupArnsT = Aws::String>
101 template<
typename StorageVirtualMachineArnT = Aws::String>
102 void SetStorageVirtualMachineArn(StorageVirtualMachineArnT&& value) { m_storageVirtualMachineArnHasBeenSet =
true; m_storageVirtualMachineArn = std::forward<StorageVirtualMachineArnT>(value); }
103 template<
typename StorageVirtualMachineArnT = Aws::String>
112 template<
typename FsxFilesystemArnT = Aws::String>
113 void SetFsxFilesystemArn(FsxFilesystemArnT&& value) { m_fsxFilesystemArnHasBeenSet =
true; m_fsxFilesystemArn = std::forward<FsxFilesystemArnT>(value); }
114 template<
typename FsxFilesystemArnT = Aws::String>
121 template<
typename RequestIdT = Aws::String>
122 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
123 template<
typename RequestIdT = Aws::String>
129 bool m_creationTimeHasBeenSet =
false;
132 bool m_locationArnHasBeenSet =
false;
135 bool m_locationUriHasBeenSet =
false;
137 FsxProtocol m_protocol;
138 bool m_protocolHasBeenSet =
false;
141 bool m_securityGroupArnsHasBeenSet =
false;
144 bool m_storageVirtualMachineArnHasBeenSet =
false;
147 bool m_fsxFilesystemArnHasBeenSet =
false;
150 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