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