@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LcmOperationInfo extends Object implements Serializable, Cloneable, StructuredPojo
Lifecycle management operation details on the network instance.
Lifecycle management operations are deploy, update, or delete operations.
| Constructor and Description |
|---|
LcmOperationInfo() |
| Modifier and Type | Method and Description |
|---|---|
LcmOperationInfo |
clone() |
boolean |
equals(Object obj) |
String |
getNsLcmOpOccId()
The identifier of the latest network lifecycle management operation occurrence.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setNsLcmOpOccId(String nsLcmOpOccId)
The identifier of the latest network lifecycle management operation occurrence.
|
String |
toString()
Returns a string representation of this object.
|
LcmOperationInfo |
withNsLcmOpOccId(String nsLcmOpOccId)
The identifier of the latest network lifecycle management operation occurrence.
|
public void setNsLcmOpOccId(String nsLcmOpOccId)
The identifier of the latest network lifecycle management operation occurrence.
nsLcmOpOccId - The identifier of the latest network lifecycle management operation occurrence.public String getNsLcmOpOccId()
The identifier of the latest network lifecycle management operation occurrence.
public LcmOperationInfo withNsLcmOpOccId(String nsLcmOpOccId)
The identifier of the latest network lifecycle management operation occurrence.
nsLcmOpOccId - The identifier of the latest network lifecycle management operation occurrence.public String toString()
toString in class ObjectObject.toString()public LcmOperationInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.