Class AuthChallengeResponseEventMarshaller
java.lang.Object
software.amazon.awssdk.services.qbusiness.transform.AuthChallengeResponseEventMarshaller
- All Implemented Interfaces:
Marshaller<AuthChallengeResponseEvent>
@Generated("software.amazon.awssdk:codegen")
public class AuthChallengeResponseEventMarshaller
extends Object
implements Marshaller<AuthChallengeResponseEvent>
AuthChallengeResponseEvent Marshaller-
Constructor Summary
ConstructorsConstructorDescriptionAuthChallengeResponseEventMarshaller(BaseAwsJsonProtocolFactory protocolFactory) -
Method Summary
Modifier and TypeMethodDescriptionmarshall(AuthChallengeResponseEvent authChallengeResponseEvent) Marshalls the given POJO into aSdkHttpFullRequest.
-
Constructor Details
-
AuthChallengeResponseEventMarshaller
-
-
Method Details
-
marshall
Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<AuthChallengeResponseEvent>- Parameters:
authChallengeResponseEvent- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-