7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/dms/DatabaseMigrationService_EXPORTS.h>
10#include <aws/dms/model/InstanceProfile.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace DatabaseMigrationService {
44 template <
typename MarkerT = Aws::String>
46 m_markerHasBeenSet =
true;
47 m_marker = std::forward<MarkerT>(value);
49 template <
typename MarkerT = Aws::String>
61 template <
typename InstanceProfilesT = Aws::Vector<InstanceProfile>>
63 m_instanceProfilesHasBeenSet =
true;
64 m_instanceProfiles = std::forward<InstanceProfilesT>(value);
66 template <
typename InstanceProfilesT = Aws::Vector<InstanceProfile>>
71 template <
typename InstanceProfilesT = InstanceProfile>
73 m_instanceProfilesHasBeenSet =
true;
74 m_instanceProfiles.emplace_back(std::forward<InstanceProfilesT>(value));
82 template <
typename RequestIdT = Aws::String>
84 m_requestIdHasBeenSet =
true;
85 m_requestId = std::forward<RequestIdT>(value);
87 template <
typename RequestIdT = Aws::String>
99 bool m_markerHasBeenSet =
false;
100 bool m_instanceProfilesHasBeenSet =
false;
101 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetMarker() const
const Aws::String & GetRequestId() const
DescribeInstanceProfilesResult & AddInstanceProfiles(InstanceProfilesT &&value)
void SetInstanceProfiles(InstanceProfilesT &&value)
DescribeInstanceProfilesResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
void SetMarker(MarkerT &&value)
AWS_DATABASEMIGRATIONSERVICE_API DescribeInstanceProfilesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< InstanceProfile > & GetInstanceProfiles() const
AWS_DATABASEMIGRATIONSERVICE_API DescribeInstanceProfilesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeInstanceProfilesResult & WithInstanceProfiles(InstanceProfilesT &&value)
DescribeInstanceProfilesResult & WithMarker(MarkerT &&value)
AWS_DATABASEMIGRATIONSERVICE_API DescribeInstanceProfilesResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue