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