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