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