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