7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iot/IoT_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename SecurityProfileNameT = Aws::String>
37 m_securityProfileNameHasBeenSet =
true;
38 m_securityProfileName = std::forward<SecurityProfileNameT>(value);
40 template <
typename SecurityProfileNameT = Aws::String>
52 template <
typename SecurityProfileArnT = Aws::String>
54 m_securityProfileArnHasBeenSet =
true;
55 m_securityProfileArn = std::forward<SecurityProfileArnT>(value);
57 template <
typename SecurityProfileArnT = Aws::String>
67 template <
typename RequestIdT = Aws::String>
69 m_requestIdHasBeenSet =
true;
70 m_requestId = std::forward<RequestIdT>(value);
72 template <
typename RequestIdT = Aws::String>
87 bool m_securityProfileNameHasBeenSet =
false;
88 bool m_securityProfileArnHasBeenSet =
false;
89 bool m_requestIdHasBeenSet =
false;
CreateSecurityProfileResult & WithSecurityProfileName(SecurityProfileNameT &&value)
AWS_IOT_API CreateSecurityProfileResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateSecurityProfileResult & WithRequestId(RequestIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetSecurityProfileName(SecurityProfileNameT &&value)
void SetRequestId(RequestIdT &&value)
AWS_IOT_API CreateSecurityProfileResult()=default
const Aws::String & GetSecurityProfileArn() const
const Aws::String & GetSecurityProfileName() const
AWS_IOT_API CreateSecurityProfileResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateSecurityProfileResult & WithSecurityProfileArn(SecurityProfileArnT &&value)
const Aws::String & GetRequestId() const
void SetSecurityProfileArn(SecurityProfileArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue