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