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