7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/http/HttpResponse.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename SecurityProfileIdT = Aws::String>
37 m_securityProfileIdHasBeenSet =
true;
38 m_securityProfileId = std::forward<SecurityProfileIdT>(value);
40 template <
typename SecurityProfileIdT = 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_securityProfileIdHasBeenSet =
false;
88 bool m_securityProfileArnHasBeenSet =
false;
89 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
Aws::Http::HttpResponseCode GetHttpResponseCode() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue