@Generated(value="software.amazon.awssdk:codegen") public final class S3ApplicationCodeLocationDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<S3ApplicationCodeLocationDescription.Builder,S3ApplicationCodeLocationDescription>
Describes the location of a Flink-based Kinesis Data Analytics application's code stored in an S3 bucket.
Modifier and Type | Class and Description |
---|---|
static interface |
S3ApplicationCodeLocationDescription.Builder |
Modifier and Type | Method and Description |
---|---|
String |
bucketARN()
The Amazon Resource Name (ARN) for the S3 bucket containing the application code.
|
static S3ApplicationCodeLocationDescription.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj)
Indicates whether some other object is "equal to" this one by SDK fields.
|
String |
fileKey()
The file key for the object containing the application code.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
objectVersion()
The version of the object containing the application code.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends S3ApplicationCodeLocationDescription.Builder> |
serializableBuilderClass() |
S3ApplicationCodeLocationDescription.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString()
Returns a string representation of this object.
|
copy
public final String bucketARN()
The Amazon Resource Name (ARN) for the S3 bucket containing the application code.
public final String fileKey()
The file key for the object containing the application code.
public final String objectVersion()
The version of the object containing the application code.
public S3ApplicationCodeLocationDescription.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<S3ApplicationCodeLocationDescription.Builder,S3ApplicationCodeLocationDescription>
public static S3ApplicationCodeLocationDescription.Builder builder()
public static Class<? extends S3ApplicationCodeLocationDescription.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
SdkPojo
SdkPojo
class,
and is generated based on a service model.
If an SdkPojo
class does not have any inherited fields, equalsBySdkFields
and equals
are essentially the same.
equalsBySdkFields
in interface SdkPojo
obj
- the object to be compared withpublic final String toString()
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.