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