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;
36 template <
typename LocationArnT = Aws::String>
38 m_locationArnHasBeenSet =
true;
39 m_locationArn = std::forward<LocationArnT>(value);
41 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>
75 template <
typename SecurityGroupArnsT = Aws::Vector<Aws::String>>
77 m_securityGroupArnsHasBeenSet =
true;
78 m_securityGroupArns = std::forward<SecurityGroupArnsT>(value);
80 template <
typename SecurityGroupArnsT = Aws::Vector<Aws::String>>
85 template <
typename SecurityGroupArnsT = Aws::String>
87 m_securityGroupArnsHasBeenSet =
true;
88 m_securityGroupArns.emplace_back(std::forward<SecurityGroupArnsT>(value));
98 template <
typename CreationTimeT = Aws::Utils::DateTime>
100 m_creationTimeHasBeenSet =
true;
101 m_creationTime = std::forward<CreationTimeT>(value);
103 template <
typename CreationTimeT = Aws::Utils::DateTime>
116 template <
typename UserT = Aws::String>
118 m_userHasBeenSet =
true;
119 m_user = std::forward<UserT>(value);
121 template <
typename UserT = Aws::String>
123 SetUser(std::forward<UserT>(value));
134 template <
typename DomainT = Aws::String>
136 m_domainHasBeenSet =
true;
137 m_domain = std::forward<DomainT>(value);
139 template <
typename DomainT = Aws::String>
149 template <
typename RequestIdT = Aws::String>
151 m_requestIdHasBeenSet =
true;
152 m_requestId = std::forward<RequestIdT>(value);
154 template <
typename RequestIdT = Aws::String>
174 bool m_locationArnHasBeenSet =
false;
175 bool m_locationUriHasBeenSet =
false;
176 bool m_securityGroupArnsHasBeenSet =
false;
177 bool m_creationTimeHasBeenSet =
false;
178 bool m_userHasBeenSet =
false;
179 bool m_domainHasBeenSet =
false;
180 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)
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