7#include <aws/vpc-lattice/VPCLattice_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/vpc-lattice/model/AuthType.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename ArnT = Aws::String>
42 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
43 template<
typename ArnT = Aws::String>
61 template<
typename IdT = Aws::String>
62 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
63 template<
typename IdT = Aws::String>
72 template<
typename NameT = Aws::String>
73 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
74 template<
typename NameT = Aws::String>
81 template<
typename RequestIdT = Aws::String>
82 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
83 template<
typename RequestIdT = Aws::String>
89 bool m_arnHasBeenSet =
false;
92 bool m_authTypeHasBeenSet =
false;
95 bool m_idHasBeenSet =
false;
98 bool m_nameHasBeenSet =
false;
101 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
const Aws::String & GetArn() const
UpdateServiceNetworkResult & WithArn(ArnT &&value)
AWS_VPCLATTICE_API UpdateServiceNetworkResult()=default
const Aws::String & GetRequestId() const
AWS_VPCLATTICE_API UpdateServiceNetworkResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetAuthType(AuthType value)
AuthType GetAuthType() const
UpdateServiceNetworkResult & WithAuthType(AuthType value)
const Aws::String & GetName() const
void SetArn(ArnT &&value)
UpdateServiceNetworkResult & WithName(NameT &&value)
UpdateServiceNetworkResult & WithId(IdT &&value)
const Aws::String & GetId() const
void SetName(NameT &&value)
UpdateServiceNetworkResult & WithRequestId(RequestIdT &&value)
AWS_VPCLATTICE_API UpdateServiceNetworkResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue