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