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