@Generated(value="software.amazon.awssdk:codegen") public final class CodeContentUpdate extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CodeContentUpdate.Builder,CodeContentUpdate>
Describes an update to the code of an application. Not supported for Apache Zeppelin.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CodeContentUpdate.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CodeContentUpdate.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
S3ContentLocationUpdate |
s3ContentLocationUpdate()
Describes an update to the location of code for an application.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CodeContentUpdate.Builder> |
serializableBuilderClass() |
String |
textContentUpdate()
Describes an update to the text code for an application.
|
CodeContentUpdate.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
SdkBytes |
zipFileContentUpdate()
Describes an update to the zipped code for an application.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String textContentUpdate()
Describes an update to the text code for an application.
public final SdkBytes zipFileContentUpdate()
Describes an update to the zipped code for an application.
public final S3ContentLocationUpdate s3ContentLocationUpdate()
Describes an update to the location of code for an application.
public CodeContentUpdate.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CodeContentUpdate.Builder,CodeContentUpdate>public static CodeContentUpdate.Builder builder()
public static Class<? extends CodeContentUpdate.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.