Class ApplicationCodeConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.kinesisanalyticsv2.model.ApplicationCodeConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ApplicationCodeConfiguration.Builder,ApplicationCodeConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class ApplicationCodeConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ApplicationCodeConfiguration.Builder,ApplicationCodeConfiguration>
Describes code configuration for an application.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceApplicationCodeConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ApplicationCodeConfiguration.Builderbuilder()CodeContentcodeContent()The location and type 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 ApplicationCodeConfiguration.Builder>serializableBuilderClass()ApplicationCodeConfiguration.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
-
codeContent
public final CodeContent codeContent()
The location and type of the application code.
- Returns:
- The location and type of the application code.
-
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
-
toBuilder
public ApplicationCodeConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ApplicationCodeConfiguration.Builder,ApplicationCodeConfiguration>
-
builder
public static ApplicationCodeConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends ApplicationCodeConfiguration.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.
-
-