7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/devicefarm/DeviceFarm_EXPORTS.h>
9#include <aws/devicefarm/model/NetworkProfile.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename NetworkProfileT = NetworkProfile>
37 m_networkProfileHasBeenSet =
true;
38 m_networkProfile = std::forward<NetworkProfileT>(value);
40 template <
typename NetworkProfileT = NetworkProfile>
50 template <
typename RequestIdT = Aws::String>
52 m_requestIdHasBeenSet =
true;
53 m_requestId = std::forward<RequestIdT>(value);
55 template <
typename RequestIdT = Aws::String>
65 bool m_networkProfileHasBeenSet =
false;
66 bool m_requestIdHasBeenSet =
false;
AWS_DEVICEFARM_API UpdateNetworkProfileResult()=default
const Aws::String & GetRequestId() const
UpdateNetworkProfileResult & WithRequestId(RequestIdT &&value)
AWS_DEVICEFARM_API UpdateNetworkProfileResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetNetworkProfile(NetworkProfileT &&value)
void SetRequestId(RequestIdT &&value)
UpdateNetworkProfileResult & WithNetworkProfile(NetworkProfileT &&value)
AWS_DEVICEFARM_API UpdateNetworkProfileResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const NetworkProfile & GetNetworkProfile() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue