@Generated(value="software.amazon.awssdk:codegen") public final class S3ContentLocationUpdate extends Object implements SdkPojo, Serializable, ToCopyableBuilder<S3ContentLocationUpdate.Builder,S3ContentLocationUpdate>
Describes an update for the Amazon S3 code content location for an application.
| Modifier and Type | Class and Description |
|---|---|
static interface |
S3ContentLocationUpdate.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
bucketARNUpdate()
The new Amazon Resource Name (ARN) for the S3 bucket containing the application code.
|
static S3ContentLocationUpdate.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
fileKeyUpdate()
The new file key for the object containing the application code.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
objectVersionUpdate()
The new version of the object containing the application code.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends S3ContentLocationUpdate.Builder> |
serializableBuilderClass() |
S3ContentLocationUpdate.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String bucketARNUpdate()
The new Amazon Resource Name (ARN) for the S3 bucket containing the application code.
public final String fileKeyUpdate()
The new file key for the object containing the application code.
public final String objectVersionUpdate()
The new version of the object containing the application code.
public S3ContentLocationUpdate.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<S3ContentLocationUpdate.Builder,S3ContentLocationUpdate>public static S3ContentLocationUpdate.Builder builder()
public static Class<? extends S3ContentLocationUpdate.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.