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