@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CustomSMSLambdaVersionConfigType extends Object implements Serializable, Cloneable, StructuredPojo
The properties of a custom SMS sender Lambda trigger.
| Constructor and Description |
|---|
CustomSMSLambdaVersionConfigType() |
| Modifier and Type | Method and Description |
|---|---|
CustomSMSLambdaVersionConfigType |
clone() |
boolean |
equals(Object obj) |
String |
getLambdaArn()
The Amazon Resource Name (ARN) of the function that you want to assign to your Lambda trigger.
|
String |
getLambdaVersion()
The user pool trigger version of the request that Amazon Cognito sends to your Lambda function.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setLambdaArn(String lambdaArn)
The Amazon Resource Name (ARN) of the function that you want to assign to your Lambda trigger.
|
void |
setLambdaVersion(String lambdaVersion)
The user pool trigger version of the request that Amazon Cognito sends to your Lambda function.
|
String |
toString()
Returns a string representation of this object.
|
CustomSMSLambdaVersionConfigType |
withLambdaArn(String lambdaArn)
The Amazon Resource Name (ARN) of the function that you want to assign to your Lambda trigger.
|
CustomSMSLambdaVersionConfigType |
withLambdaVersion(CustomSMSSenderLambdaVersionType lambdaVersion)
The user pool trigger version of the request that Amazon Cognito sends to your Lambda function.
|
CustomSMSLambdaVersionConfigType |
withLambdaVersion(String lambdaVersion)
The user pool trigger version of the request that Amazon Cognito sends to your Lambda function.
|
public void setLambdaVersion(String 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 LambdaVersion of V1_0 with a custom sender function.
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 LambdaVersion of V1_0 with a custom sender function.
CustomSMSSenderLambdaVersionTypepublic String getLambdaVersion()
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 LambdaVersion of V1_0 with a custom sender function.
You must use a LambdaVersion of V1_0 with a custom sender function.
CustomSMSSenderLambdaVersionTypepublic CustomSMSLambdaVersionConfigType withLambdaVersion(String 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 LambdaVersion of V1_0 with a custom sender function.
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 LambdaVersion of V1_0 with a custom sender function.
CustomSMSSenderLambdaVersionTypepublic CustomSMSLambdaVersionConfigType withLambdaVersion(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 LambdaVersion of V1_0 with a custom sender function.
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 LambdaVersion of V1_0 with a custom sender function.
CustomSMSSenderLambdaVersionTypepublic void setLambdaArn(String lambdaArn)
The Amazon Resource Name (ARN) of the function that you want to assign to your Lambda trigger.
lambdaArn - The Amazon Resource Name (ARN) of the function that you want to assign to your Lambda trigger.public String getLambdaArn()
The Amazon Resource Name (ARN) of the function that you want to assign to your Lambda trigger.
public CustomSMSLambdaVersionConfigType withLambdaArn(String lambdaArn)
The Amazon Resource Name (ARN) of the function that you want to assign to your Lambda trigger.
lambdaArn - The Amazon Resource Name (ARN) of the function that you want to assign to your Lambda trigger.public String toString()
toString in class ObjectObject.toString()public CustomSMSLambdaVersionConfigType clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.