Class PingRequestMarshaller
- java.lang.Object
-
- software.amazon.awssdk.services.privatenetworks.transform.PingRequestMarshaller
-
- All Implemented Interfaces:
Marshaller<PingRequest>
@Generated("software.amazon.awssdk:codegen") public class PingRequestMarshaller extends Object implements Marshaller<PingRequest>
PingRequestMarshaller
-
-
Constructor Summary
Constructors Constructor Description PingRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SdkHttpFullRequestmarshall(PingRequest pingRequest)
-
-
-
Constructor Detail
-
PingRequestMarshaller
public PingRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
-
Method Detail
-
marshall
public SdkHttpFullRequest marshall(PingRequest pingRequest)
- Specified by:
marshallin interfaceMarshaller<PingRequest>
-
-