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