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