7#include <aws/tnb/Tnb_EXPORTS.h>
8#include <aws/tnb/TnbRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
42 template<
typename NsDescriptionT = Aws::String>
43 void SetNsDescription(NsDescriptionT&& value) { m_nsDescriptionHasBeenSet =
true; m_nsDescription = std::forward<NsDescriptionT>(value); }
44 template<
typename NsDescriptionT = Aws::String>
54 template<
typename NsNameT = Aws::String>
55 void SetNsName(NsNameT&& value) { m_nsNameHasBeenSet =
true; m_nsName = std::forward<NsNameT>(value); }
56 template<
typename NsNameT = Aws::String>
66 template<
typename NsdInfoIdT = Aws::String>
67 void SetNsdInfoId(NsdInfoIdT&& value) { m_nsdInfoIdHasBeenSet =
true; m_nsdInfoId = std::forward<NsdInfoIdT>(value); }
68 template<
typename NsdInfoIdT = Aws::String>
80 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
81 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
82 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
84 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
86 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
92 bool m_nsDescriptionHasBeenSet =
false;
95 bool m_nsNameHasBeenSet =
false;
98 bool m_nsdInfoIdHasBeenSet =
false;
101 bool m_tagsHasBeenSet =
false;
bool TagsHasBeenSet() const
bool NsNameHasBeenSet() const
AWS_TNB_API CreateSolNetworkInstanceRequest()=default
AWS_TNB_API Aws::String SerializePayload() const override
CreateSolNetworkInstanceRequest & WithTags(TagsT &&value)
const Aws::String & GetNsDescription() const
CreateSolNetworkInstanceRequest & WithNsDescription(NsDescriptionT &&value)
const Aws::String & GetNsName() const
CreateSolNetworkInstanceRequest & WithNsName(NsNameT &&value)
void SetNsDescription(NsDescriptionT &&value)
void SetNsdInfoId(NsdInfoIdT &&value)
CreateSolNetworkInstanceRequest & WithNsdInfoId(NsdInfoIdT &&value)
void SetTags(TagsT &&value)
bool NsDescriptionHasBeenSet() const
void SetNsName(NsNameT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetNsdInfoId() const
CreateSolNetworkInstanceRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
bool NsdInfoIdHasBeenSet() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String