@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CustomSMSLambdaVersionConfigType extends Object implements Serializable, Cloneable, StructuredPojo
A custom SMS sender Lambda configuration type.
| 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 Lambda function that Amazon Cognito activates to send SMS notifications to
users.
|
String |
getLambdaVersion()
Signature of the "request" attribute in the "event" information that Amazon Cognito passes to your custom SMS
Lambda function.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setLambdaArn(String lambdaArn)
The Amazon Resource Name (ARN) of the Lambda function that Amazon Cognito activates to send SMS notifications to
users.
|
void |
setLambdaVersion(String lambdaVersion)
Signature of the "request" attribute in the "event" information that Amazon Cognito passes to your custom SMS
Lambda function.
|
String |
toString()
Returns a string representation of this object.
|
CustomSMSLambdaVersionConfigType |
withLambdaArn(String lambdaArn)
The Amazon Resource Name (ARN) of the Lambda function that Amazon Cognito activates to send SMS notifications to
users.
|
CustomSMSLambdaVersionConfigType |
withLambdaVersion(CustomSMSSenderLambdaVersionType lambdaVersion)
Signature of the "request" attribute in the "event" information that Amazon Cognito passes to your custom SMS
Lambda function.
|
CustomSMSLambdaVersionConfigType |
withLambdaVersion(String lambdaVersion)
Signature of the "request" attribute in the "event" information that Amazon Cognito passes to your custom SMS
Lambda function.
|
public void setLambdaVersion(String lambdaVersion)
Signature of the "request" attribute in the "event" information that Amazon Cognito passes to your custom SMS
Lambda function. The only supported value is V1_0.
lambdaVersion - Signature of the "request" attribute in the "event" information that Amazon Cognito passes to your custom
SMS Lambda function. The only supported value is V1_0.CustomSMSSenderLambdaVersionTypepublic String getLambdaVersion()
Signature of the "request" attribute in the "event" information that Amazon Cognito passes to your custom SMS
Lambda function. The only supported value is V1_0.
V1_0.CustomSMSSenderLambdaVersionTypepublic CustomSMSLambdaVersionConfigType withLambdaVersion(String lambdaVersion)
Signature of the "request" attribute in the "event" information that Amazon Cognito passes to your custom SMS
Lambda function. The only supported value is V1_0.
lambdaVersion - Signature of the "request" attribute in the "event" information that Amazon Cognito passes to your custom
SMS Lambda function. The only supported value is V1_0.CustomSMSSenderLambdaVersionTypepublic CustomSMSLambdaVersionConfigType withLambdaVersion(CustomSMSSenderLambdaVersionType lambdaVersion)
Signature of the "request" attribute in the "event" information that Amazon Cognito passes to your custom SMS
Lambda function. The only supported value is V1_0.
lambdaVersion - Signature of the "request" attribute in the "event" information that Amazon Cognito passes to your custom
SMS Lambda function. The only supported value is V1_0.CustomSMSSenderLambdaVersionTypepublic void setLambdaArn(String lambdaArn)
The Amazon Resource Name (ARN) of the Lambda function that Amazon Cognito activates to send SMS notifications to users.
lambdaArn - The Amazon Resource Name (ARN) of the Lambda function that Amazon Cognito activates to send SMS
notifications to users.public String getLambdaArn()
The Amazon Resource Name (ARN) of the Lambda function that Amazon Cognito activates to send SMS notifications to users.
public CustomSMSLambdaVersionConfigType withLambdaArn(String lambdaArn)
The Amazon Resource Name (ARN) of the Lambda function that Amazon Cognito activates to send SMS notifications to users.
lambdaArn - The Amazon Resource Name (ARN) of the Lambda function that Amazon Cognito activates to send SMS
notifications to users.public String toString()
toString in class ObjectObject.toString()public CustomSMSLambdaVersionConfigType clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.