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