Class OperationSummary
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<OperationSummary.Builder,
OperationSummary>
Provides summary information for an operation that occurred on an App Runner service.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic OperationSummary.Builder
builder()
final Instant
endedAt()
The time when the operation ended.final boolean
final boolean
equalsBySdkFields
(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional
<T> getValueForField
(String fieldName, Class<T> clazz) final int
hashCode()
final String
id()
A unique ID of this operation.static Class
<? extends OperationSummary.Builder> final Instant
The time when the operation started.final OperationStatus
status()
The current state of the operation.final String
The current state of the operation.final String
The Amazon Resource Name (ARN) of the resource that the operation acted on (for example, an App Runner service).Take this object and create a builder that contains all of the current property values of this object.final String
toString()
Returns a string representation of this object.final OperationType
type()
The type of operation.final String
The type of operation.final Instant
The time when the operation was last updated.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
id
A unique ID of this operation. It's unique in the scope of the App Runner service.
- Returns:
- A unique ID of this operation. It's unique in the scope of the App Runner service.
-
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 returnOperationType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromtypeAsString()
.- Returns:
- The type of operation. It indicates a specific action that occured.
- See Also:
-
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 returnOperationType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromtypeAsString()
.- Returns:
- The type of operation. It indicates a specific action that occured.
- See Also:
-
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 returnOperationStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromstatusAsString()
.- Returns:
- The current state of the operation.
- See Also:
-
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 returnOperationStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromstatusAsString()
.- Returns:
- The current state of the operation.
- See Also:
-
targetArn
The Amazon Resource Name (ARN) of the resource that the operation acted on (for example, an App Runner service).
- Returns:
- The Amazon Resource Name (ARN) of the resource that the operation acted on (for example, an App Runner service).
-
startedAt
The time when the operation started. It's in the Unix time stamp format.
- Returns:
- The time when the operation started. It's in the Unix time stamp format.
-
endedAt
The time when the operation ended. It's in the Unix time stamp format.
- Returns:
- The time when the operation ended. It's in the Unix time stamp format.
-
updatedAt
The time when the operation was last updated. It's in the Unix time stamp format.
- Returns:
- The time when the operation was last updated. It's in the Unix time stamp format.
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<OperationSummary.Builder,
OperationSummary> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojo
Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojo
class, and is generated based on a service model.If an
SdkPojo
class does not have any inherited fields,equalsBySdkFields
andequals
are essentially the same.- Specified by:
equalsBySdkFields
in interfaceSdkPojo
- Parameters:
obj
- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
-