@Generated(value="software.amazon.awssdk:codegen") public final class LcmOperationInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LcmOperationInfo.Builder,LcmOperationInfo>
Lifecycle management operation details on the network instance.
Lifecycle management operations are deploy, update, or delete operations.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LcmOperationInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LcmOperationInfo.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
nsLcmOpOccId()
The identifier of the network operation.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LcmOperationInfo.Builder> |
serializableBuilderClass() |
LcmOperationInfo.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String nsLcmOpOccId()
The identifier of the network operation.
public LcmOperationInfo.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LcmOperationInfo.Builder,LcmOperationInfo>public static LcmOperationInfo.Builder builder()
public static Class<? extends LcmOperationInfo.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.