@Generated(value="software.amazon.awssdk:codegen") public final class CodeContentDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CodeContentDescription.Builder,CodeContentDescription>
Describes details about the application code for a Flink-based 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)
Indicates whether some other object is "equal to" this one by SDK fields.
|
<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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString()
Returns a string representation of this object.
|
copy
public 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()
ToCopyableBuilder
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)
SdkPojo
SdkPojo
class,
and is generated based on a service model.
If an SdkPojo
class does not have any inherited fields, equalsBySdkFields
and equals
are essentially the same.
equalsBySdkFields
in interface SdkPojo
obj
- the object to be compared withpublic final String toString()
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.