Class ApplicationOperationInfo
- java.lang.Object
-
- software.amazon.awssdk.services.kinesisanalyticsv2.model.ApplicationOperationInfo
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ApplicationOperationInfo.Builder,ApplicationOperationInfo>
@Generated("software.amazon.awssdk:codegen") public final class ApplicationOperationInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ApplicationOperationInfo.Builder,ApplicationOperationInfo>
Provides a description of the operation, such as the type and status of operation- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceApplicationOperationInfo.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ApplicationOperationInfo.Builderbuilder()InstantendTime()The timestamp at which the operation finished for the applicationbooleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringoperation()Returns the value of the Operation property for this object.StringoperationId()Returns the value of the OperationId property for this object.OperationStatusoperationStatus()Returns the value of the OperationStatus property for this object.StringoperationStatusAsString()Returns the value of the OperationStatus property for this object.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ApplicationOperationInfo.Builder>serializableBuilderClass()InstantstartTime()The timestamp at which the operation was createdApplicationOperationInfo.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
operation
public final String operation()
Returns the value of the Operation property for this object.- Returns:
- The value of the Operation property for this object.
-
operationId
public final String operationId()
Returns the value of the OperationId property for this object.- Returns:
- The value of the OperationId property for this object.
-
startTime
public final Instant startTime()
The timestamp at which the operation was created- Returns:
- The timestamp at which the operation was created
-
endTime
public final Instant endTime()
The timestamp at which the operation finished for the application- Returns:
- The timestamp at which the operation finished for the application
-
operationStatus
public final OperationStatus operationStatus()
Returns the value of the OperationStatus property for this object.If the service returns an enum value that is not available in the current SDK version,
operationStatuswill returnOperationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromoperationStatusAsString().- Returns:
- The value of the OperationStatus property for this object.
- See Also:
OperationStatus
-
operationStatusAsString
public final String operationStatusAsString()
Returns the value of the OperationStatus property for this object.If the service returns an enum value that is not available in the current SDK version,
operationStatuswill returnOperationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromoperationStatusAsString().- Returns:
- The value of the OperationStatus property for this object.
- See Also:
OperationStatus
-
toBuilder
public ApplicationOperationInfo.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ApplicationOperationInfo.Builder,ApplicationOperationInfo>
-
builder
public static ApplicationOperationInfo.Builder builder()
-
serializableBuilderClass
public static Class<? extends ApplicationOperationInfo.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-