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