Class GetRandomPasswordRequestMarshaller
- java.lang.Object
-
- software.amazon.awssdk.services.secretsmanager.transform.GetRandomPasswordRequestMarshaller
-
- All Implemented Interfaces:
Marshaller<GetRandomPasswordRequest>
@Generated("software.amazon.awssdk:codegen") public class GetRandomPasswordRequestMarshaller extends Object implements Marshaller<GetRandomPasswordRequest>
GetRandomPasswordRequest
Marshaller
-
-
Constructor Summary
Constructors Constructor Description GetRandomPasswordRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SdkHttpFullRequest
marshall(GetRandomPasswordRequest getRandomPasswordRequest)
-
-
-
Constructor Detail
-
GetRandomPasswordRequestMarshaller
public GetRandomPasswordRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
-
Method Detail
-
marshall
public SdkHttpFullRequest marshall(GetRandomPasswordRequest getRandomPasswordRequest)
- Specified by:
marshall
in interfaceMarshaller<GetRandomPasswordRequest>
-
-