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