7#include <aws/iotwireless/IoTWireless_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
40 template<
typename ArnT = Aws::String>
41 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
42 template<
typename ArnT = Aws::String>
49 template<
typename NameT = Aws::String>
50 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
51 template<
typename NameT = Aws::String>
58 template<
typename RequestIdT = Aws::String>
59 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
60 template<
typename RequestIdT = Aws::String>
66 bool m_arnHasBeenSet =
false;
69 bool m_nameHasBeenSet =
false;
72 bool m_requestIdHasBeenSet =
false;
void SetArn(ArnT &&value)
void SetName(NameT &&value)
const Aws::String & GetName() const
CreateNetworkAnalyzerConfigurationResult & WithArn(ArnT &&value)
const Aws::String & GetArn() const
AWS_IOTWIRELESS_API CreateNetworkAnalyzerConfigurationResult()=default
AWS_IOTWIRELESS_API CreateNetworkAnalyzerConfigurationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_IOTWIRELESS_API CreateNetworkAnalyzerConfigurationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
CreateNetworkAnalyzerConfigurationResult & WithName(NameT &&value)
CreateNetworkAnalyzerConfigurationResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue