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