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