7#include <aws/datasync/DataSync_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/datasync/model/FsxProtocol.h>
11#include <aws/core/utils/DateTime.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
43 template<
typename LocationArnT = Aws::String>
44 void SetLocationArn(LocationArnT&& value) { m_locationArnHasBeenSet =
true; m_locationArn = std::forward<LocationArnT>(value); }
45 template<
typename LocationArnT = Aws::String>
56 template<
typename LocationUriT = Aws::String>
57 void SetLocationUri(LocationUriT&& value) { m_locationUriHasBeenSet =
true; m_locationUri = std::forward<LocationUriT>(value); }
58 template<
typename LocationUriT = Aws::String>
68 template<
typename SecurityGroupArnsT = Aws::Vector<Aws::String>>
69 void SetSecurityGroupArns(SecurityGroupArnsT&& value) { m_securityGroupArnsHasBeenSet =
true; m_securityGroupArns = std::forward<SecurityGroupArnsT>(value); }
70 template<
typename SecurityGroupArnsT = Aws::Vector<Aws::String>>
72 template<
typename SecurityGroupArnsT = Aws::String>
81 template<
typename ProtocolT = FsxProtocol>
82 void SetProtocol(ProtocolT&& value) { m_protocolHasBeenSet =
true; m_protocol = std::forward<ProtocolT>(value); }
83 template<
typename ProtocolT = FsxProtocol>
92 template<
typename CreationTimeT = Aws::Utils::DateTime>
93 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
94 template<
typename CreationTimeT = Aws::Utils::DateTime>
101 template<
typename RequestIdT = Aws::String>
102 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
103 template<
typename RequestIdT = Aws::String>
109 bool m_locationArnHasBeenSet =
false;
112 bool m_locationUriHasBeenSet =
false;
115 bool m_securityGroupArnsHasBeenSet =
false;
118 bool m_protocolHasBeenSet =
false;
121 bool m_creationTimeHasBeenSet =
false;
124 bool m_requestIdHasBeenSet =
false;
void SetProtocol(ProtocolT &&value)
void SetCreationTime(CreationTimeT &&value)
const Aws::String & GetLocationUri() const
DescribeLocationFsxOpenZfsResult & WithSecurityGroupArns(SecurityGroupArnsT &&value)
void SetSecurityGroupArns(SecurityGroupArnsT &&value)
DescribeLocationFsxOpenZfsResult & WithLocationUri(LocationUriT &&value)
const Aws::Vector< Aws::String > & GetSecurityGroupArns() const
const Aws::String & GetLocationArn() const
AWS_DATASYNC_API DescribeLocationFsxOpenZfsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
DescribeLocationFsxOpenZfsResult & AddSecurityGroupArns(SecurityGroupArnsT &&value)
void SetLocationUri(LocationUriT &&value)
void SetLocationArn(LocationArnT &&value)
AWS_DATASYNC_API DescribeLocationFsxOpenZfsResult()=default
const Aws::Utils::DateTime & GetCreationTime() const
DescribeLocationFsxOpenZfsResult & WithCreationTime(CreationTimeT &&value)
DescribeLocationFsxOpenZfsResult & WithProtocol(ProtocolT &&value)
AWS_DATASYNC_API DescribeLocationFsxOpenZfsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
DescribeLocationFsxOpenZfsResult & WithRequestId(RequestIdT &&value)
DescribeLocationFsxOpenZfsResult & WithLocationArn(LocationArnT &&value)
const FsxProtocol & GetProtocol() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue