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