7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/signer/Signer_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename ArnT = Aws::String>
37 m_arnHasBeenSet =
true;
38 m_arn = std::forward<ArnT>(value);
40 template <
typename ArnT = Aws::String>
42 SetArn(std::forward<ArnT>(value));
52 template <
typename ProfileVersionT = Aws::String>
54 m_profileVersionHasBeenSet =
true;
55 m_profileVersion = std::forward<ProfileVersionT>(value);
57 template <
typename ProfileVersionT = Aws::String>
69 template <
typename ProfileVersionArnT = Aws::String>
71 m_profileVersionArnHasBeenSet =
true;
72 m_profileVersionArn = std::forward<ProfileVersionArnT>(value);
74 template <
typename ProfileVersionArnT = Aws::String>
84 template <
typename RequestIdT = Aws::String>
86 m_requestIdHasBeenSet =
true;
87 m_requestId = std::forward<RequestIdT>(value);
89 template <
typename RequestIdT = Aws::String>
106 bool m_arnHasBeenSet =
false;
107 bool m_profileVersionHasBeenSet =
false;
108 bool m_profileVersionArnHasBeenSet =
false;
109 bool m_requestIdHasBeenSet =
false;
Aws::Http::HttpResponseCode GetHttpResponseCode() const
PutSigningProfileResult & WithProfileVersion(ProfileVersionT &&value)
PutSigningProfileResult & WithRequestId(RequestIdT &&value)
PutSigningProfileResult & WithProfileVersionArn(ProfileVersionArnT &&value)
void SetArn(ArnT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetArn() const
const Aws::String & GetProfileVersion() const
const Aws::String & GetProfileVersionArn() const
PutSigningProfileResult & WithArn(ArnT &&value)
AWS_SIGNER_API PutSigningProfileResult()=default
AWS_SIGNER_API PutSigningProfileResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
void SetProfileVersion(ProfileVersionT &&value)
void SetProfileVersionArn(ProfileVersionArnT &&value)
AWS_SIGNER_API PutSigningProfileResult(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