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