Class ListProtectionGroupsRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.shield.transform.ListProtectionGroupsRequestMarshaller
- All Implemented Interfaces:
- Marshaller<ListProtectionGroupsRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class ListProtectionGroupsRequestMarshaller
extends Object
implements Marshaller<ListProtectionGroupsRequest>
ListProtectionGroupsRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionListProtectionGroupsRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(ListProtectionGroupsRequest listProtectionGroupsRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
ListProtectionGroupsRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<ListProtectionGroupsRequest>
- Parameters:
- listProtectionGroupsRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-