@Generated(value="software.amazon.awssdk:codegen") public final class ObjectLambdaContentTransformation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ObjectLambdaContentTransformation.Builder,ObjectLambdaContentTransformation>
A container for AwsLambdaTransformation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ObjectLambdaContentTransformation.Builder |
static class |
ObjectLambdaContentTransformation.Type |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final AwsLambdaTransformation awsLambda()
A container for an Lambda function.
public ObjectLambdaContentTransformation.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ObjectLambdaContentTransformation.Builder,ObjectLambdaContentTransformation>public static ObjectLambdaContentTransformation.Builder builder()
public static Class<? extends ObjectLambdaContentTransformation.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public static ObjectLambdaContentTransformation fromAwsLambda(AwsLambdaTransformation awsLambda)
awsLambda() initialized to the given value.
A container for an Lambda function.
awsLambda - A container for an Lambda function.public static ObjectLambdaContentTransformation fromAwsLambda(Consumer<AwsLambdaTransformation.Builder> awsLambda)
awsLambda() initialized to the given value.
A container for an Lambda function.
awsLambda - A container for an Lambda function.public ObjectLambdaContentTransformation.Type type()
ObjectLambdaContentTransformation.Type.UNKNOWN_TO_SDK_VERSION if the
service returned a member that is only known to a newer SDK version.
When this class is created directly in your code, this will be ObjectLambdaContentTransformation.Type.UNKNOWN_TO_SDK_VERSION if zero
members are set, and null if more than one member is set.Copyright © 2023. All rights reserved.