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