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