Class CodeContent
- java.lang.Object
-
- software.amazon.awssdk.services.kinesisanalyticsv2.model.CodeContent
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CodeContent.Builder,CodeContent>
@Generated("software.amazon.awssdk:codegen") public final class CodeContent extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CodeContent.Builder,CodeContent>
Specifies either the application code, or the location of the application code, for a Managed Service for Apache Flink application.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCodeContent.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CodeContent.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()S3ContentLocations3ContentLocation()Information about the Amazon S3 bucket that contains the application code.List<SdkField<?>>sdkFields()static Class<? extends CodeContent.Builder>serializableBuilderClass()StringtextContent()The text-format code for a Managed Service for Apache Flink application.CodeContent.BuildertoBuilder()StringtoString()Returns a string representation of this object.SdkByteszipFileContent()The zip-format code for a Managed Service for Apache Flink application.-
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 for a Managed Service for Apache Flink application.
- Returns:
- The text-format code for a Managed Service for Apache Flink application.
-
zipFileContent
public final SdkBytes zipFileContent()
The zip-format code for a Managed Service for Apache Flink application.
- Returns:
- The zip-format code for a Managed Service for Apache Flink application.
-
s3ContentLocation
public final S3ContentLocation s3ContentLocation()
Information about the Amazon S3 bucket that contains the application code.
- Returns:
- Information about the Amazon S3 bucket that contains the application code.
-
toBuilder
public CodeContent.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CodeContent.Builder,CodeContent>
-
builder
public static CodeContent.Builder builder()
-
serializableBuilderClass
public static Class<? extends CodeContent.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.
-
-