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