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