7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
40 template<
typename SecurityProfileIdT = Aws::String>
41 void SetSecurityProfileId(SecurityProfileIdT&& value) { m_securityProfileIdHasBeenSet =
true; m_securityProfileId = std::forward<SecurityProfileIdT>(value); }
42 template<
typename SecurityProfileIdT = 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_securityProfileIdHasBeenSet =
false;
71 bool m_securityProfileArnHasBeenSet =
false;
74 bool m_requestIdHasBeenSet =
false;
AWS_CONNECT_API CreateSecurityProfileResult()=default
void SetSecurityProfileId(SecurityProfileIdT &&value)
AWS_CONNECT_API CreateSecurityProfileResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateSecurityProfileResult & WithSecurityProfileId(SecurityProfileIdT &&value)
const Aws::String & GetSecurityProfileId() const
CreateSecurityProfileResult & WithSecurityProfileArn(SecurityProfileArnT &&value)
void SetSecurityProfileArn(SecurityProfileArnT &&value)
CreateSecurityProfileResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
AWS_CONNECT_API CreateSecurityProfileResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetSecurityProfileArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue