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