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