@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSolFunctionInstanceMetadata extends Object implements Serializable, Cloneable, StructuredPojo
Lists network function instance metadata.
A network function instance is a function in a function package .
| Constructor and Description | 
|---|
| ListSolFunctionInstanceMetadata() | 
| Modifier and Type | Method and Description | 
|---|---|
| ListSolFunctionInstanceMetadata | clone() | 
| boolean | equals(Object obj) | 
| Date | getCreatedAt()
 When the network function instance was created. | 
| Date | getLastModified()
 When the network function instance was last modified. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setCreatedAt(Date createdAt)
 When the network function instance was created. | 
| void | setLastModified(Date lastModified)
 When the network function instance was last modified. | 
| String | toString()Returns a string representation of this object. | 
| ListSolFunctionInstanceMetadata | withCreatedAt(Date createdAt)
 When the network function instance was created. | 
| ListSolFunctionInstanceMetadata | withLastModified(Date lastModified)
 When the network function instance was last modified. | 
public void setCreatedAt(Date createdAt)
When the network function instance was created.
createdAt - When the network function instance was created.public Date getCreatedAt()
When the network function instance was created.
public ListSolFunctionInstanceMetadata withCreatedAt(Date createdAt)
When the network function instance was created.
createdAt - When the network function instance was created.public void setLastModified(Date lastModified)
When the network function instance was last modified.
lastModified - When the network function instance was last modified.public Date getLastModified()
When the network function instance was last modified.
public ListSolFunctionInstanceMetadata withLastModified(Date lastModified)
When the network function instance was last modified.
lastModified - When the network function instance was last modified.public String toString()
toString in class ObjectObject.toString()public ListSolFunctionInstanceMetadata clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.