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