@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 Lambda Amazon Resource Name of the Lambda function that Amazon Cognito triggers to send email notifications
to users.
|
String |
getLambdaVersion()
The Lambda version represents the signature of the "request" attribute in the "event" information Amazon Cognito
passes to your custom email Lambda function.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setLambdaArn(String lambdaArn)
The Lambda Amazon Resource Name of the Lambda function that Amazon Cognito triggers to send email notifications
to users.
|
void |
setLambdaVersion(String lambdaVersion)
The Lambda version represents the 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 Lambda Amazon Resource Name of the Lambda function that Amazon Cognito triggers to send email notifications
to users.
|
CustomEmailLambdaVersionConfigType |
withLambdaVersion(CustomEmailSenderLambdaVersionType lambdaVersion)
The Lambda version represents the signature of the "request" attribute in the "event" information Amazon Cognito
passes to your custom email Lambda function.
|
CustomEmailLambdaVersionConfigType |
withLambdaVersion(String lambdaVersion)
The Lambda version represents the signature of the "request" attribute in the "event" information Amazon Cognito
passes to your custom email Lambda function.
|
public void setLambdaVersion(String lambdaVersion)
The Lambda version represents the 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 - The Lambda version represents the 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()
The Lambda version represents the 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)
The Lambda version represents the 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 - The Lambda version represents the 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)
The Lambda version represents the 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 - The Lambda version represents the 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 Lambda Amazon Resource Name of the Lambda function that Amazon Cognito triggers to send email notifications to users.
lambdaArn - The Lambda Amazon Resource Name of the Lambda function that Amazon Cognito triggers to send email
notifications to users.public String getLambdaArn()
The Lambda Amazon Resource Name of the Lambda function that Amazon Cognito triggers to send email notifications to users.
public CustomEmailLambdaVersionConfigType withLambdaArn(String lambdaArn)
The Lambda Amazon Resource Name of the Lambda function that Amazon Cognito triggers to send email notifications to users.
lambdaArn - The Lambda Amazon Resource Name of the Lambda function that Amazon Cognito triggers to send email
notifications to users.public String toString()
toString in class ObjectObject.toString()public CustomEmailLambdaVersionConfigType clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.