@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)
Marshalls this structured data using the given
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
.CustomEmailSenderLambdaVersionType
public 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
.CustomEmailSenderLambdaVersionType
public 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
.CustomEmailSenderLambdaVersionType
public 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
.CustomEmailSenderLambdaVersionType
public 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 Object
Object.toString()
public CustomEmailLambdaVersionConfigType clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.