@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 a Java-based Kinesis Data Analytics application.
Modifier and Type | Class and Description |
---|---|
static interface |
CodeContentUpdate.Builder |
Modifier and Type | Method and Description |
---|---|
static CodeContentUpdate.Builder |
builder() |
boolean |
equals(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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
SdkBytes |
zipFileContentUpdate()
Describes an update to the zipped code for an application.
|
copy
public String textContentUpdate()
Describes an update to the text code for an application.
public SdkBytes zipFileContentUpdate()
Describes an update to the zipped code for an application.
public S3ContentLocationUpdate s3ContentLocationUpdate()
Describes an update to the location of code for an application.
public CodeContentUpdate.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CodeContentUpdate.Builder,CodeContentUpdate>
public static CodeContentUpdate.Builder builder()
public static Class<? extends CodeContentUpdate.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.