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>
10#include <aws/vpc-lattice/model/SharingConfig.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename ArnT = Aws::String>
43 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
44 template<
typename ArnT = Aws::String>
62 template<
typename IdT = Aws::String>
63 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
64 template<
typename IdT = Aws::String>
73 template<
typename NameT = Aws::String>
74 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
75 template<
typename NameT = Aws::String>
84 template<
typename SharingConfigT = SharingConfig>
85 void SetSharingConfig(SharingConfigT&& value) { m_sharingConfigHasBeenSet =
true; m_sharingConfig = std::forward<SharingConfigT>(value); }
86 template<
typename SharingConfigT = SharingConfig>
93 template<
typename RequestIdT = Aws::String>
94 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
95 template<
typename RequestIdT = Aws::String>
101 bool m_arnHasBeenSet =
false;
104 bool m_authTypeHasBeenSet =
false;
107 bool m_idHasBeenSet =
false;
110 bool m_nameHasBeenSet =
false;
112 SharingConfig m_sharingConfig;
113 bool m_sharingConfigHasBeenSet =
false;
116 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetId() const
const SharingConfig & GetSharingConfig() const
CreateServiceNetworkResult & WithSharingConfig(SharingConfigT &&value)
CreateServiceNetworkResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetName() const
void SetAuthType(AuthType value)
CreateServiceNetworkResult & WithId(IdT &&value)
const Aws::String & GetRequestId() const
AuthType GetAuthType() const
AWS_VPCLATTICE_API CreateServiceNetworkResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetArn() const
void SetArn(ArnT &&value)
void SetName(NameT &&value)
AWS_VPCLATTICE_API CreateServiceNetworkResult()=default
AWS_VPCLATTICE_API CreateServiceNetworkResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
CreateServiceNetworkResult & WithName(NameT &&value)
void SetSharingConfig(SharingConfigT &&value)
CreateServiceNetworkResult & WithAuthType(AuthType value)
CreateServiceNetworkResult & WithArn(ArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue