@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSolNetworkOperationsMetadata extends Object implements Serializable, Cloneable, StructuredPojo
Metadata related to a network operation.
A network operation is any operation that is done to your network, such as network instance instantiation or termination.
| Constructor and Description |
|---|
ListSolNetworkOperationsMetadata() |
| Modifier and Type | Method and Description |
|---|---|
ListSolNetworkOperationsMetadata |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedAt()
The date that the resource was created.
|
Date |
getLastModified()
The date that the resource was last modified.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCreatedAt(Date createdAt)
The date that the resource was created.
|
void |
setLastModified(Date lastModified)
The date that the resource was last modified.
|
String |
toString()
Returns a string representation of this object.
|
ListSolNetworkOperationsMetadata |
withCreatedAt(Date createdAt)
The date that the resource was created.
|
ListSolNetworkOperationsMetadata |
withLastModified(Date lastModified)
The date that the resource was last modified.
|
public void setCreatedAt(Date createdAt)
The date that the resource was created.
createdAt - The date that the resource was created.public Date getCreatedAt()
The date that the resource was created.
public ListSolNetworkOperationsMetadata withCreatedAt(Date createdAt)
The date that the resource was created.
createdAt - The date that the resource was created.public void setLastModified(Date lastModified)
The date that the resource was last modified.
lastModified - The date that the resource was last modified.public Date getLastModified()
The date that the resource was last modified.
public ListSolNetworkOperationsMetadata withLastModified(Date lastModified)
The date that the resource was last modified.
lastModified - The date that the resource was last modified.public String toString()
toString in class ObjectObject.toString()public ListSolNetworkOperationsMetadata clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.