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