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