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/core/utils/DateTime.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename LocationArnT = Aws::String>
43 void SetLocationArn(LocationArnT&& value) { m_locationArnHasBeenSet =
true; m_locationArn = std::forward<LocationArnT>(value); }
44 template<
typename LocationArnT = Aws::String>
54 template<
typename LocationUriT = Aws::String>
55 void SetLocationUri(LocationUriT&& value) { m_locationUriHasBeenSet =
true; m_locationUri = std::forward<LocationUriT>(value); }
56 template<
typename LocationUriT = Aws::String>
69 template<
typename SecurityGroupArnsT = Aws::Vector<Aws::String>>
70 void SetSecurityGroupArns(SecurityGroupArnsT&& value) { m_securityGroupArnsHasBeenSet =
true; m_securityGroupArns = std::forward<SecurityGroupArnsT>(value); }
71 template<
typename SecurityGroupArnsT = Aws::Vector<Aws::String>>
73 template<
typename SecurityGroupArnsT = Aws::String>
82 template<
typename CreationTimeT = Aws::Utils::DateTime>
83 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
84 template<
typename CreationTimeT = Aws::Utils::DateTime>
94 template<
typename UserT = Aws::String>
95 void SetUser(UserT&& value) { m_userHasBeenSet =
true; m_user = std::forward<UserT>(value); }
96 template<
typename UserT = Aws::String>
106 template<
typename DomainT = Aws::String>
107 void SetDomain(DomainT&& value) { m_domainHasBeenSet =
true; m_domain = std::forward<DomainT>(value); }
108 template<
typename DomainT = Aws::String>
115 template<
typename RequestIdT = Aws::String>
116 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
117 template<
typename RequestIdT = Aws::String>
123 bool m_locationArnHasBeenSet =
false;
126 bool m_locationUriHasBeenSet =
false;
129 bool m_securityGroupArnsHasBeenSet =
false;
132 bool m_creationTimeHasBeenSet =
false;
135 bool m_userHasBeenSet =
false;
138 bool m_domainHasBeenSet =
false;
141 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