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