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