@Generated(value="software.amazon.awssdk:codegen") public final class ApplicationCodeConfigurationUpdate extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ApplicationCodeConfigurationUpdate.Builder,ApplicationCodeConfigurationUpdate>
Describes code configuration updates for an application. This is supported for a Flink-based Kinesis Data Analytics application or a SQL-based Kinesis Data Analytics application.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ApplicationCodeConfigurationUpdate.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ApplicationCodeConfigurationUpdate.Builder |
builder() |
CodeContentType |
codeContentTypeUpdate()
Describes updates to the code content type.
|
String |
codeContentTypeUpdateAsString()
Describes updates to the code content type.
|
CodeContentUpdate |
codeContentUpdate()
Describes updates to the code content of an application.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ApplicationCodeConfigurationUpdate.Builder> |
serializableBuilderClass() |
ApplicationCodeConfigurationUpdate.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final CodeContentType codeContentTypeUpdate()
Describes updates to the code content type.
If the service returns an enum value that is not available in the current SDK version,
codeContentTypeUpdate will return CodeContentType.UNKNOWN_TO_SDK_VERSION. The raw value returned
by the service is available from codeContentTypeUpdateAsString().
CodeContentTypepublic final String codeContentTypeUpdateAsString()
Describes updates to the code content type.
If the service returns an enum value that is not available in the current SDK version,
codeContentTypeUpdate will return CodeContentType.UNKNOWN_TO_SDK_VERSION. The raw value returned
by the service is available from codeContentTypeUpdateAsString().
CodeContentTypepublic final CodeContentUpdate codeContentUpdate()
Describes updates to the code content of an application.
public ApplicationCodeConfigurationUpdate.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ApplicationCodeConfigurationUpdate.Builder,ApplicationCodeConfigurationUpdate>public static ApplicationCodeConfigurationUpdate.Builder builder()
public static Class<? extends ApplicationCodeConfigurationUpdate.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.