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