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