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