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