Amazon.SimpleNotificationService.Model.Internal.MarshallTransformations.DeletePlatformApplicationResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

public static GetInstance ( ) : DeletePlatformApplicationResponseUnmarshaller
return DeletePlatformApplicationResponseUnmarshaller
        public static DeletePlatformApplicationResponseUnmarshaller GetInstance()
        {
            if (instance == null) 
            {
               instance = new DeletePlatformApplicationResponseUnmarshaller();
            }
            return instance;
        }
    
DeletePlatformApplicationResponseUnmarshaller