Class ApplicationCodeConfigurationDescription
- java.lang.Object
-
- software.amazon.awssdk.services.kinesisanalyticsv2.model.ApplicationCodeConfigurationDescription
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ApplicationCodeConfigurationDescription.Builder,ApplicationCodeConfigurationDescription>
@Generated("software.amazon.awssdk:codegen") public final class ApplicationCodeConfigurationDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ApplicationCodeConfigurationDescription.Builder,ApplicationCodeConfigurationDescription>
Describes code configuration for an application.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceApplicationCodeConfigurationDescription.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ApplicationCodeConfigurationDescription.Builderbuilder()CodeContentDescriptioncodeContentDescription()Describes details about the location and format of the application code.CodeContentTypecodeContentType()Specifies whether the code content is in text or zip format.StringcodeContentTypeAsString()Specifies whether the code content is in text or zip format.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends ApplicationCodeConfigurationDescription.Builder>serializableBuilderClass()ApplicationCodeConfigurationDescription.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
-
codeContentType
public final CodeContentType codeContentType()
Specifies whether the code content is in text or zip format.
If the service returns an enum value that is not available in the current SDK version,
codeContentTypewill returnCodeContentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcodeContentTypeAsString().- Returns:
- Specifies whether the code content is in text or zip format.
- See Also:
CodeContentType
-
codeContentTypeAsString
public final String codeContentTypeAsString()
Specifies whether the code content is in text or zip format.
If the service returns an enum value that is not available in the current SDK version,
codeContentTypewill returnCodeContentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcodeContentTypeAsString().- Returns:
- Specifies whether the code content is in text or zip format.
- See Also:
CodeContentType
-
codeContentDescription
public final CodeContentDescription codeContentDescription()
Describes details about the location and format of the application code.
- Returns:
- Describes details about the location and format of the application code.
-
toBuilder
public ApplicationCodeConfigurationDescription.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ApplicationCodeConfigurationDescription.Builder,ApplicationCodeConfigurationDescription>
-
builder
public static ApplicationCodeConfigurationDescription.Builder builder()
-
serializableBuilderClass
public static Class<? extends ApplicationCodeConfigurationDescription.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.
-
-