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