@Generated(value="software.amazon.awssdk:codegen") public final class AppBundle extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AppBundle.Builder,AppBundle>
Contains information about an app bundle.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AppBundle.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the app bundle.
|
static AppBundle.Builder |
builder() |
String |
customerManagedKeyArn()
The Amazon Resource Name (ARN) of the Key Management Service (KMS) key used to encrypt the application data.
|
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 AppBundle.Builder> |
serializableBuilderClass() |
AppBundle.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The Amazon Resource Name (ARN) of the app bundle.
public final String customerManagedKeyArn()
The Amazon Resource Name (ARN) of the Key Management Service (KMS) key used to encrypt the application data.
public AppBundle.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AppBundle.Builder,AppBundle>public static AppBundle.Builder builder()
public static Class<? extends AppBundle.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.