Class UpdateDistributionConfigurationRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.imagebuilder.transform.UpdateDistributionConfigurationRequestMarshaller
- All Implemented Interfaces:
- Marshaller<UpdateDistributionConfigurationRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class UpdateDistributionConfigurationRequestMarshaller
extends Object
implements Marshaller<UpdateDistributionConfigurationRequest>
UpdateDistributionConfigurationRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescription
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(UpdateDistributionConfigurationRequest updateDistributionConfigurationRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
UpdateDistributionConfigurationRequestMarshaller
 
- 
- 
Method Details- 
marshallpublic SdkHttpFullRequest marshall(UpdateDistributionConfigurationRequest updateDistributionConfigurationRequest) Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<UpdateDistributionConfigurationRequest>
- Parameters:
- updateDistributionConfigurationRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-