7#include <aws/dms/DatabaseMigrationService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/dms/model/InstanceProfile.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace DatabaseMigrationService
49 template<
typename MarkerT = Aws::String>
50 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
51 template<
typename MarkerT = Aws::String>
60 template<
typename InstanceProfilesT = Aws::Vector<InstanceProfile>>
61 void SetInstanceProfiles(InstanceProfilesT&& value) { m_instanceProfilesHasBeenSet =
true; m_instanceProfiles = std::forward<InstanceProfilesT>(value); }
62 template<
typename InstanceProfilesT = Aws::Vector<InstanceProfile>>
64 template<
typename InstanceProfilesT = InstanceProfile>
71 template<
typename RequestIdT = Aws::String>
72 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
73 template<
typename RequestIdT = Aws::String>
79 bool m_markerHasBeenSet =
false;
82 bool m_instanceProfilesHasBeenSet =
false;
85 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