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