Class CustomSMSLambdaVersionConfigType
- java.lang.Object
-
- software.amazon.awssdk.services.cognitoidentityprovider.model.CustomSMSLambdaVersionConfigType
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CustomSMSLambdaVersionConfigType.Builder,CustomSMSLambdaVersionConfigType>
@Generated("software.amazon.awssdk:codegen") public final class CustomSMSLambdaVersionConfigType extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CustomSMSLambdaVersionConfigType.Builder,CustomSMSLambdaVersionConfigType>
The properties of a custom SMS sender Lambda trigger.
This data type is a request and response parameter of CreateUserPool and UpdateUserPool, and a response parameter of DescribeUserPool.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCustomSMSLambdaVersionConfigType.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CustomSMSLambdaVersionConfigType.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringlambdaArn()The Amazon Resource Name (ARN) of the function that you want to assign to your Lambda trigger.CustomSMSSenderLambdaVersionTypelambdaVersion()The user pool trigger version of the request that Amazon Cognito sends to your Lambda function.StringlambdaVersionAsString()The user pool trigger version of the request that Amazon Cognito sends to your Lambda function.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends CustomSMSLambdaVersionConfigType.Builder>serializableBuilderClass()CustomSMSLambdaVersionConfigType.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
lambdaVersion
public final CustomSMSSenderLambdaVersionType lambdaVersion()
The user pool trigger version of the request that Amazon Cognito sends to your Lambda function. Higher-numbered versions add fields that support new features.
You must use a
LambdaVersionofV1_0with a custom sender function.If the service returns an enum value that is not available in the current SDK version,
lambdaVersionwill returnCustomSMSSenderLambdaVersionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlambdaVersionAsString().- Returns:
- The user pool trigger version of the request that Amazon Cognito sends to your Lambda function.
Higher-numbered versions add fields that support new features.
You must use a
LambdaVersionofV1_0with a custom sender function. - See Also:
CustomSMSSenderLambdaVersionType
-
lambdaVersionAsString
public final String lambdaVersionAsString()
The user pool trigger version of the request that Amazon Cognito sends to your Lambda function. Higher-numbered versions add fields that support new features.
You must use a
LambdaVersionofV1_0with a custom sender function.If the service returns an enum value that is not available in the current SDK version,
lambdaVersionwill returnCustomSMSSenderLambdaVersionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlambdaVersionAsString().- Returns:
- The user pool trigger version of the request that Amazon Cognito sends to your Lambda function.
Higher-numbered versions add fields that support new features.
You must use a
LambdaVersionofV1_0with a custom sender function. - See Also:
CustomSMSSenderLambdaVersionType
-
lambdaArn
public final String lambdaArn()
The Amazon Resource Name (ARN) of the function that you want to assign to your Lambda trigger.
- Returns:
- The Amazon Resource Name (ARN) of the function that you want to assign to your Lambda trigger.
-
toBuilder
public CustomSMSLambdaVersionConfigType.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CustomSMSLambdaVersionConfigType.Builder,CustomSMSLambdaVersionConfigType>
-
builder
public static CustomSMSLambdaVersionConfigType.Builder builder()
-
serializableBuilderClass
public static Class<? extends CustomSMSLambdaVersionConfigType.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String 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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-