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