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