Class CodeContentDescription
- java.lang.Object
-
- software.amazon.awssdk.services.kinesisanalyticsv2.model.CodeContentDescription
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CodeContentDescription.Builder,CodeContentDescription>
@Generated("software.amazon.awssdk:codegen") public final class CodeContentDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CodeContentDescription.Builder,CodeContentDescription>
Describes details about the code of a Managed Service for Apache Flink application.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCodeContentDescription.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CodeContentDescription.Builderbuilder()StringcodeMD5()The checksum that can be used to validate zip-format code.LongcodeSize()The size in bytes of the application code.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()S3ApplicationCodeLocationDescriptions3ApplicationCodeLocationDescription()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()StringtextContent()The text-format codeCodeContentDescription.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
textContent
public final String textContent()
The text-format code
- Returns:
- The text-format code
-
codeMD5
public final String codeMD5()
The checksum that can be used to validate zip-format code.
- Returns:
- The checksum that can be used to validate zip-format code.
-
codeSize
public final Long codeSize()
The size in bytes of the application code. Can be used to validate zip-format code.
- Returns:
- The size in bytes of the application code. Can be used to validate zip-format code.
-
s3ApplicationCodeLocationDescription
public final S3ApplicationCodeLocationDescription s3ApplicationCodeLocationDescription()
The S3 bucket Amazon Resource Name (ARN), file key, and object version of the application code stored in Amazon S3.
- Returns:
- The S3 bucket Amazon Resource Name (ARN), file key, and object version of the application code stored in Amazon S3.
-
toBuilder
public CodeContentDescription.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CodeContentDescription.Builder,CodeContentDescription>
-
builder
public static CodeContentDescription.Builder builder()
-
serializableBuilderClass
public static Class<? extends CodeContentDescription.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-