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>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
37 template <
typename LocationArnT = Aws::String>
39 m_locationArnHasBeenSet =
true;
40 m_locationArn = std::forward<LocationArnT>(value);
42 template <
typename LocationArnT = Aws::String>
54 template <
typename LocationUriT = Aws::String>
56 m_locationUriHasBeenSet =
true;
57 m_locationUri = std::forward<LocationUriT>(value);
59 template <
typename LocationUriT = Aws::String>
72 template <
typename SecurityGroupArnsT = Aws::Vector<Aws::String>>
74 m_securityGroupArnsHasBeenSet =
true;
75 m_securityGroupArns = std::forward<SecurityGroupArnsT>(value);
77 template <
typename SecurityGroupArnsT = Aws::Vector<Aws::String>>
82 template <
typename SecurityGroupArnsT = Aws::String>
84 m_securityGroupArnsHasBeenSet =
true;
85 m_securityGroupArns.emplace_back(std::forward<SecurityGroupArnsT>(value));
95 template <
typename CreationTimeT = Aws::Utils::DateTime>
97 m_creationTimeHasBeenSet =
true;
98 m_creationTime = std::forward<CreationTimeT>(value);
100 template <
typename CreationTimeT = Aws::Utils::DateTime>
110 template <
typename RequestIdT = Aws::String>
112 m_requestIdHasBeenSet =
true;
113 m_requestId = std::forward<RequestIdT>(value);
115 template <
typename RequestIdT = Aws::String>
131 bool m_locationArnHasBeenSet =
false;
132 bool m_locationUriHasBeenSet =
false;
133 bool m_securityGroupArnsHasBeenSet =
false;
134 bool m_creationTimeHasBeenSet =
false;
135 bool m_requestIdHasBeenSet =
false;
DescribeLocationFsxLustreResult & WithCreationTime(CreationTimeT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetLocationArn() const
DescribeLocationFsxLustreResult & WithLocationUri(LocationUriT &&value)
void SetSecurityGroupArns(SecurityGroupArnsT &&value)
DescribeLocationFsxLustreResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetLocationUri() const
DescribeLocationFsxLustreResult & WithSecurityGroupArns(SecurityGroupArnsT &&value)
AWS_DATASYNC_API DescribeLocationFsxLustreResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeLocationFsxLustreResult & AddSecurityGroupArns(SecurityGroupArnsT &&value)
AWS_DATASYNC_API DescribeLocationFsxLustreResult()=default
DescribeLocationFsxLustreResult & WithLocationArn(LocationArnT &&value)
void SetRequestId(RequestIdT &&value)
void SetCreationTime(CreationTimeT &&value)
const Aws::Vector< Aws::String > & GetSecurityGroupArns() const
const Aws::Utils::DateTime & GetCreationTime() const
void SetLocationArn(LocationArnT &&value)
void SetLocationUri(LocationUriT &&value)
AWS_DATASYNC_API DescribeLocationFsxLustreResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue