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