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