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>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename LocationArnT = Aws::String>
39 m_locationArnHasBeenSet =
true;
40 m_locationArn = std::forward<LocationArnT>(value);
42 template <
typename LocationArnT = Aws::String>
55 template <
typename LocationUriT = Aws::String>
57 m_locationUriHasBeenSet =
true;
58 m_locationUri = std::forward<LocationUriT>(value);
60 template <
typename LocationUriT = Aws::String>
76 template <
typename SecurityGroupArnsT = Aws::Vector<Aws::String>>
78 m_securityGroupArnsHasBeenSet =
true;
79 m_securityGroupArns = std::forward<SecurityGroupArnsT>(value);
81 template <
typename SecurityGroupArnsT = Aws::Vector<Aws::String>>
86 template <
typename SecurityGroupArnsT = Aws::String>
88 m_securityGroupArnsHasBeenSet =
true;
89 m_securityGroupArns.emplace_back(std::forward<SecurityGroupArnsT>(value));
99 template <
typename CreationTimeT = Aws::Utils::DateTime>
101 m_creationTimeHasBeenSet =
true;
102 m_creationTime = std::forward<CreationTimeT>(value);
104 template <
typename CreationTimeT = Aws::Utils::DateTime>
117 template <
typename UserT = Aws::String>
119 m_userHasBeenSet =
true;
120 m_user = std::forward<UserT>(value);
122 template <
typename UserT = Aws::String>
124 SetUser(std::forward<UserT>(value));
135 template <
typename DomainT = Aws::String>
137 m_domainHasBeenSet =
true;
138 m_domain = std::forward<DomainT>(value);
140 template <
typename DomainT = Aws::String>
150 template <
typename RequestIdT = Aws::String>
152 m_requestIdHasBeenSet =
true;
153 m_requestId = std::forward<RequestIdT>(value);
155 template <
typename RequestIdT = Aws::String>
178 bool m_locationArnHasBeenSet =
false;
179 bool m_locationUriHasBeenSet =
false;
180 bool m_securityGroupArnsHasBeenSet =
false;
181 bool m_creationTimeHasBeenSet =
false;
182 bool m_userHasBeenSet =
false;
183 bool m_domainHasBeenSet =
false;
184 bool m_requestIdHasBeenSet =
false;
void SetLocationArn(LocationArnT &&value)
DescribeLocationFsxWindowsResult & WithDomain(DomainT &&value)
const Aws::String & GetLocationArn() const
AWS_DATASYNC_API DescribeLocationFsxWindowsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetCreationTime(CreationTimeT &&value)
DescribeLocationFsxWindowsResult & WithUser(UserT &&value)
DescribeLocationFsxWindowsResult & WithLocationArn(LocationArnT &&value)
const Aws::String & GetLocationUri() const
void SetDomain(DomainT &&value)
const Aws::Vector< Aws::String > & GetSecurityGroupArns() const
const Aws::String & GetDomain() const
const Aws::String & GetUser() const
void SetSecurityGroupArns(SecurityGroupArnsT &&value)
DescribeLocationFsxWindowsResult & AddSecurityGroupArns(SecurityGroupArnsT &&value)
AWS_DATASYNC_API DescribeLocationFsxWindowsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeLocationFsxWindowsResult & WithRequestId(RequestIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
DescribeLocationFsxWindowsResult & WithCreationTime(CreationTimeT &&value)
AWS_DATASYNC_API DescribeLocationFsxWindowsResult()=default
void SetUser(UserT &&value)
const Aws::String & GetRequestId() const
DescribeLocationFsxWindowsResult & WithSecurityGroupArns(SecurityGroupArnsT &&value)
void SetLocationUri(LocationUriT &&value)
DescribeLocationFsxWindowsResult & WithLocationUri(LocationUriT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
void SetRequestId(RequestIdT &&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