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