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