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