7#include <aws/awstransfer/Transfer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
40 template<
typename ProfileIdT = Aws::String>
41 void SetProfileId(ProfileIdT&& value) { m_profileIdHasBeenSet =
true; m_profileId = std::forward<ProfileIdT>(value); }
42 template<
typename ProfileIdT = Aws::String>
49 template<
typename RequestIdT = Aws::String>
50 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
51 template<
typename RequestIdT = Aws::String>
57 bool m_profileIdHasBeenSet =
false;
60 bool m_requestIdHasBeenSet =
false;
UpdateProfileResult & WithRequestId(RequestIdT &&value)
UpdateProfileResult & WithProfileId(ProfileIdT &&value)
AWS_TRANSFER_API UpdateProfileResult()=default
AWS_TRANSFER_API UpdateProfileResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetProfileId() const
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
AWS_TRANSFER_API UpdateProfileResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetProfileId(ProfileIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue