@Generated(value="software.amazon.awssdk:codegen") public final class ApplicationCodeConfigurationDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ApplicationCodeConfigurationDescription.Builder,ApplicationCodeConfigurationDescription>
Describes code configuration for an application.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ApplicationCodeConfigurationDescription.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ApplicationCodeConfigurationDescription.Builder |
builder() |
CodeContentDescription |
codeContentDescription()
Describes details about the location and format of the application code.
|
CodeContentType |
codeContentType()
Specifies whether the code content is in text or zip format.
|
String |
codeContentTypeAsString()
Specifies whether the code content is in text or zip format.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ApplicationCodeConfigurationDescription.Builder> |
serializableBuilderClass() |
ApplicationCodeConfigurationDescription.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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, codeContentType
will return CodeContentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from codeContentTypeAsString().
CodeContentTypepublic 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, codeContentType
will return CodeContentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from codeContentTypeAsString().
CodeContentTypepublic final CodeContentDescription codeContentDescription()
Describes details about the location and format of the application code.
public ApplicationCodeConfigurationDescription.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ApplicationCodeConfigurationDescription.Builder,ApplicationCodeConfigurationDescription>public static ApplicationCodeConfigurationDescription.Builder builder()
public static Class<? extends ApplicationCodeConfigurationDescription.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.