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