public class CreateApiKeyRequestMarshaller extends java.lang.Object implements Marshaller<Request<CreateApiKeyRequest>,CreateApiKeyRequest>
Modifier and Type | Field and Description |
---|---|
private static java.lang.String |
DEFAULT_CONTENT_TYPE |
private SdkJsonProtocolFactory |
protocolFactory |
Constructor and Description |
---|
CreateApiKeyRequestMarshaller(SdkJsonProtocolFactory protocolFactory) |
Modifier and Type | Method and Description |
---|---|
Request<CreateApiKeyRequest> |
marshall(CreateApiKeyRequest createApiKeyRequest) |
private static final java.lang.String DEFAULT_CONTENT_TYPE
private final SdkJsonProtocolFactory protocolFactory
public CreateApiKeyRequestMarshaller(SdkJsonProtocolFactory protocolFactory)
public Request<CreateApiKeyRequest> marshall(CreateApiKeyRequest createApiKeyRequest)
marshall
in interface Marshaller<Request<CreateApiKeyRequest>,CreateApiKeyRequest>