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