@Generated(value="software.amazon.awssdk:codegen") public final class ApplicationCodeConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ApplicationCodeConfiguration.Builder,ApplicationCodeConfiguration>
Describes code configuration for an application.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ApplicationCodeConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ApplicationCodeConfiguration.Builder |
builder() |
CodeContent |
codeContent()
The location and type 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 ApplicationCodeConfiguration.Builder> |
serializableBuilderClass() |
ApplicationCodeConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final CodeContent codeContent()
The location and type of the application code.
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, 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 ApplicationCodeConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ApplicationCodeConfiguration.Builder,ApplicationCodeConfiguration>public static ApplicationCodeConfiguration.Builder builder()
public static Class<? extends ApplicationCodeConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.