@Generated(value="software.amazon.awssdk:codegen") public final class CodeContentDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CodeContentDescription.Builder,CodeContentDescription>
Describes details about the code of a Kinesis Data Analytics application.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CodeContentDescription.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CodeContentDescription.Builder |
builder() |
String |
codeMD5()
The checksum that can be used to validate zip-format code.
|
Long |
codeSize()
The size in bytes of the application code.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
S3ApplicationCodeLocationDescription |
s3ApplicationCodeLocationDescription()
The S3 bucket Amazon Resource Name (ARN), file key, and object version of the application code stored in Amazon
S3.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CodeContentDescription.Builder> |
serializableBuilderClass() |
String |
textContent()
The text-format code
|
CodeContentDescription.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String textContent()
The text-format code
public final String codeMD5()
The checksum that can be used to validate zip-format code.
public final Long codeSize()
The size in bytes of the application code. Can be used to validate zip-format code.
public final S3ApplicationCodeLocationDescription s3ApplicationCodeLocationDescription()
The S3 bucket Amazon Resource Name (ARN), file key, and object version of the application code stored in Amazon S3.
public CodeContentDescription.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CodeContentDescription.Builder,CodeContentDescription>public static CodeContentDescription.Builder builder()
public static Class<? extends CodeContentDescription.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.