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