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