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