Amazon.SimpleNotificationService.Model.Internal.MarshallTransformations.DeleteEndpointResponseUnmarshaller.GetInstance C# (CSharp) Méthode

GetInstance() public static méthode

public static GetInstance ( ) : DeleteEndpointResponseUnmarshaller
Résultat DeleteEndpointResponseUnmarshaller
        public static DeleteEndpointResponseUnmarshaller GetInstance()
        {
            if (instance == null) 
            {
               instance = new DeleteEndpointResponseUnmarshaller();
            }
            return instance;
        }
    
DeleteEndpointResponseUnmarshaller