7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/tnb/TnbRequest.h>
9#include <aws/tnb/Tnb_EXPORTS.h>
10#include <aws/tnb/model/OperationalState.h>
39 m_operationalStateHasBeenSet =
true;
40 m_operationalState = value;
54 template <
typename VnfPkgIdT = Aws::String>
56 m_vnfPkgIdHasBeenSet =
true;
57 m_vnfPkgId = std::forward<VnfPkgIdT>(value);
59 template <
typename VnfPkgIdT = Aws::String>
69 bool m_operationalStateHasBeenSet =
false;
70 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