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