@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LambdaConfigType extends Object implements Serializable, Cloneable, StructuredPojo
Specifies the type of configuration for AWS Lambda triggers.
Constructor and Description |
---|
LambdaConfigType() |
Modifier and Type | Method and Description |
---|---|
LambdaConfigType |
clone() |
boolean |
equals(Object obj) |
String |
getCreateAuthChallenge()
Creates an authentication challenge.
|
String |
getCustomMessage()
A custom Message AWS Lambda trigger.
|
String |
getDefineAuthChallenge()
Defines the authentication challenge.
|
String |
getPostAuthentication()
A post-authentication AWS Lambda trigger.
|
String |
getPostConfirmation()
A post-confirmation AWS Lambda trigger.
|
String |
getPreAuthentication()
A pre-authentication AWS Lambda trigger.
|
String |
getPreSignUp()
A pre-registration AWS Lambda trigger.
|
String |
getVerifyAuthChallengeResponse()
Verifies the authentication challenge response.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreateAuthChallenge(String createAuthChallenge)
Creates an authentication challenge.
|
void |
setCustomMessage(String customMessage)
A custom Message AWS Lambda trigger.
|
void |
setDefineAuthChallenge(String defineAuthChallenge)
Defines the authentication challenge.
|
void |
setPostAuthentication(String postAuthentication)
A post-authentication AWS Lambda trigger.
|
void |
setPostConfirmation(String postConfirmation)
A post-confirmation AWS Lambda trigger.
|
void |
setPreAuthentication(String preAuthentication)
A pre-authentication AWS Lambda trigger.
|
void |
setPreSignUp(String preSignUp)
A pre-registration AWS Lambda trigger.
|
void |
setVerifyAuthChallengeResponse(String verifyAuthChallengeResponse)
Verifies the authentication challenge response.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
LambdaConfigType |
withCreateAuthChallenge(String createAuthChallenge)
Creates an authentication challenge.
|
LambdaConfigType |
withCustomMessage(String customMessage)
A custom Message AWS Lambda trigger.
|
LambdaConfigType |
withDefineAuthChallenge(String defineAuthChallenge)
Defines the authentication challenge.
|
LambdaConfigType |
withPostAuthentication(String postAuthentication)
A post-authentication AWS Lambda trigger.
|
LambdaConfigType |
withPostConfirmation(String postConfirmation)
A post-confirmation AWS Lambda trigger.
|
LambdaConfigType |
withPreAuthentication(String preAuthentication)
A pre-authentication AWS Lambda trigger.
|
LambdaConfigType |
withPreSignUp(String preSignUp)
A pre-registration AWS Lambda trigger.
|
LambdaConfigType |
withVerifyAuthChallengeResponse(String verifyAuthChallengeResponse)
Verifies the authentication challenge response.
|
public void setPreSignUp(String preSignUp)
A pre-registration AWS Lambda trigger.
preSignUp
- A pre-registration AWS Lambda trigger.public String getPreSignUp()
A pre-registration AWS Lambda trigger.
public LambdaConfigType withPreSignUp(String preSignUp)
A pre-registration AWS Lambda trigger.
preSignUp
- A pre-registration AWS Lambda trigger.public void setCustomMessage(String customMessage)
A custom Message AWS Lambda trigger.
customMessage
- A custom Message AWS Lambda trigger.public String getCustomMessage()
A custom Message AWS Lambda trigger.
public LambdaConfigType withCustomMessage(String customMessage)
A custom Message AWS Lambda trigger.
customMessage
- A custom Message AWS Lambda trigger.public void setPostConfirmation(String postConfirmation)
A post-confirmation AWS Lambda trigger.
postConfirmation
- A post-confirmation AWS Lambda trigger.public String getPostConfirmation()
A post-confirmation AWS Lambda trigger.
public LambdaConfigType withPostConfirmation(String postConfirmation)
A post-confirmation AWS Lambda trigger.
postConfirmation
- A post-confirmation AWS Lambda trigger.public void setPreAuthentication(String preAuthentication)
A pre-authentication AWS Lambda trigger.
preAuthentication
- A pre-authentication AWS Lambda trigger.public String getPreAuthentication()
A pre-authentication AWS Lambda trigger.
public LambdaConfigType withPreAuthentication(String preAuthentication)
A pre-authentication AWS Lambda trigger.
preAuthentication
- A pre-authentication AWS Lambda trigger.public void setPostAuthentication(String postAuthentication)
A post-authentication AWS Lambda trigger.
postAuthentication
- A post-authentication AWS Lambda trigger.public String getPostAuthentication()
A post-authentication AWS Lambda trigger.
public LambdaConfigType withPostAuthentication(String postAuthentication)
A post-authentication AWS Lambda trigger.
postAuthentication
- A post-authentication AWS Lambda trigger.public void setDefineAuthChallenge(String defineAuthChallenge)
Defines the authentication challenge.
defineAuthChallenge
- Defines the authentication challenge.public String getDefineAuthChallenge()
Defines the authentication challenge.
public LambdaConfigType withDefineAuthChallenge(String defineAuthChallenge)
Defines the authentication challenge.
defineAuthChallenge
- Defines the authentication challenge.public void setCreateAuthChallenge(String createAuthChallenge)
Creates an authentication challenge.
createAuthChallenge
- Creates an authentication challenge.public String getCreateAuthChallenge()
Creates an authentication challenge.
public LambdaConfigType withCreateAuthChallenge(String createAuthChallenge)
Creates an authentication challenge.
createAuthChallenge
- Creates an authentication challenge.public void setVerifyAuthChallengeResponse(String verifyAuthChallengeResponse)
Verifies the authentication challenge response.
verifyAuthChallengeResponse
- Verifies the authentication challenge response.public String getVerifyAuthChallengeResponse()
Verifies the authentication challenge response.
public LambdaConfigType withVerifyAuthChallengeResponse(String verifyAuthChallengeResponse)
Verifies the authentication challenge response.
verifyAuthChallengeResponse
- Verifies the authentication challenge response.public String toString()
toString
in class Object
Object.toString()
public LambdaConfigType clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.