Class PutServiceLinkedConfigurationRecorderRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.config.transform.PutServiceLinkedConfigurationRecorderRequestMarshaller
- All Implemented Interfaces:
Marshaller<PutServiceLinkedConfigurationRecorderRequest>
@Generated("software.amazon.awssdk:codegen")
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:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<PutServiceLinkedConfigurationRecorderRequest>
- Parameters:
putServiceLinkedConfigurationRecorderRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-