Class ResolvedS3Object
java.lang.Object
software.amazon.awssdk.services.lambda.model.ResolvedS3Object
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ResolvedS3Object.Builder,ResolvedS3Object>
@Generated("software.amazon.awssdk:codegen")
public final class ResolvedS3Object
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<ResolvedS3Object.Builder,ResolvedS3Object>
Details about the resolved Amazon S3 object that contains a function's deployment package.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic ResolvedS3Object.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final Strings3Bucket()The Amazon S3 bucket that contains the deployment package.final Strings3Key()The Amazon S3 key of the deployment package.final StringThe version of the deployment package object.static Class<? extends ResolvedS3Object.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
s3Bucket
The Amazon S3 bucket that contains the deployment package.
- Returns:
- The Amazon S3 bucket that contains the deployment package.
-
s3Key
The Amazon S3 key of the deployment package.
- Returns:
- The Amazon S3 key of the deployment package.
-
s3ObjectVersion
The version of the deployment package object.
- Returns:
- The version of the deployment package object.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<ResolvedS3Object.Builder,ResolvedS3Object>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-