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