Class DescribeSoftwareAssociationsRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.appstream.transform.DescribeSoftwareAssociationsRequestMarshaller
- All Implemented Interfaces:
Marshaller<DescribeSoftwareAssociationsRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<DescribeSoftwareAssociationsRequest>- Parameters:
describeSoftwareAssociationsRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-