7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/dms/DatabaseMigrationService_EXPORTS.h>
9#include <aws/dms/model/InstanceProfile.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace DatabaseMigrationService {
36 template <
typename InstanceProfileT = InstanceProfile>
38 m_instanceProfileHasBeenSet =
true;
39 m_instanceProfile = std::forward<InstanceProfileT>(value);
41 template <
typename InstanceProfileT = InstanceProfile>
51 template <
typename RequestIdT = Aws::String>
53 m_requestIdHasBeenSet =
true;
54 m_requestId = std::forward<RequestIdT>(value);
56 template <
typename RequestIdT = Aws::String>
66 bool m_instanceProfileHasBeenSet =
false;
67 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
DeleteInstanceProfileResult & WithInstanceProfile(InstanceProfileT &&value)
AWS_DATABASEMIGRATIONSERVICE_API DeleteInstanceProfileResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteInstanceProfileResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
const InstanceProfile & GetInstanceProfile() const
void SetInstanceProfile(InstanceProfileT &&value)
AWS_DATABASEMIGRATIONSERVICE_API DeleteInstanceProfileResult()=default
AWS_DATABASEMIGRATIONSERVICE_API DeleteInstanceProfileResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue