@Generated(value="software.amazon.awssdk:codegen") public final class OperationSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OperationSummary.Builder,OperationSummary>
Provides summary information for an operation that occurred on an App Runner service.
| Modifier and Type | Class and Description |
|---|---|
static interface |
OperationSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static OperationSummary.Builder |
builder() |
Instant |
endedAt()
The time when the operation ended.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
A unique ID of this operation.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends OperationSummary.Builder> |
serializableBuilderClass() |
Instant |
startedAt()
The time when the operation started.
|
OperationStatus |
status()
The current state of the operation.
|
String |
statusAsString()
The current state of the operation.
|
String |
targetArn()
The Amazon Resource Name (ARN) of the resource that the operation acted on (for example, an App Runner service).
|
OperationSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
OperationType |
type()
The type of operation.
|
String |
typeAsString()
The type of operation.
|
Instant |
updatedAt()
The time when the operation was last updated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
A unique ID of this operation. It's unique in the scope of the App Runner service.
public final OperationType type()
The type of operation. It indicates a specific action that occured.
If the service returns an enum value that is not available in the current SDK version, type will return
OperationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
OperationTypepublic final String typeAsString()
The type of operation. It indicates a specific action that occured.
If the service returns an enum value that is not available in the current SDK version, type will return
OperationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
OperationTypepublic final OperationStatus status()
The current state of the operation.
If the service returns an enum value that is not available in the current SDK version, status will
return OperationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
OperationStatuspublic final String statusAsString()
The current state of the operation.
If the service returns an enum value that is not available in the current SDK version, status will
return OperationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
OperationStatuspublic final String targetArn()
The Amazon Resource Name (ARN) of the resource that the operation acted on (for example, an App Runner service).
public final Instant startedAt()
The time when the operation started. It's in the Unix time stamp format.
public final Instant endedAt()
The time when the operation ended. It's in the Unix time stamp format.
public final Instant updatedAt()
The time when the operation was last updated. It's in the Unix time stamp format.
public OperationSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<OperationSummary.Builder,OperationSummary>public static OperationSummary.Builder builder()
public static Class<? extends OperationSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.