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