7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
40 template<
typename SecurityProfileNameT = Aws::String>
41 void SetSecurityProfileName(SecurityProfileNameT&& value) { m_securityProfileNameHasBeenSet =
true; m_securityProfileName = std::forward<SecurityProfileNameT>(value); }
42 template<
typename SecurityProfileNameT = Aws::String>
51 template<
typename SecurityProfileArnT = Aws::String>
52 void SetSecurityProfileArn(SecurityProfileArnT&& value) { m_securityProfileArnHasBeenSet =
true; m_securityProfileArn = std::forward<SecurityProfileArnT>(value); }
53 template<
typename SecurityProfileArnT = Aws::String>
60 template<
typename RequestIdT = Aws::String>
61 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
62 template<
typename RequestIdT = Aws::String>
68 bool m_securityProfileNameHasBeenSet =
false;
71 bool m_securityProfileArnHasBeenSet =
false;
74 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)
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