@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 network operation.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setNsLcmOpOccId(String nsLcmOpOccId)
The identifier of the network operation.
|
String |
toString()
Returns a string representation of this object.
|
LcmOperationInfo |
withNsLcmOpOccId(String nsLcmOpOccId)
The identifier of the network operation.
|
public void setNsLcmOpOccId(String nsLcmOpOccId)
The identifier of the network operation.
nsLcmOpOccId
- The identifier of the network operation.public String getNsLcmOpOccId()
The identifier of the network operation.
public LcmOperationInfo withNsLcmOpOccId(String nsLcmOpOccId)
The identifier of the network operation.
nsLcmOpOccId
- The identifier of the network operation.public String toString()
toString
in class Object
Object.toString()
public LcmOperationInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.