7#include <aws/ssm/SSM_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/ssm/model/InstanceProperty.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename InstancePropertiesT = Aws::Vector<InstanceProperty>>
43 void SetInstanceProperties(InstancePropertiesT&& value) { m_instancePropertiesHasBeenSet =
true; m_instanceProperties = std::forward<InstancePropertiesT>(value); }
44 template<
typename InstancePropertiesT = Aws::Vector<InstanceProperty>>
46 template<
typename InstancePropertiesT = InstanceProperty>
56 template<
typename NextTokenT = Aws::String>
57 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
58 template<
typename NextTokenT = Aws::String>
65 template<
typename RequestIdT = Aws::String>
66 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
67 template<
typename RequestIdT = Aws::String>
73 bool m_instancePropertiesHasBeenSet =
false;
76 bool m_nextTokenHasBeenSet =
false;
79 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
DescribeInstancePropertiesResult & WithRequestId(RequestIdT &&value)
const Aws::Vector< InstanceProperty > & GetInstanceProperties() const
DescribeInstancePropertiesResult & WithInstanceProperties(InstancePropertiesT &&value)
DescribeInstancePropertiesResult & AddInstanceProperties(InstancePropertiesT &&value)
AWS_SSM_API DescribeInstancePropertiesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
void SetNextToken(NextTokenT &&value)
AWS_SSM_API DescribeInstancePropertiesResult()=default
void SetInstanceProperties(InstancePropertiesT &&value)
const Aws::String & GetNextToken() const
DescribeInstancePropertiesResult & WithNextToken(NextTokenT &&value)
AWS_SSM_API DescribeInstancePropertiesResult(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