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