Class ApplicationVersionChangeDetails
- java.lang.Object
-
- software.amazon.awssdk.services.kinesisanalyticsv2.model.ApplicationVersionChangeDetails
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ApplicationVersionChangeDetails.Builder,ApplicationVersionChangeDetails>
@Generated("software.amazon.awssdk:codegen") public final class ApplicationVersionChangeDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ApplicationVersionChangeDetails.Builder,ApplicationVersionChangeDetails>
Contains information about the application version changes due to an operation- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceApplicationVersionChangeDetails.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description LongapplicationVersionUpdatedFrom()The operation was performed on this version of the applicationLongapplicationVersionUpdatedTo()The operation execution resulted in the transition to the following version of the applicationstatic ApplicationVersionChangeDetails.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ApplicationVersionChangeDetails.Builder>serializableBuilderClass()ApplicationVersionChangeDetails.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
-
applicationVersionUpdatedFrom
public final Long applicationVersionUpdatedFrom()
The operation was performed on this version of the application- Returns:
- The operation was performed on this version of the application
-
applicationVersionUpdatedTo
public final Long applicationVersionUpdatedTo()
The operation execution resulted in the transition to the following version of the application- Returns:
- The operation execution resulted in the transition to the following version of the application
-
toBuilder
public ApplicationVersionChangeDetails.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ApplicationVersionChangeDetails.Builder,ApplicationVersionChangeDetails>
-
builder
public static ApplicationVersionChangeDetails.Builder builder()
-
serializableBuilderClass
public static Class<? extends ApplicationVersionChangeDetails.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
-
-