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;
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>
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>
66 template<
typename SecurityGroupArnsT = Aws::Vector<Aws::String>>
67 void SetSecurityGroupArns(SecurityGroupArnsT&& value) { m_securityGroupArnsHasBeenSet =
true; m_securityGroupArns = std::forward<SecurityGroupArnsT>(value); }
68 template<
typename SecurityGroupArnsT = Aws::Vector<Aws::String>>
70 template<
typename SecurityGroupArnsT = Aws::String>
79 template<
typename CreationTimeT = Aws::Utils::DateTime>
80 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
81 template<
typename CreationTimeT = Aws::Utils::DateTime>
88 template<
typename RequestIdT = Aws::String>
89 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
90 template<
typename RequestIdT = Aws::String>
96 bool m_locationArnHasBeenSet =
false;
99 bool m_locationUriHasBeenSet =
false;
102 bool m_securityGroupArnsHasBeenSet =
false;
105 bool m_creationTimeHasBeenSet =
false;
108 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