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