7#include <aws/dms/DatabaseMigrationService_EXPORTS.h>
8#include <aws/dms/model/InstanceProfile.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
24namespace DatabaseMigrationService
41 template<
typename InstanceProfileT = InstanceProfile>
42 void SetInstanceProfile(InstanceProfileT&& value) { m_instanceProfileHasBeenSet =
true; m_instanceProfile = std::forward<InstanceProfileT>(value); }
43 template<
typename InstanceProfileT = InstanceProfile>
50 template<
typename RequestIdT = Aws::String>
51 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
52 template<
typename RequestIdT = Aws::String>
58 bool m_instanceProfileHasBeenSet =
false;
61 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
ModifyInstanceProfileResult & WithRequestId(RequestIdT &&value)
AWS_DATABASEMIGRATIONSERVICE_API ModifyInstanceProfileResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ModifyInstanceProfileResult & WithInstanceProfile(InstanceProfileT &&value)
AWS_DATABASEMIGRATIONSERVICE_API ModifyInstanceProfileResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const InstanceProfile & GetInstanceProfile() const
AWS_DATABASEMIGRATIONSERVICE_API ModifyInstanceProfileResult()=default
void SetInstanceProfile(InstanceProfileT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue