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