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