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