Class ApplicationOperationInfoDetails
- java.lang.Object
-
- software.amazon.awssdk.services.kinesisanalyticsv2.model.ApplicationOperationInfoDetails
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ApplicationOperationInfoDetails.Builder,ApplicationOperationInfoDetails>
@Generated("software.amazon.awssdk:codegen") public final class ApplicationOperationInfoDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ApplicationOperationInfoDetails.Builder,ApplicationOperationInfoDetails>
Provides a description of the operation, such as the operation-type and status- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceApplicationOperationInfoDetails.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ApplicationVersionChangeDetailsapplicationVersionChangeDetails()Returns the value of the ApplicationVersionChangeDetails property for this object.static ApplicationOperationInfoDetails.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.OperationFailureDetailsoperationFailureDetails()Returns the value of the OperationFailureDetails 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 ApplicationOperationInfoDetails.Builder>serializableBuilderClass()InstantstartTime()The timestamp at which the operation was createdApplicationOperationInfoDetails.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.
-
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
-
applicationVersionChangeDetails
public final ApplicationVersionChangeDetails applicationVersionChangeDetails()
Returns the value of the ApplicationVersionChangeDetails property for this object.- Returns:
- The value of the ApplicationVersionChangeDetails property for this object.
-
operationFailureDetails
public final OperationFailureDetails operationFailureDetails()
Returns the value of the OperationFailureDetails property for this object.- Returns:
- The value of the OperationFailureDetails property for this object.
-
toBuilder
public ApplicationOperationInfoDetails.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ApplicationOperationInfoDetails.Builder,ApplicationOperationInfoDetails>
-
builder
public static ApplicationOperationInfoDetails.Builder builder()
-
serializableBuilderClass
public static Class<? extends ApplicationOperationInfoDetails.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
-
-