7#include <aws/tnb/Tnb_EXPORTS.h>
8#include <aws/tnb/TnbRequest.h>
9#include <aws/tnb/model/OperationalState.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
52 template<
typename VnfPkgIdT = Aws::String>
53 void SetVnfPkgId(VnfPkgIdT&& value) { m_vnfPkgIdHasBeenSet =
true; m_vnfPkgId = std::forward<VnfPkgIdT>(value); }
54 template<
typename VnfPkgIdT = Aws::String>
60 bool m_operationalStateHasBeenSet =
false;
63 bool m_vnfPkgIdHasBeenSet =
false;
void SetVnfPkgId(VnfPkgIdT &&value)
bool OperationalStateHasBeenSet() const
UpdateSolFunctionPackageRequest & WithVnfPkgId(VnfPkgIdT &&value)
virtual const char * GetServiceRequestName() const override
OperationalState GetOperationalState() const
AWS_TNB_API UpdateSolFunctionPackageRequest()=default
void SetOperationalState(OperationalState value)
const Aws::String & GetVnfPkgId() const
bool VnfPkgIdHasBeenSet() const
AWS_TNB_API Aws::String SerializePayload() const override
UpdateSolFunctionPackageRequest & WithOperationalState(OperationalState value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String