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