@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 Lambda Amazon Resource Name of the Lambda function that Amazon Cognito triggers to send SMS 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 SMS 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 SMS 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 SMS Lambda function.
|
String |
toString()
Returns a string representation of this object.
|
CustomSMSLambdaVersionConfigType |
withLambdaArn(String lambdaArn)
The Lambda Amazon Resource Name of the Lambda function that Amazon Cognito triggers to send SMS notifications to
users.
|
CustomSMSLambdaVersionConfigType |
withLambdaVersion(CustomSMSSenderLambdaVersionType lambdaVersion)
The Lambda version represents the signature of the "request" attribute in the "event" information Amazon Cognito
passes to your custom SMS Lambda function.
|
CustomSMSLambdaVersionConfigType |
withLambdaVersion(String lambdaVersion)
The Lambda version represents the signature of the "request" attribute in the "event" information Amazon Cognito
passes to your custom SMS 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 SMS 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 SMS Lambda function. The only supported value is V1_0.CustomSMSSenderLambdaVersionTypepublic String getLambdaVersion()
The Lambda version represents the signature of the "request" attribute in the "event" information Amazon Cognito
passes to your custom SMS Lambda function. The only supported value is V1_0.
V1_0.CustomSMSSenderLambdaVersionTypepublic CustomSMSLambdaVersionConfigType withLambdaVersion(String lambdaVersion)
The Lambda version represents the signature of the "request" attribute in the "event" information Amazon Cognito
passes to your custom SMS 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 SMS Lambda function. The only supported value is V1_0.CustomSMSSenderLambdaVersionTypepublic CustomSMSLambdaVersionConfigType withLambdaVersion(CustomSMSSenderLambdaVersionType lambdaVersion)
The Lambda version represents the signature of the "request" attribute in the "event" information Amazon Cognito
passes to your custom SMS 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 SMS Lambda function. The only supported value is V1_0.CustomSMSSenderLambdaVersionTypepublic void setLambdaArn(String lambdaArn)
The Lambda Amazon Resource Name of the Lambda function that Amazon Cognito triggers to send SMS notifications to users.
lambdaArn - The Lambda Amazon Resource Name of the Lambda function that Amazon Cognito triggers to send SMS
notifications to users.public String getLambdaArn()
The Lambda Amazon Resource Name of the Lambda function that Amazon Cognito triggers to send SMS notifications to users.
public CustomSMSLambdaVersionConfigType withLambdaArn(String lambdaArn)
The Lambda Amazon Resource Name of the Lambda function that Amazon Cognito triggers to send SMS notifications to users.
lambdaArn - The Lambda Amazon Resource Name of the Lambda function that Amazon Cognito triggers to send SMS
notifications to users.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.