@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutSolFunctionPackageContentMetadata extends Object implements Serializable, Cloneable, StructuredPojo
Update metadata in a function package.
A function package is a .zip file in CSAR (Cloud Service Archive) format that contains a network function (an ETSI standard telecommunication application) and function package descriptor that uses the TOSCA standard to describe how the network functions should run on your network.
Constructor and Description |
---|
PutSolFunctionPackageContentMetadata() |
Modifier and Type | Method and Description |
---|---|
PutSolFunctionPackageContentMetadata |
clone() |
boolean |
equals(Object obj) |
FunctionArtifactMeta |
getVnfd() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setVnfd(FunctionArtifactMeta vnfd) |
String |
toString()
Returns a string representation of this object.
|
PutSolFunctionPackageContentMetadata |
withVnfd(FunctionArtifactMeta vnfd) |
public PutSolFunctionPackageContentMetadata()
public void setVnfd(FunctionArtifactMeta vnfd)
vnfd
- public FunctionArtifactMeta getVnfd()
public PutSolFunctionPackageContentMetadata withVnfd(FunctionArtifactMeta vnfd)
vnfd
- public String toString()
toString
in class Object
Object.toString()
public PutSolFunctionPackageContentMetadata clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.